diff options
| author | d3v11 <d3v11@d3v11.ano> | 2012-11-04 12:59:01 +0000 | 
|---|---|---|
| committer | d3v11 <d3v11@d3v11.ano> | 2012-11-04 12:59:01 +0000 | 
| commit | 61adeb2c97ef6a62dae0f2890139253faf00994c (patch) | |
| tree | 6e22bca4510ba668eeae52b68fdab1b17c048b09 /contrib/quicktun.socks4a/README | |
| parent | c651762fead7748ad1256409456e4896596db24e (diff) | |
| download | resdb-61adeb2c97ef6a62dae0f2890139253faf00994c.tar.gz resdb-61adeb2c97ef6a62dae0f2890139253faf00994c.zip | |
[quicktun.socks4a] $PROTOCOL support (raw, nacl0, nacltai)
Diffstat (limited to 'contrib/quicktun.socks4a/README')
| -rw-r--r-- | contrib/quicktun.socks4a/README | 57 | 
1 files changed, 50 insertions, 7 deletions
| diff --git a/contrib/quicktun.socks4a/README b/contrib/quicktun.socks4a/README index 29a4359..eefe089 100644 --- a/contrib/quicktun.socks4a/README +++ b/contrib/quicktun.socks4a/README @@ -1,12 +1,55 @@  hacking quicktun through socks4a: -  peer one should set REMOTE_FLOAT = 0 -  peer two should set REMOTE_FLOAT = 1 - -  i've never actually tested this. but -  it should "just work" with minimal -  shit. if it's really that bad you -  can complain to /relayhell/d3v11. +  i've never actually tested this. but it should "just work" +  with minimal shit. if it's really that bad you can complain to +  /relayhell/d3v11.  depends:    quicktun.raw, socat, daemontools,    a lot of fucking patience + +env: +  $DEBUG +    1 for debugging, 0 for quiet + +  $TUN_MODE +    this should always be 1 + +  $PROTOCOL +    raw, nacl0, nacltai supported + +  $INTERFACE +    named interface of your tunnel + +  $REMOTE_FLOAT +    peer one should set REMOTE_FLOAT = 0 +    peer two should set REMOTE_FLOAT = 1 + +  $PRIVATE_KEY +    your private key, necessary for nacl0 and nacltai + +  $PUBLIC_KEY +    peer's public key, necessary for nacl0 or nacltai + +  $LOCAL_ADDRESS +    quicktun.* will bind here + +  $LOCAL_PORT +    quicktun.* will bind here + +  $REMOTE_ADDRESS +    quicktun.socks4a listens here on UDP + +  $REMOTE_PORT +    quicktun.socks4a listens here on UDP + +  $DST_ADDRESS +    REAL REMOTE_ADDRESS + +  $DST_PORT +    REAL REMOTE_PORT + +  $SOCKS_ADDRESS +    listening address of the socks4a proxy + +  $SOCKS_PORT +    listening port of the socks4a proxy | 
