Skip to content

Commit 03413ea

Browse files
authored
Add ODoH test files. (#1656)
1 parent 81692a3 commit 03413ea

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.ci/test-odoh-direct.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
server_names = ['odohtarget']
2+
listen_addresses = ['127.0.0.1:5300']
3+
4+
[query_log]
5+
file = 'query.log'
6+
7+
[static]
8+
[static.'odohtarget']
9+
stamp = 'sdns://BQcAAAAAAAAAF29kb2guY2xvdWRmbGFyZS1kbnMuY29tCi9kbnMtcXVlcnk'

.ci/test-odoh-proxied.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
server_names = ['odohtarget', 'odohrelay']
2+
listen_addresses = ['127.0.0.1:5300']
3+
4+
[query_log]
5+
file = 'query.log'
6+
7+
[static]
8+
[static.'odohtarget']
9+
stamp = 'sdns://BQcAAAAAAAAAF29kb2guY2xvdWRmbGFyZS1kbnMuY29tCi9kbnMtcXVlcnk'
10+
11+
[static.'odohrelay']
12+
stamp = 'sdns://hQcAAAAAAAAAAAAdcHJveHkub2RvaC5jbG91ZGZsYXJlLWRucy5jb20FcHJveHk'
13+
14+
[anonymized_dns]
15+
routes = [
16+
{ server_name='odohtarget', via=['odohrelay'] }
17+
]

0 commit comments

Comments
 (0)