File: test-odoh-proxied.toml

package info (click to toggle)
dnscrypt-proxy 2.1.8%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,044 kB
  • sloc: python: 285; sh: 42; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
server_names = ['odohtarget']
listen_addresses = ['127.0.0.1:5300']

[query_log]
file = 'query.log'

[static]
  [static.'odohtarget']
  stamp = 'sdns://BQcAAAAAAAAADm9kb2guY3J5cHRvLnN4Ci9kbnMtcXVlcnk'

  [static.'odohrelay']
  stamp = 'sdns://hQcAAAAAAAAAAAAab2RvaC1yZWxheS5lZGdlY29tcHV0ZS5hcHABLw'

[anonymized_dns]
  routes = [
    { server_name='odohtarget', via=['odohrelay'] }
  ]