forked from sangge/tpre-python
modified: client/main.py new file: node/nodeconf.yaml modified: server/main.py new file: server/serverconf.yaml modified: server/xiaomiandns.py
8 lines
128 B
YAML
8 lines
128 B
YAML
database:
|
|
db_file : '../database/dns.db'
|
|
DNS:
|
|
port : 53
|
|
listen_host : "0.0.0.0"
|
|
API:
|
|
port : 81
|
|
listen_host : "0.0.0.0" |