<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello, I've written a DoT forwarder to be run locally on for
      example a laptop in python:
      <a class="moz-txt-link-freetext" href="https://github.com/m3047/tcp_only_forwarder">https://github.com/m3047/tcp_only_forwarder</a></p>
    <ul>
      <li>python3 asyncio</li>
      <li>standard modules only</li>
      <li>no make, no binaries</li>
      <li>one source file<br>
      </li>
      <li>53 LOC (the irony!)</li>
    </ul>
    <p>I wrote this a few weeks ago as a DNS-over-Plain-TCP (DoPT)
      forwarder (see the README for why), but it was trivial to add TLS
      support.</p>
    <p>--</p>
    <p>Fred Morris</p>
    <p><br>
    </p>
  </body>
</html>