From c0bdf7053ceb952dc88020ffc9c7e1c7de28b43f Mon Sep 17 00:00:00 2001 From: Emanuele Faranda Date: Sun, 30 Jun 2019 14:28:45 +0000 Subject: [PATCH] Add link to Routing.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cea427a..dd8fbbd 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ $ sudo ip route add default via 192.168.100.1 This process can be greatly simplified by using the [n2n_gateway.sh](https://github.com/ntop/n2n/blob/dev/doc/n2n_gateway.sh) script. +See [Routing.md](https://github.com/ntop/n2n/blob/dev/doc/Routing.md) for other use cases and in depth explanation. + Manual Compilation ------------------