Projects STRLCPY dnstt Commits e1e27bd4
🤬
  • ■ ■ ■ ■
    dnstt-client/http.go
    skipped 25 lines
    26 26  // HTTPS (DoH). Its WriteTo and ReadFrom methods exchange DNS messages over HTTP
    27 27  // requests and responses.
    28 28  //
    29  -// HTTPPacketConn deals only with alreaday formatted DNS messages. It does not
     29 +// HTTPPacketConn deals only with already formatted DNS messages. It does not
    30 30  // handle encoding information into the messages. That is rather the
    31 31  // responsibility of DNSPacketConn.
    32 32  //
    skipped 139 lines
  • ■ ■ ■ ■
    dnstt-client/tls.go
    skipped 16 lines
    17 17  // over a TLS channel, prefixing each message with a two-octet length field as
    18 18  // in DNS over TCP.
    19 19  //
    20  -// TLSPacketConn deals only with alreaday formatted DNS messages. It does not
     20 +// TLSPacketConn deals only with already formatted DNS messages. It does not
    21 21  // handle encoding information into the messages. That is rather the
    22 22  // responsibility of DNSPacketConn.
    23 23  //
    skipped 105 lines
Please wait...
Page is in error, reload to recover