comparison contrib/quicktun.socks4a/README @ 1052:004034faf019 draft

[quicktun.socks4a] $PROTOCOL support (raw, nacl0, nacltai)
author d3v11 <d3v11@d3v11.ano>
date Sun, 04 Nov 2012 12:59:01 +0000
parents 2f1173c986e6
children
comparison
equal deleted inserted replaced
1051:2f1173c986e6 1052:004034faf019
1 hacking quicktun through socks4a: 1 hacking quicktun through socks4a:
2 peer one should set REMOTE_FLOAT = 0 2 i've never actually tested this. but it should "just work"
3 peer two should set REMOTE_FLOAT = 1 3 with minimal shit. if it's really that bad you can complain to
4 4 /relayhell/d3v11.
5 i've never actually tested this. but
6 it should "just work" with minimal
7 shit. if it's really that bad you
8 can complain to /relayhell/d3v11.
9 5
10 depends: 6 depends:
11 quicktun.raw, socat, daemontools, 7 quicktun.raw, socat, daemontools,
12 a lot of fucking patience 8 a lot of fucking patience
9
10 env:
11 $DEBUG
12 1 for debugging, 0 for quiet
13
14 $TUN_MODE
15 this should always be 1
16
17 $PROTOCOL
18 raw, nacl0, nacltai supported
19
20 $INTERFACE
21 named interface of your tunnel
22
23 $REMOTE_FLOAT
24 peer one should set REMOTE_FLOAT = 0
25 peer two should set REMOTE_FLOAT = 1
26
27 $PRIVATE_KEY
28 your private key, necessary for nacl0 and nacltai
29
30 $PUBLIC_KEY
31 peer's public key, necessary for nacl0 or nacltai
32
33 $LOCAL_ADDRESS
34 quicktun.* will bind here
35
36 $LOCAL_PORT
37 quicktun.* will bind here
38
39 $REMOTE_ADDRESS
40 quicktun.socks4a listens here on UDP
41
42 $REMOTE_PORT
43 quicktun.socks4a listens here on UDP
44
45 $DST_ADDRESS
46 REAL REMOTE_ADDRESS
47
48 $DST_PORT
49 REAL REMOTE_PORT
50
51 $SOCKS_ADDRESS
52 listening address of the socks4a proxy
53
54 $SOCKS_PORT
55 listening port of the socks4a proxy