Skip to content

Commit

Permalink
[base] Remove custom_dns_devices rule from default, handled in API, b…
Browse files Browse the repository at this point in the history
…reaks older kernels
  • Loading branch information
lts-rad committed Oct 28, 2024
1 parent 84813cf commit 324e9ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions base/scripts/nft_rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,6 @@ table inet nat {
}
chain DNS_DNAT {
ip saddr @custom_dns_devices meta l4proto udp dnat to ip saddr map @custom_dns_devices:53
ip saddr @custom_dns_devices meta l4proto tcp dnat to ip saddr map @custom_dns_devices:53
udp dport 53 counter dnat ip to $LANIP:53
tcp dport 53 counter dnat ip to $LANIP:53
}
Expand Down

0 comments on commit 324e9ca

Please sign in to comment.