ref: 93ab48008e6574a7b790c85e1f81c97ef088d7c7 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 &