Reject forwarding traffic

This commit is contained in:
asonix 2024-07-03 23:09:14 -05:00
parent c09d259702
commit 899cc36c8b

View file

@ -187,7 +187,7 @@ in
table inet filter {
set hosted_services_tcp {
type inet_service; flags interval;
elements = { 22, 80, 443, $DRAWPILE_TCP_PORT }
elements = { 22, $FORGEJO_SSH_PORT, 80, 443, $DRAWPILE_TCP_PORT }
}
set internal_access_tcp {
@ -264,6 +264,8 @@ in
$DEVICES : jump devices_out,
$WIFI : jump wifi_out
}
jump reject_politely
}
chain input {