ID: /etc/ferm/conf.d/40-unbound.conf
Function: file.managed
Result: True
Comment: File /etc/ferm/conf.d/40-unbound.conf updated
Started: 13:28:36.325880
Duration: 289.081 ms
Changes:
----------
diff:
---
+++
@@ -1,14 +1,4 @@
domain (ip ip6) {
- table raw {
- chain PREROUTING {
- proto (udp tcp) dport ( 53 ) NOTRACK;
- proto (udp) sport ( 53 ) NOTRACK;
- }
- chain OUTPUT {
- proto (udp) dport ( 53 ) NOTRACK;
- proto (udp tcp) sport ( 53 ) NOTRACK;
- }
- }
table filter {
chain INPUT {
daddr (185.206.208.56 2a06:8187:fb56::1:56 185.206.209.159 2a06:8187:fb11:1::f:1) saddr (
@@ -22,7 +12,6 @@
) proto (udp tcp) dport 53 {
mod limit limit 100/second limit-burst 200 ACCEPT;
}
- daddr (185.206.209.159 2a06:8187:fb11:1::f:1) proto (udp) sport 53 mod limit limit 100/second limit-burst 200 ACCEPT;
}
}
}