Skip to content

Commit

Permalink
increase ipv6 scan ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH authored May 21, 2018
1 parent 731060f commit c6deac6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/default/gae_proxy/local/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __init__(self, fn):

# host rules
self.set_var("hosts_direct", [
"play.google.com",
"scholar.google.com",
"scholar.google.com.hk",
"appengine.google.com"
Expand Down Expand Up @@ -166,7 +165,7 @@ def __init__(self, fn):

# ip source
self.set_var("use_ipv6", "auto") #force_ipv4/force_ipv6/auto
self.set_var("ipv6_scan_ratio", 50) # 0 - 100
self.set_var("ipv6_scan_ratio", 90) # 0 - 100

self.load()

Expand Down

0 comments on commit c6deac6

Please sign in to comment.