38 lines
677 B
YAML
38 lines
677 B
YAML
upstream:
|
|
default:
|
|
- 1.1.1.1
|
|
- 1.0.0.1
|
|
|
|
blocking:
|
|
blackLists:
|
|
ads:
|
|
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
|
clientGroupsBlock:
|
|
default:
|
|
- ads
|
|
|
|
customDNS:
|
|
customTTL: 1h
|
|
mapping:
|
|
${base_hostname}: ${ingress_address}
|
|
|
|
prometheus:
|
|
enable: true
|
|
|
|
redis:
|
|
address: {{ env "NOMAD_UPSTREAM_ADDR_redis" }}
|
|
# password: passwd
|
|
# database: 2
|
|
required: true
|
|
# connectionAttempts: 10
|
|
# connectionCooldown: 3s
|
|
|
|
# queryLog:
|
|
# type: mysql
|
|
# target: db_user:db_password@tcp(db_host_or_ip:3306)/db_user?charset=utf8mb4&parseTime=True&loc=Local
|
|
# logRetentionDays: 7
|
|
|
|
port: 53
|
|
httpPort: 4000
|
|
|