Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
Fix server reports
Browse files Browse the repository at this point in the history
  • Loading branch information
ValdikSS committed Mar 1, 2017
1 parent a6320fd commit 4eca65e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blockcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,8 +781,8 @@ def print_http_result(symbol, message):
print_http_result("[☺]", "Ваш провайдер не блокирует сайты.")

if not disable_report:
_get_url('http://blockcheck.antizapret.prostovpn.org/index.php?dns=' + str(dns) + '&http=' + str(http) +
'&https=' + str(https) + '&dpi=' + urllib.parse.quote(','.join(dpi)))
_get_url('http://blockcheck.antizapret.prostovpn.org/index.php?dns=' + str(dns) + '&http4=' + str(http_v4) +
'&http6' + str(http_v6) + '&https=' + str(https) + '&dpi=' + urllib.parse.quote(','.join(dpi)))

if __name__ == "__main__":
parser = argparse.ArgumentParser(description='Определитель типа блокировки сайтов у провайдера.')
Expand Down

0 comments on commit 4eca65e

Please sign in to comment.