tcp-vpn-proxy icon indicating copy to clipboard operation
tcp-vpn-proxy copied to clipboard

I cant see the address

Open falahatiali opened this issue 2 years ago • 5 comments

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

falahatiali avatar Oct 25 '22 09:10 falahatiali

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

amircloner avatar Oct 25 '22 18:10 amircloner

Run docker logs container-id for more information

amircloner avatar Oct 25 '22 18:10 amircloner

/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

falahatiali avatar Oct 25 '22 20:10 falahatiali

Error 502 | Bad Gateway

I get this error after running container and type mydomain.ir/ss

falahatiali avatar Oct 25 '22 20:10 falahatiali

i think you should use http instead of http in arvan dns records set

zeotrix avatar Nov 25 '22 08:11 zeotrix