Skip to content

Commit ca65e07

Browse files
Deploy nftables conf
1 parent 45a7434 commit ca65e07

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

stun/debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Package: ooni-stun
1515
Architecture: all
1616
Depends: ${misc:Depends},
1717
${python3:Depends},
18+
nftables,
1819
python3-setuptools,
1920
python3-statsd,
2021
python3-systemd,

stun/debian/install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
debian/ooni-stun.service /lib/systemd/system/
2+
debian/udp_3478.nft /etc/ooni/nftables/udp_3478.nft
23
ooni-stun.py /usr/bin/

stun/debian/udp_3478.nft

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Deployed as /etc/ooni/nftables/udp_3478.nft by the ooni-stun deb package
2+
add rule inet filter input udp dport 3478 counter accept comment "Incoming STUN"

0 commit comments

Comments
 (0)