kunsi-t470: limit openssh to RFC1918 and ipv6
This commit is contained in:
parent
c6c5d40084
commit
969b45d9f7
1 changed files with 8 additions and 0 deletions
|
@ -67,6 +67,14 @@ nodes['kunsi-t470'] = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'openssh': {
|
||||
'restrict-to': {
|
||||
'10.0.0.0/8',
|
||||
'172.16.0.0/12',
|
||||
'192.168.0.0/16',
|
||||
'ipv6',
|
||||
},
|
||||
},
|
||||
'pacman': {
|
||||
'install_gui': True,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue