mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 10:24:40 +01:00
Add ODoH test files. (#1656)
This commit is contained in:
parent
81692a3a80
commit
03413eae2f
2 changed files with 26 additions and 0 deletions
9
.ci/test-odoh-direct.toml
Normal file
9
.ci/test-odoh-direct.toml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
server_names = ['odohtarget']
|
||||||
|
listen_addresses = ['127.0.0.1:5300']
|
||||||
|
|
||||||
|
[query_log]
|
||||||
|
file = 'query.log'
|
||||||
|
|
||||||
|
[static]
|
||||||
|
[static.'odohtarget']
|
||||||
|
stamp = 'sdns://BQcAAAAAAAAAF29kb2guY2xvdWRmbGFyZS1kbnMuY29tCi9kbnMtcXVlcnk'
|
17
.ci/test-odoh-proxied.toml
Normal file
17
.ci/test-odoh-proxied.toml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
server_names = ['odohtarget', 'odohrelay']
|
||||||
|
listen_addresses = ['127.0.0.1:5300']
|
||||||
|
|
||||||
|
[query_log]
|
||||||
|
file = 'query.log'
|
||||||
|
|
||||||
|
[static]
|
||||||
|
[static.'odohtarget']
|
||||||
|
stamp = 'sdns://BQcAAAAAAAAAF29kb2guY2xvdWRmbGFyZS1kbnMuY29tCi9kbnMtcXVlcnk'
|
||||||
|
|
||||||
|
[static.'odohrelay']
|
||||||
|
stamp = 'sdns://hQcAAAAAAAAAAAAdcHJveHkub2RvaC5jbG91ZGZsYXJlLWRucy5jb20FcHJveHk'
|
||||||
|
|
||||||
|
[anonymized_dns]
|
||||||
|
routes = [
|
||||||
|
{ server_name='odohtarget', via=['odohrelay'] }
|
||||||
|
]
|
Loading…
Add table
Reference in a new issue