unsecure-connection: removed hard-coded remarkable ip
This commit is contained in:
parent
d85938b441
commit
2eb60e4c87
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user