1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-11-23 04:40:40 +08:00

Regular update: 2020-07-21T03:00:14Z

This commit is contained in:
Septs 2020-07-21 11:00:14 +08:00
parent 7c3f2ef132
commit 71ff2c4c96

View file

@ -10,9 +10,9 @@ from ipaddress import IPv4Network, IPv6Network, ip_network
from itertools import combinations from itertools import combinations
from pathlib import Path from pathlib import Path
import netaddr
import toml import toml
from tabulate import tabulate from tabulate import tabulate
import netaddr
NEO_NETWORK_POOL = [ip_network("10.127.0.0/16"), ip_network("fd10:127::/32")] NEO_NETWORK_POOL = [ip_network("10.127.0.0/16"), ip_network("fd10:127::/32")]