Update simdht_worker.py

pull/109/head
Mr Chen 6 years ago
parent 4013064ca9
commit 8514c4c695
  1. 2
      plugins/simdht/workers/simdht_worker.py

@ -83,7 +83,7 @@ def load_res_blacklist(black_list_path):
def is_ip_allowed(ip):
return geoip.country_code_by_addr(ip) not in ('CN', 'TW', 'HK')
return geoip.country_code_by_addr(ip) not in ('CN')
def entropy(length):

Loading…
Cancel
Save