Control Web Panel

WebPanel => DNS => Topic started by: llIllIllIll on October 04, 2022, 09:54:34 PM

Title: SRV records doesnt work
Post by: llIllIllIll on October 04, 2022, 09:54:34 PM
I just did a fresh install on Centos 7 server. All type of records working fine but SRV records doesnt work at all. When I create a SRV record, panel doesnt save it correctly, so I corrected it from DNS Zone file of the domain. Yet, no luck. Is there any workaround for this?
Title: Re: SRV records doesnt work
Post by: PakPos on October 05, 2022, 02:08:19 AM
may i know what is IN SRV for ?
Title: Re: SRV records doesnt work
Post by: llIllIllIll on October 05, 2022, 04:30:42 PM
may i know what is IN SRV for ?
I cannot say that I understand your question but I've solved the problem. Both user panel and admin panel adding SRV records wrongly.
_minecraft._tcp.play.webserver.net 14400 IN SRV 5 5 25569 play.webserver.net.
This should work on a regular server tho. Anyways, just add dot before TTL it should be like this:
_minecraft._tcp.play.webserver.net. 14400 IN SRV 5 5 25569 play.webserver.net.


And this should be fixed soon as possible by CWP developers since users cannot add SRV records in the current situation..