generated from nathanwoodburn/python-webserver-template
feat: Add proxy pac generator
All checks were successful
Build Docker / BuildImage (push) Successful in 54s
All checks were successful
Build Docker / BuildImage (push) Successful in 54s
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# Server configuration
|
||||
WORKERS=1
|
||||
THREADS=2
|
||||
|
||||
# Proxy PAC configuration
|
||||
# The proxy server address (hostname:port)
|
||||
PROXY_ADDRESS=127.0.0.1:8080
|
||||
|
||||
# Additional TLDs to skip beyond the IANA list
|
||||
# The server automatically skips all TLDs from IANA plus some special ones
|
||||
ADDITIONAL_SKIP_TLDS=lan
|
||||
Reference in New Issue
Block a user