Changes between Version 4 and Version 5 of add_special_dns_records
- Timestamp:
- Jul 25, 2012, 9:00:00 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
add_special_dns_records
v4 v5 1 1 = How do I add special DNS records? = 2 2 3 The Members Control Panel cannot add all types of DNS records. As members request special DNS records, we should change the Control Panel to enable them. However, in the meantime, you can add special records by modifying the /etc/tinydns/root/special-records file by hand.3 The Members Control Panel cannot add all types of DNS records. As members request special DNS records, we should change the Control Panel to enable them. However, in the meantime, you can add special records by modifying the `viewsic.mayfirst.org:/etc/tinydns/root/special-records' file by hand. When you're done editing the file, you can push the records live with: 4 4 5 This file lives on `viewsic.mayfirst.org` 5 {{{ 6 cd /etc/tinydns/root && make 7 }}} 6 8 7 9 If you need to add SRV records it's slightly more complicated. There's a [http://www.chucksquared.com/TinyDNS.aspx good explanation of how to do it] and a easy to use [http://www.anders.com/projects/sysadmin/djbdnsRecordBuilder/#SRV auto generator].