On 31/10/2012 12:14, Steffan Noord wrote:
Hello list,
A client ask me to update his dns for office 365
No problem but he also want to add a srv record
How do i need to set this up ?
Type: SRV
Service: _sip
Portocol: _tls
Port: 443
Weight: 1
Priority: 100
TTL 1 Hour
Domainnaam: example.com
Target:sipdir.online.lync.com
Hope someone can help.
Steffan
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users
Hi,
i believe the structure is as follows:
"_service._proto.name TTL class SRV priority weight port target"
an example of a full SRV record would be:
"_sip._tcp.example.com. 86400 IN SRV 0 5 5060 sipserver.example.com."
regards,
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users