summaryrefslogtreecommitdiff
path: root/USAGE
diff options
context:
space:
mode:
authorMikhail Osipov <mike.osipov@gmail.com>2020-05-27 04:18:50 +0300
committerMikhail Osipov <mike.osipov@gmail.com>2020-05-27 04:33:56 +0300
commita29c4614431c0f7b705ee793f0a98348cdd29595 (patch)
treee97f8a90f36efd7db76cff4069d856e841fe4fa0 /USAGE
parente43c60b56401be7515d7fbfdfe3e4e56d1886a23 (diff)
add time option for tee hook
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