Commit 7141eaa8 authored by wang's avatar wang

wn test

parent 9322a064
......@@ -193,10 +193,9 @@ while True:
#
# if platform.uname().system == 'Darwin':
total += 1
# response = session.post(url, headers=headers, json=data, insecure_skip_verify=True, timeout_seconds=5)
# logger.info(f'tls:{tlsV} proxy:{proxy} res:: {response.status_code}')
# if response.status_code != 403:
if True:
response = session.post(url, headers=headers, json=data, insecure_skip_verify=True, timeout_seconds=5)
logger.info(f'tls:{tlsV} proxy:{proxy} res:: {response.status_code}')
if response.status_code != 403:
success += 1
uri = 'http://ymx-lcc.unififi.com/header/add'
# uri = 'http://52.52.23.116/header/add'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment