Sign in
nest-open-source
/
nest-cam
/
v350
/
stunnel
/
refs/heads/main
/
.
/
tools
/
script.sh
blob: d362c23d3dec235e28ee8124ab9b6e817c228d36 [
file
] [
log
] [
blame
] [
edit
]
#!/bin/bash
REMOTE_HOST
=
"www.mirt.net:443"
echo
"client script connecting $REMOTE_HOST"
/
usr
/
local
/
bin
/
stunnel
-
fd
10
\
11
<&
0
<<
EOT
10
<&
0
0
<&
11
11
<&-
client
=
yes
connect
=
$REMOTE_HOST
EOT
echo
"client script finished"