mirror of
https://github.com/casjaysdevdocker/ddns
synced 2025-01-19 06:34:26 -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; };
|
|
};
|