1
0
mirror of https://github.com/DNSCrypt/dnscrypt-proxy.git synced 2024-12-11 22:35:40 +01:00
dnscrypt-proxy/.ci/test-odoh-proxied.toml

17 lines
393 B
TOML
Raw Normal View History

2021-03-30 15:11:09 +02:00
server_names = ['odohtarget', 'odohrelay']
listen_addresses = ['127.0.0.1:5300']
[query_log]
file = 'query.log'
[static]
[static.'odohtarget']
stamp = 'sdns://BQcAAAAAAAAADWRvaC5jcnlwdG8uc3gKL2Rucy1xdWVyeQ'
2021-03-30 15:11:09 +02:00
[static.'odohrelay']
stamp = 'sdns://hQcAAAAAAAAAAAAab2RvaC1yZWxheS5lZGdlY29tcHV0ZS5hcHABLw'
2021-03-30 15:11:09 +02:00
[anonymized_dns]
routes = [
{ server_name='odohtarget', via=['odohrelay'] }
]