docker service logs TEST_warp-socks docker service inspect TEST_warp-socks #in swarm mode, the ip addr is randomTID=`docker ps -aqf"name=^TEST_warp-socks"`IF=`dockerexec$TIDsh -c"ip route show default"|awk'{print $5}'`TIP=`dockerexec$TIDsh -c"ifconfig$IF"|awk'/inet /{print $...
Connet to CloudFlare WARP, exposing `socks5` proxy all together. - Docker-Warp-Socks/entrypoint.sh at master · kirinse/Docker-Warp-Socks
docker run -d--namewarp -p8080:8080-p1080:1080amirdaaee/cloudflare-warp 查看连接状态: dockerexecwarp warp-cli --accept-tos status 查看ip: curl -s -x http://127.0.0.1:8080 https://ipinfo.io #curl -s -x socks5://127.0.0.1:1080 https://ipinfo.io 测速: curl -xhttp://127.0.0....
我的RackNerd VPS就是基于WARP成功自建反向代理的: services: go-chatgpt-api: container_name: go-chatgpt-api image: linweiyuan/go-chatgpt-api:latest # 最新 ports: - 8080:8080 # 宿主机8080端口可按需改为其它端口 environment: - GIN_MODE=release - GO_CHATGPT_API_PROXY=socks5://chatgpt-proxy...
org.opencontainers.image.base.name="docker.io/monius/docker-warp-socks"\ org.opencontainers.image.base.name="docker.io/monius/docker-warp-socks" RUNapk update && apk upgrade \ && apk add --no-cache curl openrc \ Expand Down
docker exec -it warp-socks-1 bash Regenerating wgcf-account.toml rm wgcf-account.toml wgcf register 👍 2 FDUZS commented Nov 15, 2023 Same here. And the solution offered by @Showfom works. Owner Mon-ius commented Nov 21, 2023 Glad to see problems got fixed here, will keep ...
Actions: kirinse/Docker-Warp-Socks Actions All workflows Management Caches Attestations All workflows All workflows Actions Actions All workflows Management Caches Attestations Showing runs from all workflows 0 workflow runs 0 workflow runs Event Status Branch Actor There are...
You can refer https://github.com/Mon-ius/Docker-Warp-Socks/blob/main/.github/workflows/verify_chain.yml. Mon-ius mentioned this issue Feb 28, 2024 Network connection problem between containers #16 Closed Author pranksta02 commented Mar 9, 2024 Hi, sorry but I have no idea how to ...
Hello, I've pinpointed two core issues in the current implementation that prevent it from connecting with other containers through Docker-Warp-Socks. Below, I've detailed these problems along with ...
So, I am forced to put a sleep 10 before connecting to localhost:9091, to be reasonably sure that the warp tunnel is established: $ sudo docker run --restart=always -itd --name warpsocks -p 9091:9091 "monius/docker-warp-socks:v3" $ sleep 10 $ <program connecting to localhost:9091>...