5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-09 15:40:27 +00:00

Merge pull request #65 from ghbjklhv/patch-1

Expand faq.md
This commit is contained in:
Neil Alexander 2019-07-15 14:30:31 +01:00 committed by GitHub
commit 7cd524ada8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
faq.md
View File

@ -83,6 +83,14 @@ 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 alongside an existing VPN?
Yes, Yggdrasil should not interfere with existing VPNs. VPN traffic can be sent while using Yggdrasil.
### Does Yggdrasil work with networks like i2p and TOR?
Yggdrasil can peer over Tor or I2P. See [/public-peers/tree/master/other](https://github.com/yggdrasil-network/public-peers/tree/master/other) for public peers.
### 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.