wip
This commit is contained in:
parent
cb8eb8dac2
commit
ddbca7d812
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ views = [
|
||||||
'is_internal': True,
|
'is_internal': True,
|
||||||
'acl': [
|
'acl': [
|
||||||
'10.0.0.0/16',
|
'10.0.0.0/16',
|
||||||
|
'127.0.0.1',
|
||||||
|
'169.254.0.0/16',
|
||||||
|
'172.16.0.0/12',
|
||||||
|
'192.168.0.0/16',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue