summaryrefslogtreecommitdiff
path: root/USAGE
diff options
context:
space:
mode:
Diffstat (limited to 'USAGE')
-rw-r--r--USAGE14
1 files changed, 10 insertions, 4 deletions
diff --git a/USAGE b/USAGE
index ceea62d..bd9a8a4 100644
--- a/USAGE
+++ b/USAGE
@@ -1,9 +1,15 @@
-1. Transparent redirect proxy
+1. Transparent proxy using redirect
iptables -t nat -A OUTPUT -p tcp -d 198.145.29.83 -j REDIRECT --to-port 4000
tunnel add 4000,listen,redirect :proxy,addr=@original.addr @proxyaddr
-BUG:
- Using ipv4 redirection if direct connection established
- original.addr will be equal to listen address
+- check forward usage
+
+BUGS:
+ Direct connection also possible. In this case original.addr will be equal to listen address.
+ This happens when ipv4 is used.
+
+2. Transparent proxy using tproxy
+
+- todo