mirror of
https://git.envs.net/envs/DNS
synced 2024-11-13 12:33:14 +01:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
//
|
|
// Forward Zones
|
|
|
|
zone "tilde." IN {
|
|
type forward;
|
|
forward only;
|
|
forwarders { 149.56.184.112; 213.239.234.117; };
|
|
};
|