tcp-vpn-proxy
tcp-vpn-proxy copied to clipboard
I cant see the address
My domain is on Arvan point to server ip. and the container in the server is up and running on port 80. but i cant see the vpn.
is it right?
docker run -d --restart=always -p 80:80 --env Domain=mydomain.ir --env Password=1234567891 --env PORT=80 amircloner/tcp-vpn-proxy:v1.0.0
docker run -d --restart=always -p 80:80 --env Domain=mydomain.ir --env Password=fa20bcaf-2878-4b20-b484-0acd282c6677 --env PORT=80 amircloner/tcp-vpn-proxy:v1.0.0
Run this command and use UUID4 for Password
Run docker logs container-id
for more information
/etc/shadowsocks-libev/config.json
{
"server":"127.0.0.1",
"server_port":"2333",
"password":"fa20bcaf-2878-4b20-b484-0acd282c6677",
"timeout":300,
"method":"chacha20-ietf-poly1305",
"mode": "tcp_only",
"fast_open":false,
"reuse_port":true,
"no_delay":true,
"plugin": "v2",
"plugin_opts":"server;path=/v2",
"remarks":"TCP VPN Proxy"
}
2022-10-25 20:10:12 INFO: plugin "v2" enabled
2022-10-25 20:10:12 INFO: enable TCP no-delay
2022-10-25 20:10:12 INFO: initializing ciphers... chacha20-ietf-poly1305
2022-10-25 20:10:12 INFO: tcp server listening at 127.0.0.1:40791
2022-10-25 20:10:12 INFO: tcp port reuse enabled
2022-10-25 20:10:12 INFO: running from root user
2022/10/25 20:10:12 V2Ray 4.38.3 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.16.15 linux/amd64)
2022/10/25 20:10:12 A unified platform for anti-censorship.
2022/10/25 20:10:12 [Warning] V2Ray 4.38.3 started
Error 502 | Bad Gateway
I get this error after running container and type mydomain.ir/ss
i think you should use http instead of http in arvan dns records set