Skip to content

Commit

Permalink
Deploy nftables conf
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoCeratto committed Sep 12, 2023
1 parent 45a7434 commit ca65e07
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions stun/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Package: ooni-stun
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
nftables,
python3-setuptools,
python3-statsd,
python3-systemd,
Expand Down
1 change: 1 addition & 0 deletions stun/debian/install
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
debian/ooni-stun.service /lib/systemd/system/
debian/udp_3478.nft /etc/ooni/nftables/udp_3478.nft
ooni-stun.py /usr/bin/
2 changes: 2 additions & 0 deletions stun/debian/udp_3478.nft
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Deployed as /etc/ooni/nftables/udp_3478.nft by the ooni-stun deb package
add rule inet filter input udp dport 3478 counter accept comment "Incoming STUN"

0 comments on commit ca65e07

Please sign in to comment.