unsecure-connection: removed hard-coded remarkable ip

This commit is contained in:
f3fora 2021-01-30 09:02:21 +01:00 committed by Rien Maertens
parent d85938b441
commit 2eb60e4c87
No known key found for this signature in database
GPG Key ID: AE66CE42F1AF9DEF

View File

@ -205,7 +205,7 @@ if $unsecure_connection; then
listen_port=16789
ssh_cmd "$restream_rs --listen $listen_port" &
sleep 1 # give some time to restream.rs to start listening
receive_cmd="nc 10.11.99.1 $listen_port"
receive_cmd="nc $remarkable $listen_port"
else
receive_cmd="ssh_cmd $restream_rs"
fi