rename default config to example config

Conflicts:
	lg-proxy.cfg.example
This commit is contained in:
Tassilo Schweyer 2012-12-08 11:49:56 +01:00 committed by Baptiste Jonglez
parent e502129656
commit 1b04941e9b
4 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
*.pyc
*.pyo
lg.cfg
lgproxy.cfg

View file

@ -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
View 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"