bins/icb-irc-tunnel: try to log stuff
This commit is contained in:
parent
7f2e69bb37
commit
fa6f998f4a
@ -5,8 +5,11 @@
|
|||||||
#!${pkgs.yash}/bin/yash
|
#!${pkgs.yash}/bin/yash
|
||||||
${pkgs.procps}/bin/pkill icbirc
|
${pkgs.procps}/bin/pkill icbirc
|
||||||
|
|
||||||
${icbirc}/bin/icbirc -l 127.0.0.1 -s localhost -p 6644
|
# porters
|
||||||
${icbirc}/bin/icbirc -l 127.0.0.1 -s localhost -p 6645
|
${icbirc}/bin/icbirc -d -l 127.0.0.1 -s localhost -p 6644 >/tmp/icbirc-porters &
|
||||||
|
|
||||||
|
# hackers
|
||||||
|
${icbirc}/bin/icbirc -d -l 127.0.0.1 -s localhost -p 6645 >/tmp/icbirc-hackers &
|
||||||
|
|
||||||
${pkgs.openssh}/bin/ssh -NTL 7326:localhost:7326 \
|
${pkgs.openssh}/bin/ssh -NTL 7326:localhost:7326 \
|
||||||
-oServerAliveInterval=60 \
|
-oServerAliveInterval=60 \
|
||||||
|
Loading…
Reference in New Issue
Block a user