X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=test.py;h=a04903c88f676a3e6276efbaaf4ddbb902b0cf29;hb=0e0be9bfe1a9c1627caa6422202b76008701740c;hp=83c2d1bbecfce101529560035c9db77f8ed9b5e5;hpb=872f3e24afa2a8a23956d1c191520a7f699ac8c6;p=quix0rs-apt-p2p.git diff --git a/test.py b/test.py index 83c2d1b..a04903c 100755 --- a/test.py +++ b/test.py @@ -513,6 +513,11 @@ MIN_PING_INTERVAL = 15m # refresh buckets that haven't been touched in this long BUCKET_STALENESS = 1h +# Whether it's OK to add nodes to the routing table that use an IP +# address from a known local/private range. +# If not specified here, the LOCAL_OK value in the DEFAULT section will be used. +LOCAL_OK = yes + # expire entries older than this KEY_EXPIRE = 3h