This test ensures that all rpz-passthru activity will be redirected to a dedicated log file following ns1/named.conf configuration.
17 lines
194 B
Plaintext
17 lines
194 B
Plaintext
$TTL 300
|
|
|
|
@ IN SOA ns1 root.baddomain. (
|
|
2020040101
|
|
4h
|
|
1h
|
|
1w
|
|
60
|
|
)
|
|
|
|
IN NS ns1
|
|
|
|
ns1 IN A 10.53.0.2
|
|
|
|
baddomain. IN A 10.53.0.2
|
|
www IN A 10.53.0.3
|