mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 02:50:47 -05:00
nftables: drop unnecessary semicolons
This commit is contained in:
parent
27aca7474c
commit
f9bd265028
@ -8,7 +8,7 @@ table inet filter {
|
||||
|
||||
iif lo notrack accept
|
||||
tcp dport {22, 80, 443, 7275} notrack accept
|
||||
udp dport 123 notrack accept;
|
||||
udp dport 123 notrack accept
|
||||
meta l4proto {icmp, ipv6-icmp} notrack accept
|
||||
}
|
||||
|
||||
@ -17,7 +17,7 @@ table inet filter {
|
||||
|
||||
oif lo notrack accept
|
||||
tcp sport {22, 80, 443, 7275} notrack accept
|
||||
udp sport 123 notrack accept;
|
||||
udp sport 123 notrack accept
|
||||
meta l4proto {icmp, ipv6-icmp} notrack accept
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user