From 805a14a649e254dec91549c8dec6f342be347438 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 18 Jun 2018 20:29:41 +0100 Subject: [PATCH] Update faq.md --- faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq.md b/faq.md index a8924bc..6252f9c 100644 --- a/faq.md +++ b/faq.md @@ -57,7 +57,7 @@ yggdrasilctl -endpoint=127.0.0.1:12345 ## I want to run an Yggdrasil router to provide connectivity for other people, but I don't want them to be able to reach my own machine. -You can set the `IfName` configuration setting to `none`. This will load Yggdrasil, but will not create a TUN/TAP adapter, meaning that your host will not be exposed to the Yggdrasil network. +You can set the `IfName` configuration setting to `none`. This will load Yggdrasil, but will not create a TUN/TAP adapter, meaning that your host will not be exposed to the Yggdrasil network. This does of course mean that you won't be able to send any traffic from that node to Yggdrasil either! ## I want to allow outgoing connections from my machine but prevent unwanted incoming connections.