├── .env.template ├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── README_RU.md ├── config_fetcher.lua ├── docker-compose.yml └── nginx.conf.esh /.env.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/.env.template -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/README.md -------------------------------------------------------------------------------- /README_RU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/README_RU.md -------------------------------------------------------------------------------- /config_fetcher.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/config_fetcher.lua -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /nginx.conf.esh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apa4h/nginx-3x-ui-subscription-proxy/HEAD/nginx.conf.esh --------------------------------------------------------------------------------