mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* Basic, working, easily modifiable LAN DNS server * Example LAN, .private, and localhost zones * A, PTR, and CNAME (alias) records * MX, SPF, DKIM, and DMARC records for email servers * URI, TXT, and SRV records for Kerberos servers * Semi-automated initial configuration using LAN setup
10 lines
298 B
Plaintext
10 lines
298 B
Plaintext
@domain@.private. 10800 IN SOA @domain@.private. admin.@domain@.private. (
|
|
2019033101
|
|
3600
|
|
900
|
|
1209600
|
|
86400)
|
|
10800 IN NS @domain@.private.
|
|
10800 IN A @HOST_LAN_IP_ADDRESS@
|
|
proxy.@domain@.private. 10800 IN CNAME @domain@.private.
|