mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-05 22:36:26 +00:00
Update elastic.py
This commit is contained in:
@@ -179,6 +179,8 @@ def set_hosts(hosts, use_ssl=False, ssl_cert_path=None, username=None, password=
|
||||
hosts (str): A single hostname or URL, or list of hostnames or URLs
|
||||
use_ssl (bool): Use a HTTPS connection to the server
|
||||
ssl_cert_path (str): Path to the certificate chain
|
||||
username (str): The username to use for authentication
|
||||
password (str): The password to use for authentication
|
||||
timeout (float): Timeout in seconds
|
||||
"""
|
||||
if type(hosts) != list:
|
||||
|
||||
Reference in New Issue
Block a user