From e72ad4b857b09a788c553283ecb8cda7d2b580fd Mon Sep 17 00:00:00 2001 From: atanarjuat Date: Mon, 23 May 2022 01:36:21 +0200 Subject: wip: kcp client --- scripts/run-openvpn-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 -- cgit v1.2.3