mirror of
https://github.com/casjaysdevdocker/ddns
synced 2026-01-29 13:11:04 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
10
files/config/named/zones/000-tor.zone
Normal file
10
files/config/named/zones/000-tor.zone
Normal file
@@ -0,0 +1,10 @@
|
||||
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; };
|
||||
};
|
||||
Reference in New Issue
Block a user