diff options
Diffstat (limited to 'examples/source/ircproxy-oftc-6/run')
| -rwxr-xr-x | examples/source/ircproxy-oftc-6/run | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/source/ircproxy-oftc-6/run b/examples/source/ircproxy-oftc-6/run new file mode 100755 index 0000000..6aabfb2 --- /dev/null +++ b/examples/source/ircproxy-oftc-6/run @@ -0,0 +1,12 @@ +#!/command/execlineb -P +fdmove -c 2 1 +s6-envdir /etc/env-network +importas -uSi ETH0_IP6 +emptyenv -p +s6-envuidgid irc +export CADIR /etc/ssl/ca/hashed +fdmove 1 3 +s6-tcpserver -v -1 -U -c 255 -- ${ETH0_IP6} 1000 +s6-tcpserver-access -DHl0 -- +s6-tcpclient -6 -v -l0 -- irc6.oftc.net. 6697 +s6-tlsc-io -k irc6.oftc.net -- 6 7 |
