Skip to content

Commit bd3e8b4

Browse files
authored
Update bind.py
1 parent a6219b2 commit bd3e8b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/bind.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ def generate(host, *args):
1515
'192.168.0.0/16',
1616
]
1717

18+
rfc6598_nets = [
19+
'100.64.0.0/10'
20+
]
21+
1822
networks.extend(rfc1918_nets)
23+
networks.extend(rfc6598_nets)
1924

2025
role = filter(lambda x: x.startswith('role='), args)[0].split('=')[1]
2126

0 commit comments

Comments
 (0)