pf: Open unbound_exporter port for dna-gw hosts
This commit is contained in:
parent
ae491f8977
commit
271eb09669
1 changed files with 2 additions and 1 deletions
|
@ -45,8 +45,9 @@ pass in quick on $ext_if proto tcp from 37.35.86.64/29 to self port ssh
|
|||
pass in quick on $ext_if proto tcp from 37.16.96.144/28 to self port ssh
|
||||
pass in quick on $ext_if proto tcp from 212.149.228.253/32 to self port ssh
|
||||
|
||||
# node_exporter from internal network
|
||||
# node_exporter and unbound_exporter from internal network
|
||||
pass in quick on $int_if proto tcp from $int_net to self port 9100
|
||||
pass in quick on $int_if proto tcp from $int_net to self port 9167
|
||||
|
||||
# allow dns queries from internal net
|
||||
pass in quick on $int_if proto { tcp, udp } from $int_net to self port domain
|
||||
|
|
Loading…
Add table
Reference in a new issue