mirror of
https://git.envs.net/envs/DNS
synced 2026-01-27 06:48:03 +01:00
9 lines
105 B
Plaintext
9 lines
105 B
Plaintext
//
|
|
// Forward Zones
|
|
|
|
zone "tilde." IN {
|
|
type forward;
|
|
forward only;
|
|
forwarders { 188.40.73.235; };
|
|
};
|