resolv-dns: add firewall config for exposing metrics to monitoring host
This commit is contained in:
parent
a88233ab0b
commit
973e22e267
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ table inet filter {
|
|||
tcp dport 22 accept
|
||||
tcp dport 53 accept
|
||||
udp dport 53 accept
|
||||
|
||||
tcp dport 9167 ip saddr 94.45.254.5 accept comment "allow monitoring access to unbound exporter stats"
|
||||
}
|
||||
chain forward {
|
||||
type filter hook forward priority filter; policy drop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue