mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-20 06:52:44 -05:00
nftables: drop obsolete postgres stat collector rules
PostgreSQL 15 removed the UDP-based statistics collector and replaced it with a shared memory implementation.
This commit is contained in:
parent
66d5c7602d
commit
247f709df5
2 changed files with 0 additions and 4 deletions
|
|
@ -111,8 +111,6 @@ table inet filter {
|
|||
skuid unbound meta l4proto { tcp, udp } th sport 53 th dport >= 1024 th dport != 8008 notrack accept
|
||||
skuid { alpm, chrony, synapse, matterbridge, mjolnir } meta l4proto { tcp, udp } th sport >= 1024 th sport != 8008 th dport 53 notrack accept
|
||||
|
||||
skuid postgres udp sport >= 1024 udp sport != 8008 udp dport >= 1024 udp dport != 8008 notrack accept
|
||||
|
||||
skuid synapse tcp sport 8008 tcp dport >= 1024 tcp dport != 8008 notrack accept
|
||||
skuid http tcp sport >= 1024 tcp sport != 8008 tcp dport 8008 notrack accept
|
||||
|
||||
|
|
|
|||
|
|
@ -111,8 +111,6 @@ table inet filter {
|
|||
skuid unbound meta l4proto { tcp, udp } th sport 53 th dport >= 1024 notrack accept
|
||||
skuid { alpm, chrony, mastodon } meta l4proto { tcp, udp } th sport >= 1024 th dport 53 notrack accept
|
||||
|
||||
skuid postgres udp sport >= 1024 udp dport >= 1024 notrack accept
|
||||
|
||||
skuid != root counter goto graceful-reject
|
||||
notrack accept
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue