rename default config to example config
Conflicts: lg-proxy.cfg.example
This commit is contained in:
parent
e502129656
commit
1b04941e9b
4 changed files with 9 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,2 +1,4 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
lg.cfg
|
||||
lgproxy.cfg
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
DEBUG=False
|
||||
LOG_FILE="/var/log/lg-proxy/lg-proxy.log"
|
||||
LOG_LEVEL="WARNING"
|
||||
ACCESS_LIST = ["91.224.149.206", "178.33.111.110", "2a01:6600:8081:ce00::1"]
|
||||
IPV4_SOURCE=""
|
||||
IPV6_SOURCE=""
|
7
lgproxy.cfg.example
Normal file
7
lgproxy.cfg.example
Normal file
|
@ -0,0 +1,7 @@
|
|||
|
||||
DEBUG=False
|
||||
LOG_FILE="/var/log/lg-proxy/lg-proxy.log"
|
||||
LOG_LEVEL="WARNING"
|
||||
ACCESS_LIST = ["91.224.149.206", "178.33.111.110"]
|
||||
IPV4_SOURCE="91.224.148.1"
|
||||
IPV6_SOURCE="2a01:6600:8000::1"
|
Loading…
Add table
Reference in a new issue