1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-06-15 04:53:27 +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 pathlib import Path
import netaddr
import toml
from tabulate import tabulate
import netaddr
NEO_NETWORK_POOL = [ip_network("10.127.0.0/16"), ip_network("fd10:127::/32")]