This website requires JavaScript.
Explore
Help
Sign In
casjaysdevdocker
/
ddns
Watch
1
Star
0
Fork
0
mirror of
https://github.com/casjaysdevdocker/ddns
synced
2026-08-09 14:01:17 -04:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
44192c707c5ddecc179f7475353ce7b8e9100ada
ddns
/
rootfs
/
tmp
/
etc
/
named
/
zones
/
000-tor.zone
T
11 lines
185 B
Dns
Raw
Normal View
History
Unescape
Escape
🦈
🏠
🐜
❗
Initial Commit
❗
🐜
🦈
🏠
2022-02-14 16:44:26 -05:00
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
Copy Permalink