dnscrypt-proxy/.ci/test-odoh-proxied.toml

18 lines
428 B
TOML
Raw Normal View History

2021-06-07 16:15:29 +02:00
server_names = ['odohtarget']
2021-03-30 15:11:09 +02:00
listen_addresses = ['127.0.0.1:5300']
[query_log]
file = 'query.log'
[static]
[static.'odohtarget']
stamp = 'sdns://BQcAAAAAAAAADm9kb2guY3J5cHRvLnN4Ci9kbnMtcXVlcnk'
2021-03-30 15:11:09 +02:00
[static.'odohrelay']
2021-06-07 16:13:27 +02:00
stamp = 'sdns://hQcAAAAAAAAAACCi3jNJDEdtNW4tvHN8J3lpIklSa2Wrj7qaNCgEgci9_BpvZG9oLXJlbGF5LmVkZ2Vjb21wdXRlLmFwcAEv'
2021-03-30 15:11:09 +02:00
[anonymized_dns]
2021-06-07 16:44:55 +02:00
routes = [
2021-03-30 15:11:09 +02:00
{ server_name='odohtarget', via=['odohrelay'] }
2021-06-07 16:44:55 +02:00
]