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