pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy
ISC License
4.1k stars 235 forks source link

curl: (56) Recv failure: Connection reset by peer when running on Docker #120

Open CameronSima opened 1 month ago

CameronSima commented 1 month ago

When running wireproxy from the command line, everything works normally. When I run the Dockerfile with docker compose, I get curl: (56) Recv failure: Connection reset by peer when testing with curl.

version: "3.8"
services:
  wireproxy:
    build:
      context: .
      dockerfile: Dockerfile
    volumes:
      - ./wireproxy_config:/etc/wireproxy
    ports:
      - 25345:25345
    restart: unless-stopped
shaerpour commented 1 month ago

Send logs of wireproxy container please