command
module
Version:
v0.0.0-...-7fca79c
Opens a new window with list of versions in this module.
Published: Mar 31, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
About
Docker wrapper for socks5 proxy-server by TxThinking
Usage
docker run -d --name socks5 -p 1080:1080 -e PROXY_USERNAME=<username> -e PROXY_PASSWORD=<password> -e PROXY_IP=<proxy_ip> -e PROXY_PORT=<proxy_port> nessai1/socks5:latest
| ENV variable |
Type |
Default |
Description |
| PROXY_USERNAME |
String |
no value |
Username that used for proxy auth |
| PROXY_PASSWORD |
String |
no value |
Password that used for proxy auth |
| PROXY_IP |
String |
1080 |
IP of socks5 proxy |
| PROXY_PORT |
String |
no value |
Port of socks5 proxy |
| PROXY_UDP_TIMEOUT |
Int |
30 |
Timeout of UDP connection (in seconds) |
| PROXY_TCP_TIMEOUT |
Int |
30 |
Timeout of TCP connection (in seconds) |
PROXY_IP are always required.
If proxy use Username/password auth method - PROXY_USERNAME and PROXY_PASSWORD are both required.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.