ref: 99e2d549e86cbdf4c364a476b8eb008c8fcff6ec 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 &