From 3c127453800e95f0c76234c1f0f836375ed73b99 Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Sun, 22 May 2022 00:59:24 +0530 Subject: clarify requirement of obfsvpn endpoint port for openvpn remote this also introduces OBFS4_ENDPOINT_PORT and renames OBFS4_ENDPOINT to OBFS4_ENDPOINT_PORT and updates the script 'run-openvpn.sh' to use these --- scripts/run-openvpn-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/run-openvpn-client.sh') diff --git a/scripts/run-openvpn-client.sh b/scripts/run-openvpn-client.sh index a70fcdc..d5be78f 100755 --- a/scripts/run-openvpn-client.sh +++ b/scripts/run-openvpn-client.sh @@ -12,5 +12,5 @@ sudo openvpn \ --pull-filter ignore ifconfig-ipv6 \ --pull-filter ignore route-ipv6 \ --socks-proxy 127.0.0.1 8080 \ - --remote $OBFS4_ENDPOINT 443 \ + --remote $OBFS4_ENDPOINT_IP $OBFS4_ENDPOINT_PORT \ --route $OBFS4_ENDPOINT 255.255.255.255 net_gateway -- cgit v1.2.3