- --vs-nextdns: Numa local cache vs NextDNS cloud (45.90.28.0) - --vs-unbound-cold: unique random subdomains, no record cache hits - check_numa_mode validates forward/recursive mode before running - numa-bench-recursive.toml config for cold benchmarks
31 lines
346 B
TOML
31 lines
346 B
TOML
[server]
|
|
bind_addr = "127.0.0.1:5454"
|
|
api_port = 5381
|
|
api_bind_addr = "127.0.0.1"
|
|
data_dir = "/tmp/numa-bench"
|
|
|
|
[upstream]
|
|
mode = "recursive"
|
|
timeout_ms = 10000
|
|
|
|
[cache]
|
|
min_ttl = 60
|
|
max_ttl = 3600
|
|
|
|
[blocking]
|
|
enabled = false
|
|
|
|
[proxy]
|
|
port = 8080
|
|
tls_port = 8443
|
|
|
|
[dot]
|
|
enabled = true
|
|
port = 8530
|
|
|
|
[mobile]
|
|
enabled = false
|
|
|
|
[lan]
|
|
enabled = false
|