ref: a4f4e541de8035298ecbadcfeb2a0f1ce2f46356 dir: /rc/bin/tlsclienttunnel/
#!/bin/rc if(! ~ $#* 3){ echo 'usage: tlsclienttunnel cryptaddr plainaddr cert.thumb' >[1=2] exit usage } aux/listen1 -t $2 /bin/tlsclient -t $3 $1 &