Add net.tls_servicename()
The hostname() of a given machine might be different from the service the host is offering. In fact, many hosts might offer the same DNS resolver servicename, while having distinct hostnames. The configuration net.tls_servicename() represents the public-facing name of the service offered by the host. for example, the host might be named "pluto", but the service might be "dns.example.org"
Please register or sign in to comment