Improvements to server
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
table inet filter {
|
||||
chain input {
|
||||
type filter hook input priority filter; policy accept;
|
||||
tcp dport 5432 ip saddr { 10.0.0.0/8 169.254.0.0/16 } accept
|
||||
tcp dport {5432, 6379} ip saddr { 10.0.0.0/8 169.254.0.0/16 } accept
|
||||
|
||||
}
|
||||
}
|
||||
table inet nat {
|
||||
|
||||
Reference in New Issue
Block a user