nodes/kunsi-t470: allow RFC1918 ips to access obs websocket
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
6638f8ce9f
commit
999bdf3336
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ nodes['kunsi-t470'] = {
|
||||||
},
|
},
|
||||||
'firewall': {
|
'firewall': {
|
||||||
'port_rules': {
|
'port_rules': {
|
||||||
|
# obs websocket thingie - just allow all RFC1918 ips here
|
||||||
|
'4444': {
|
||||||
|
'10.0.0.0/8',
|
||||||
|
'172.16.0.0/12',
|
||||||
|
'192.168.0.0/16',
|
||||||
|
},
|
||||||
# For the occasional file-share using `python -m http.server`
|
# For the occasional file-share using `python -m http.server`
|
||||||
'8000': {'*'},
|
'8000': {'*'},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue