This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
envs-DNS
Watch
1
Star
0
Fork
0
You've already forked envs-DNS
mirror of
https://git.envs.net/envs/DNS
synced
2024-11-13 12:33:14 +01:00
Code
Issues
slave
envs-DNS
/
named.conf.forward
9 lines
104 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
init
2019-08-19 00:18:14 +02:00
//
// Forward Zones
update ns2 confs
2021-08-21 12:05:54 +02:00
zone "tilde" IN {
init
2019-08-19 00:18:14 +02:00
type forward;
forward only;
update ns2 confs
2021-08-21 12:05:54 +02:00
forwarders { 188.40.73.235; };
init
2019-08-19 00:18:14 +02:00
};
Copy Permalink