summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoratanarjuat <atanarjuat@example.com>2022-05-23 01:36:21 +0200
committeratanarjuat <atanarjuat@example.com>2022-05-23 01:36:21 +0200
commite72ad4b857b09a788c553283ecb8cda7d2b580fd (patch)
treebf3a016793ca128b7a680166dc4fba181fc5d8a5 /scripts
parent3c127453800e95f0c76234c1f0f836375ed73b99 (diff)
wip: kcp client
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-openvpn-client.sh2
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