orchestration-tests/nomad/blocky/config.yml

38 lines
677 B
YAML
Raw Normal View History

2022-02-28 20:07:34 +00:00
upstream:
default:
- 1.1.1.1
- 1.0.0.1
2022-02-28 20:07:34 +00:00
blocking:
blackLists:
ads:
- https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
clientGroupsBlock:
default:
- ads
customDNS:
customTTL: 1h
mapping:
2022-03-13 17:13:19 +00:00
${base_hostname}: ${ingress_address}
2022-02-28 20:07:34 +00:00
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
2022-02-28 20:07:34 +00:00
port: 53
httpPort: 4000