ref: e2224a90bb2455993363efe52e005b2fe9c78cdd 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 &