Skip to content

Commit

Permalink
update README; supplement installation guide (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexilee authored Oct 19, 2021
1 parent 30c0b4d commit 50e1d1c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Transparent HTTP proxy for [Abort|Delay|Append|Replace] packet.
Based on linux iptables-extension : TPROXY.

## Installation
### Kernel Modules

Check the installed kernel modules by `lsmod`, modules `ebtables`, `ebtable_broute` and `iptable_mangle` are required to make rs-tproxy work.

### Install ebtables-legacy
Rs-tproxy relies on the legacy version of ebtables since the ebtables-nft have some problem on brouting transfer.
So on different linux distribution we need to install ebtables-legacy or create a symbolic link.
Expand All @@ -22,6 +26,13 @@ yum reinstall iptables-ebtables
```
apt install -y ebtables
```

- additions for container:

```
update-alternatives --set iptables /usr/sbin/iptables-legacy
```

### Install rs-tproxy

Download rs-tproxy in release.
Expand Down

0 comments on commit 50e1d1c

Please sign in to comment.