Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

arisudesu-dev/socks-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socks-proxy

Simple socks5 proxy server with authentication and subnet restrictions.

Config

Configuration is done with environment variables.

Variable Default Description
PROXY_PORT 1080 Listen port for proxy
PROXY_USER (empty) Proxy username
PROXY_PASSWORD (empty) Proxy password
PROXY_BLOCK_DEST_NETS (empty) Comma-separated, without spaces, list of restricted destination subnets within proxy
Example: 127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16