-
-
Notifications
You must be signed in to change notification settings - Fork 290
Description
Describe the problem
Hello,
when i add a SRV Entry with "_https._tcp.subdomain.domain SRV 10 0 443 3600 subdomain.domain", is this okay in poweradmin, but noch in pdns_server.
Fail message:
pdns_server[1373]: TCP Connection Thread for client [IP]:48301 died because of STL error, cycling backend: When parsing SRV trailing data was not parsed: ' subdomain.domain'
i go in my mariadb sql and change the entry manually:
"_https._tcp.subdomain.domain SRV 0 443 3600 subdomain.domain"
There are no problems with the AXFR Zone.
Steps to reproduce
Add new SRV Entry with PowerAdmin:
Name: _https._tcp.subdomain
Type: SRV
Content: 10 0 443 subdomain.domain
Priority: 10
TTL: 3600
This is okay für PowerAdmin.
Change in MariaDB SQL:
Name: _https._tcp.subdomain
Type: SRV
Content: 0 443 subdomain.domain
Priority: 10
TTL: 3600
This is not okay für PowerAdmin.
Then is the change for pdns_server okay
Poweradmin version
4.0.1
Database
MariaDB
Additional information (optional)
No response