From e434b6c562e31daf9a53f1699bfccab38c93126d Mon Sep 17 00:00:00 2001 From: Ivan Ilves Date: Thu, 23 Feb 2017 22:02:16 +0100 Subject: [PATCH] Update README.md Route discovery update. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fca7675..1aae343 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,11 @@ You will need: * Local sudo privileges * Remote sudo privileges -# Mac note +## Mac note Install [TunTap for Mac OS X](http://tuntaposx.sourceforge.net/) first. + +## Route discovery +Specifiying routes by hand is not bad. But we could make it better by creating an executable `discover-routes` script in the project directory. If no routes are passed by hand, `xiringuito` will run `discover-routes`, pass SSH server hostname to it and use script output as a list of routes, so you may have per-host or per-domain route lists instead of boring manual typing. More information is available in [AWS example](https://github.com/ivanilves/xiringuito/blob/master/discover-routes.aws.example) which uses AWS CLI to discover VPC subnets and route traffic to them through our VPN tunnel. + +## You can have many of them! +As long as your routes do not overlap, you can run as many `xiringuito` tunnels as you want. Simultaneously.