mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Specify the SRV record examples with leading _ as they should be.
This commit is contained in:
parent
77de9a024e
commit
97c04fab6f
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user