You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 ---
2 verbosity: "info"
3 address: 0.0.0.0:2053
4 table:
5 start:
6 if: "qtype([AAAA])"
7 then:
8 # A list of actions is allowed here
9 - blackhole
10 # The next tag to go
11 - end
12 else:
13 - dispatch
14 dispatch:
15 - query: secure
16 - end
17
18 upstreams:
19 cloudflare:
20 https:
21 uri: https://cloudflare-dns.com/dns-query
22 ratelimit: 3000
23 addr: 1.0.0.1
24
25 quad9:
26 tls:
27 uri: dns.quad9.net
28 ratelimit: 3000
29 addr: 9.9.9.9:853
30
31 secure:
32 hybrid:
33 - cloudflare
34 - quad9
./dcompass-x86_64-unknown-linux-gnu --config working.yaml
Using the config file specified: working.yaml
Error: Failed to parse the configuration file
Caused by:
unknown variant `tls`, expected one of `hybrid`, `udp`, `https` at line 2 column 10
./dcompass-x86_64-unknown-linux-gnu -V
dcompass 0.1.0-alpha.1
# ls -al dcompass-x86_64-unknown-linux-gnu
-rwxr-xr-x 1 root root 5569880 Mar 11 06:53 dcompass-x86_64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered:
[2021-07-28] 2x faster and breaking changes
We adopted a brand new bare metal DNS library domain which allows us to manipulate DNS messages without much allocation. This adoption significantly improves the memory footprint and throughput of dcompass. Due to this major refactorization, DoT/TCP/zone protocol are temporarily unavailable, however, UDP and DoH connections are now blazing fast. We will gradually put back those protocols.
Using the latest binary (2022-03-11)
The text was updated successfully, but these errors were encountered: