mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 22:40:41 +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 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")]
|
||||
|
||||
|
|
Loading…
Reference in a new issue