fix: settings update fixed + packet invalid drop

This commit is contained in:
Domingo Dirutigliano
2023-10-01 02:01:47 +02:00
parent b11fa66909
commit e96c38b186
5 changed files with 135 additions and 105 deletions

View File

@@ -52,7 +52,8 @@ export type FirewallSettings = {
allow_established: boolean,
allow_icmp: boolean,
multicast_dns: boolean,
allow_upnp: boolean
allow_upnp: boolean,
drop_invalid: boolean
}