Fix some firewall rules
This commit is contained in:
parent
7e40fd4fb3
commit
d3a7fe8158
6 changed files with 26 additions and 17 deletions
|
@ -29,6 +29,7 @@
|
|||
family = "inet";
|
||||
content = ''
|
||||
chain input {
|
||||
type filter hook input priority 0; policy drop;
|
||||
ip saddr { 10.0.0.0/8, ${config.secrets.ips.luna}, ${config.secrets.ips.corn} } tcp dport 1935 accept comment "Accept RTMP"
|
||||
}
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue