diff --git a/groups/locations/home.py b/groups/locations/home.py index 0967ef4..c5bcc4e 100644 --- a/groups/locations/home.py +++ b/groups/locations/home.py @@ -1 +1,9 @@ -{} +{ + 'metadata': { + 'nftables': { + 'input': { + 'udp dport 161 accept', + }, + }, + }, +}