We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81692a3 commit 03413eaCopy full SHA for 03413ea
2 files changed
.ci/test-odoh-direct.toml
@@ -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
@@ -0,0 +1,17 @@
+server_names = ['odohtarget', 'odohrelay']
10
11
+ [static.'odohrelay']
12
+ stamp = 'sdns://hQcAAAAAAAAAAAAdcHJveHkub2RvaC5jbG91ZGZsYXJlLWRucy5jb20FcHJveHk'
13
14
+[anonymized_dns]
15
+routes = [
16
+ { server_name='odohtarget', via=['odohrelay'] }
17
+]
0 commit comments