mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +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
|
* for example, if DAViCal is installed on cal.example.com you should have
|
||||||
* DNS SRV records like this:
|
* DNS SRV records like this:
|
||||||
* ischedules._tcp.example.com. IN SRV 0 1 443 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
|
* _ischedule._tcp.example.com. IN SRV 0 1 80 cal.example.com
|
||||||
*
|
*
|
||||||
* DNS TXT record for signing outbound requests
|
* DNS TXT record for signing outbound requests
|
||||||
* example:
|
* example:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user