├── Dockerfile ├── LICENSE ├── README.md ├── conf ├── nginx_ss.conf └── shadowsocks-libev_config.json ├── entrypoint.sh └── v2 /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amircloner/tcp-vpn-proxy/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amircloner/tcp-vpn-proxy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amircloner/tcp-vpn-proxy/HEAD/README.md -------------------------------------------------------------------------------- /conf/nginx_ss.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amircloner/tcp-vpn-proxy/HEAD/conf/nginx_ss.conf -------------------------------------------------------------------------------- /conf/shadowsocks-libev_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amircloner/tcp-vpn-proxy/HEAD/conf/shadowsocks-libev_config.json -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amircloner/tcp-vpn-proxy/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /v2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/amircloner/tcp-vpn-proxy/HEAD/v2 --------------------------------------------------------------------------------