Add Values in Priority of Service and Weight of Service in SRV Records
hi,
we are currently using Parallel Plesk 11.0 version and there is one requirement from microsoft provider to add the exact same values in SRV Records.
Priority of Service = 100
Weight of Service = 1
but these values are not available in the dropdownlist. attached are the screenshots.
So i kindly request to add 100 value in Priority of Service and 1 value in weight of service.
Thank you for reporting this bug, we have confirmed it (bug ID for your reference: PPP-37487). Note: only feature requests are allowed here, so we would appreciate if you post bugs and issues on our forum at https://talk.plesk.com. We are closing this request, since it does not contain any feature suggestions.
— AY
-
Alexander Yamshanov commented
Hi,
You can use a workaround while the bug not fixed:
# plesk bin dns --add mydomain.example -srv '' -srv-service sip -srv-target-host example.org. -srv-protocol tls -srv-port 5060 -srv-priority 1000 -srv-weight 1000
# grep 'SRV' /var/named/run-root/var/mydomain.example
_sip._tls.mydomain.example. IN SRV 1000 1000 5060 example.org. -
Rudy Rojas Toruño commented
Hola, le comento que tengo la misma situación me gustaría saber si de alguna forma pudo solventar este problema.
Saludos