ref: e2a8d3493ab0fdc345b6513a53f30f2b4f36ed97 dir: /rc/bin/tlssrvtunnel/
#!/bin/rc if(! ~ $#* 3){ echo 'usage: tlssrvtunnel plainaddr cryptaddr cert.pem' >[1=2] exit usage } aux/listen1 -tv $2 /bin/tlssrv -c $3 -llisten /bin/aux/trampoline $1 &