diff --git a/faq.md b/faq.md index 13a69d2..f637c00 100644 --- a/faq.md +++ b/faq.md @@ -83,6 +83,16 @@ yggdrasilctl -endpoint=127.0.0.1:12345 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! +### Does Yggdrasil work with my VPN? + +VPN traffic can be sent while using Yggdrasil. + +### Does Yggdrasil work with networks like i2p and TOR? + +i2p and TOR work over Yggdrasil. +See: [/public-peers/tree/master/other](https://github.com/yggdrasil-network/public-peers/tree/master/other) + + ### I want to allow outgoing connections from my machine but prevent unwanted incoming connections. Generally this requires you to use a firewall. The steps for this will vary from platform to platform.