From 94dbe0d9c4717991db7e6df9445bad19ce8f99b4 Mon Sep 17 00:00:00 2001 From: knaccc Date: Wed, 30 Jan 2019 02:03:02 +0000 Subject: [PATCH] Store server tunnel keys / read tunnel keys from a specified directory when creating a tunnel with tunnelcontrol Use .i2p-zero in the user's home directory as the i2p config dir. --- resources/tunnel-control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tunnel-control.sh b/resources/tunnel-control.sh index 24ad902..b3be20c 100755 --- a/resources/tunnel-control.sh +++ b/resources/tunnel-control.sh @@ -1,3 +1,3 @@ #!/bin/bash -exec 3<>/dev/tcp/localhost/30000; echo "$1 $2 $3" >&3; cat <&3 \ No newline at end of file +exec 3<>/dev/tcp/localhost/30000; echo "$1 $2 $3 $4" >&3; cat <&3 \ No newline at end of file