Skip to content

Commit

Permalink
update tor vpn values to 192.168.200 base
Browse files Browse the repository at this point in the history
some people might have conflicts with 10.10.10 base VPN
  • Loading branch information
n8fr8 committed May 12, 2018
1 parent f702a0e commit 89906a2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ public void run ()
final String vpnName = "OrbotVPN";
final String localhost = "127.0.0.1";

final String virtualGateway = "10.10.10.1";
final String virtualIP = "10.10.10.2";
final String virtualGateway = "192.168.200.1";
final String virtualIP = "192.168.200.2";
final String virtualNetMask = "255.255.255.0";
final String dummyDNS = "1.1.1.1"; //this is intercepted by the tun2socks library, but we must put in a valid DNS to start
final String defaultRoute = "0.0.0.0";
Expand Down

0 comments on commit 89906a2

Please sign in to comment.