vpnhood / VpnHood

Undetectable Fast Portable VPN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hide my ip

SalimiHabib opened this issue · comments

hi

Is it possible to use below config in nginx server to route traffic to my VPN-hood server .
reason for this is IP masking .
is it have affect on vpn server connectivity ?

also we user double IP in user connection and server gateway and it works fine .

http {
    server {
        listen 443;
        server_name _; #  catch-all server name

        location / {
            proxy_pass https://185.*.*.*;
        }
    }
}