Skip to content

Commit 239a3b2

Browse files
authored
allow cgnat to use the resovlers
1 parent a6219b2 commit 239a3b2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)