diff options
author | atanarjuat <atanarjuat@example.com> | 2022-05-23 01:36:21 +0200 |
---|---|---|
committer | atanarjuat <atanarjuat@example.com> | 2022-05-23 01:36:21 +0200 |
commit | e72ad4b857b09a788c553283ecb8cda7d2b580fd (patch) | |
tree | bf3a016793ca128b7a680166dc4fba181fc5d8a5 /scripts/run-openvpn-client.sh | |
parent | 3c127453800e95f0c76234c1f0f836375ed73b99 (diff) |
wip: kcp client
Diffstat (limited to 'scripts/run-openvpn-client.sh')
-rwxr-xr-x | scripts/run-openvpn-client.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-openvpn-client.sh b/scripts/run-openvpn-client.sh index d5be78f..8e5fafb 100755 --- a/scripts/run-openvpn-client.sh +++ b/scripts/run-openvpn-client.sh @@ -13,4 +13,4 @@ sudo openvpn \ --pull-filter ignore route-ipv6 \ --socks-proxy 127.0.0.1 8080 \ --remote $OBFS4_ENDPOINT_IP $OBFS4_ENDPOINT_PORT \ - --route $OBFS4_ENDPOINT 255.255.255.255 net_gateway + --route $OBFS4_ENDPOINT_IP 255.255.255.255 net_gateway |