Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
T6169: DNS forwarding should allow underscore for srv record
This srv recors looks valid: ``` set service dns forwarding authoritative-domain _tcp.db.mongors1.example.com records srv _mongodb entry 0 hostname 'mongors1.example.com' ``` But FQDN validator cannot validate it correctly, use regex to fix
- Loading branch information