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

@@ -68,4 +68,5 @@ class FirewallSettings(BaseModel):
allow_established: bool
allow_icmp: bool
multicast_dns: bool
allow_upnp: bool
allow_upnp: bool
drop_invalid: bool