diff options
| author | Mikhail Osipov <mike.osipov@gmail.com> | 2020-05-27 04:18:50 +0300 |
|---|---|---|
| committer | Mikhail Osipov <mike.osipov@gmail.com> | 2020-05-27 04:33:56 +0300 |
| commit | a29c4614431c0f7b705ee793f0a98348cdd29595 (patch) | |
| tree | e97f8a90f36efd7db76cff4069d856e841fe4fa0 /USAGE | |
| parent | e43c60b56401be7515d7fbfdfe3e4e56d1886a23 (diff) | |
add time option for tee hook
Diffstat (limited to 'USAGE')
| -rw-r--r-- | USAGE | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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 |
