1
0
mirror of https://git.envs.net/envs/DNS synced 2024-11-13 12:33:14 +01:00
envs-DNS/named.conf.forward

9 lines
105 B
Plaintext
Raw Normal View History

2019-08-19 00:18:14 +02:00
//
// Forward Zones
zone "tilde." IN {
type forward;
forward only;
forwarders { 188.40.73.235; };
2019-08-19 00:18:14 +02:00
};