Skip to content
  • Daniel Kahn Gillmor's avatar
    9801e5ac
    Add net.tls_servicename() · 9801e5ac
    Daniel Kahn Gillmor authored
    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"
    9801e5ac
    Add net.tls_servicename()
    Daniel Kahn Gillmor authored
    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"
Loading