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:
parent
7c3f2ef132
commit
71ff2c4c96
1 changed files with 1 additions and 1 deletions
|
@ -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")]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue