Skip to content

Commit

Permalink
fix IP range
Browse files Browse the repository at this point in the history
thanks to @marmarek for the suggestion!
  • Loading branch information
Patrick Schleizer committed Jun 8, 2019
1 parent baafc74 commit 5fc78ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/whonix-gateway-firewall
Expand Up @@ -186,7 +186,7 @@ variables_defaults() {
## 10.138.0.0/8 - DispVM Qubes-Whonix-Gateway IP range ## 10.138.0.0/8 - DispVM Qubes-Whonix-Gateway IP range
if command -v "qubesdb-read" >/dev/null 2>&1 ; then if command -v "qubesdb-read" >/dev/null 2>&1 ; then
## https://forums.whonix.org/t/whonix-gateway-not-reachable/7484/16 ## https://forums.whonix.org/t/whonix-gateway-not-reachable/7484/16
WORKSTATION_DEST_SOCKSIFIED="10.137.0.0/8" WORKSTATION_DEST_SOCKSIFIED="10.137.0.0/16,10.138.0.0/16"
else else
WORKSTATION_DEST_SOCKSIFIED="10.152.152.10" WORKSTATION_DEST_SOCKSIFIED="10.152.152.10"
fi fi
Expand Down

0 comments on commit 5fc78ed

Please sign in to comment.