Skip to content

Commit

Permalink
enable protonvpn nat
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Sep 30, 2024
1 parent 462672a commit d33ac7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/protonvpn-nat
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh
unset IFS
set -euf

while true; do
natpmp-client.py \
-g 10.2.0.1 \
0 \
0

sleep 45
done

0 comments on commit d33ac7b

Please sign in to comment.