Specify the SRV record examples with leading _ as they should be.

This commit is contained in:
Andrew McMillan 2010-11-27 16:41:53 +13:00
parent 77de9a024e
commit 97c04fab6f

View File

@ -161,8 +161,8 @@ $c->collections_always_exist = false;
*
* for example, if DAViCal is installed on cal.example.com you should have
* DNS SRV records like this:
* ischedules._tcp.example.com. IN SRV 0 1 443 cal.example.com
* ischedule._tcp.example.com. IN SRV 0 1 80 cal.example.com
* _ischedules._tcp.example.com. IN SRV 0 1 443 cal.example.com
* _ischedule._tcp.example.com. IN SRV 0 1 80 cal.example.com
*
* DNS TXT record for signing outbound requests
* example: