mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-01-31 12:34:31 -05:00
11 lines
185 B
Dns
11 lines
185 B
Dns
|
zone "onion" {
|
||
|
type forward;
|
||
|
forward only;
|
||
|
forwarders { 127.0.0.1 port 8053; };
|
||
|
};
|
||
|
zone "exit" {
|
||
|
type forward;
|
||
|
forward only;
|
||
|
forwarders { 127.0.0.1 port 8053; };
|
||
|
};
|