reorder network allowlists for consistency

This commit is contained in:
Daniel Micay 2022-08-10 11:13:31 -04:00
parent afce4f2a51
commit 07dca7919d
6 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ table inet filter {
type filter hook output priority filter
oif lo goto output-internal
skuid != {root, systemd-network, chrony, unbound, http, attestation} counter goto output-reject
skuid != {root, systemd-network, unbound, chrony, http, attestation} counter goto output-reject
}
chain output-internal {

View File

@ -44,7 +44,7 @@ table inet filter {
type filter hook output priority filter
oif lo goto output-internal
skuid != {root, systemd-network, chrony, unbound, http, flarum, flarum-admin} counter goto output-reject
skuid != {root, systemd-network, unbound, chrony, http, flarum, flarum-admin} counter goto output-reject
}
chain output-internal {

View File

@ -48,7 +48,7 @@ table inet filter {
type filter hook output priority filter
oif lo goto output-internal
skuid != {root, systemd-network, chrony, unbound, powerdns, geoipupdate} counter goto output-reject
skuid != {root, systemd-network, unbound, chrony, powerdns, geoipupdate} counter goto output-reject
}
chain output-internal {

View File

@ -44,7 +44,7 @@ table inet filter {
type filter hook output priority filter
oif lo goto output-internal
skuid != {root, systemd-network, chrony, unbound, postfix, dovecot, dovenull} counter goto output-reject
skuid != {root, systemd-network, unbound, chrony, postfix, dovecot, dovenull} counter goto output-reject
}
chain output-internal {

View File

@ -44,7 +44,7 @@ table inet filter {
type filter hook output priority filter
oif lo goto output-internal
skuid != {root, systemd-network, chrony, unbound, http, synapse, matterbridge} counter goto output-reject
skuid != {root, systemd-network, unbound, chrony, http, synapse, matterbridge} counter goto output-reject
}
chain output-internal {

View File

@ -44,7 +44,7 @@ table inet filter {
type filter hook output priority filter
oif lo goto output-internal
skuid != {root, systemd-network, chrony, unbound, http} counter goto output-reject
skuid != {root, systemd-network, unbound, chrony, http} counter goto output-reject
}
chain output-internal {