ref: 08ab4647e958ec386a96d44f774623c0ab56ef89 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 &