shithub: plan9front

ref: 03499e53ccf8391c5b5d4b9eca096abe5e9312c3
dir: /rc/bin/tlsclienttunnel/

View raw version
#!/bin/rc

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