Skip to content

Commit

Permalink
Fix: inverted HTTP/HTTPS ports
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Oct 11, 2016
1 parent 0accf01 commit 4dcf5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libexec/prax-iptables
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Summary: Sets or removes network port redirection rules (requires root privileges)
set -e

HTTP_PORT=20558
HTTPS_PORT=20559
HTTP_PORT=20559
HTTPS_PORT=20558
DEVICES=$(ls /sys/class/net)

case "$1" in
Expand Down

0 comments on commit 4dcf5ac

Please sign in to comment.