Skip to content

Commit

Permalink
fix: wg-sudoers path to iptables fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
toanju committed Dec 14, 2024
1 parent 4fb4d70 commit b3926e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wg-sudoers
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app ALL= EXEC: NOPASSWD: /usr/bin/wg-quick up *
app ALL= EXEC: NOPASSWD: /usr/bin/wg-quick down *
app ALL= EXEC: NOPASSWD: /sbin/iptables -t nat -A POSTROUTING -o eth+ -j MASQUERADE
app ALL= EXEC: NOPASSWD: /sbin/iptables -t nat -D POSTROUTING -o eth+ -j MASQUERADE
app ALL= EXEC: NOPASSWD: /usr/sbin/iptables -t nat -A POSTROUTING -o eth+ -j MASQUERADE
app ALL= EXEC: NOPASSWD: /usr/sbin/iptables -t nat -D POSTROUTING -o eth+ -j MASQUERADE

0 comments on commit b3926e3

Please sign in to comment.