Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kzemek authored Mar 25, 2024
1 parent 6b2af7e commit 9531d96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ See [Go's Getting Started](https://golang.org/doc/install) if your package manag

`go-mmproxy` has to be ran:

- on the same server as the proxy target, as the communication happens over the loopback interface;
- on the same server as the proxy target, as the communication happens over the loopback interface<sup>1</sup>;
- as root or with `CAP_NET_ADMIN` capability to be able to set `IP_TRANSPARENT` socket opt.

<sup>1</sup> This is not a hard requirement, and with routing magic go-mmproxy can be ran on a different host than the target(s).

## Running

### Routing setup
Expand Down

0 comments on commit 9531d96

Please sign in to comment.