Searched refs:client_location (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/package/openvpn/files/
H A Dopenvpn.push_routing_rule78 /usr/sbin/wget -T 10 http://www.speedtest.net/api/country?ip=$trusted_ip -O /tmp/openvpn/client_location
79 client_location=$(cat /tmp/openvpn/client_location)
81 if [ "$server_location" = "US" ] && [ "$client_location" != "US" ]; then
85 elif [ "$server_location" = "EU" ] && [ "$client_location" != "EU" ]; then

Completed in 69 milliseconds