SleepyHead
SleepyHead
### Is your question not already answered in the FAQ? - [x] I made sure the question is not listed in the [FAQ](https://github.com/dockur/windows/blob/master/readme.md). ### Is this a general question and...
### Describe the bug setting the args category to dub returns sub links. ### Expected behavior the category=dub should return dub version. ### Actual behavior instead of getting a dub...
**Describe the bug** The Docker Container is not accepting new connection. **Expected behavior** Accept fresh connections. **Environment (please complete the following information):** - Node version: 1.35.4 - OS: Linux Mint...
Container 1 ``` docker run -d \ --name gost-tun-1 \ --dns 207.58.174.243 \ --cap-add NET_ADMIN \ --device /dev/net/tun \ gogost/gost:latest \ -L "tun://:8421?net=10.0.0.2/24&gw=10.0.0.1&routes=0.0.0.0/0" \ -F "socks5://user:[email protected]:12345?timeout=60s&udp=true&noDelay=true&keepAlive=30s" ``` Container 2 ```...