Mise à jour de 'ChaChaIPToCountryDaemon/core.py'
This commit is contained in:
@@ -459,10 +459,12 @@ class ChaChaIPToCountryStorage:
|
||||
|
||||
|
||||
_ipv4setTz["ZZ"] = dict()
|
||||
_ipv4setTz["ZZ"]["HOMELAND"] = IPSet()
|
||||
_ipv4setTz["ZZ"]["HOMELAND"].update(IPRange("0.0.0.0", "255.255.255.255"))
|
||||
_ipv4setTz["ZZ"]["HOMELAND"].ForceCompact()
|
||||
if DEFAULT__EnableIPV6:
|
||||
_ipv6setTz["ZZ"] = dict()
|
||||
_ipv6setTz["ZZ"]["HOMELAND"] = IPSet()
|
||||
_ipv6setTz["ZZ"]["HOMELAND"].update(IPRange("fc00::/7"))
|
||||
_ipv6setTz["ZZ"]["HOMELAND"].ForceCompact()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user