You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.
Love this container! I'm having an issue getting this to work in my remote context, though.
I'm composing both this container as well as the serjs/go-socks5-proxy that is inheriting the network. Here's the docker-compose.yml that works great with the local context (on my local machine) as a SOCKS5 VPN proxy, with my browser pointing at 0.0.0.0:1080
When I try to deploy this to the remote context, it seems to complete the initialization sequence fine, but it seems to time out when my local browser tries to connect to it. When the container isn't running, the host actively refuses my proxy connections, but when running it jus times out. Sometimes there is one error reported by the go-socks5-proxy container that pops up from time to time that is probably related:
socks: Failed to handle request: readfrom tcp ...: splice: connection reset by peer
The weird thing is that the serjs/go-socks5-proxy works fine on the remote host by itself:
Ooookay. I shelled into the container and ip route didn't have any of my subnets. Then I remembered #102 and ALLOWED_SUBNETS isn't doing jack squat in that version.
Love this container! I'm having an issue getting this to work in my remote context, though.
I'm composing both this container as well as the serjs/go-socks5-proxy that is inheriting the network. Here's the docker-compose.yml that works great with the local context (on my local machine) as a SOCKS5 VPN proxy, with my browser pointing at 0.0.0.0:1080
When I try to deploy this to the remote context, it seems to complete the initialization sequence fine, but it seems to time out when my local browser tries to connect to it. When the container isn't running, the host actively refuses my proxy connections, but when running it jus times out. Sometimes there is one error reported by the
go-socks5-proxy
container that pops up from time to time that is probably related:The weird thing is that the serjs/go-socks5-proxy works fine on the remote host by itself:
I can set the local browser proxy to the remote docker host IP and the proxy works great.
Any idea where the breakdown may be happening?
The text was updated successfully, but these errors were encountered: