5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-02-28 23:21:34 +00:00

Update configuration.md

This commit is contained in:
Neil Alexander 2018-10-13 21:59:56 +01:00 committed by GitHub
parent 2aa5dd5280
commit fc33a7b7f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,21 +174,21 @@ Note that any field not specified in the configuration will use its default valu
- `SessionFirewall`
- The session firewall lets you control the traffic sent to/from that node. It is useful if you want to act as a router without allowing access to your host, or if you only want to allow access from a specific set of nodes.
- Contains the following configuration options:
- `Enable`
- Disables or enables the session firewall.
- If enabled, the rules from the below options apply. If disabled, all traffic is allowed.
- `AllowFromDirect`
- Allows traffic from nodes that are direct peers.
- `AllowFromRemote`
- Allows traffic from nodes that are not direct peers.
- `AlwaysAllowOutbound`
- Allows traffic to a node only when outbound traffic is sent to that node.
- `WhitelistEncryptionPublicKeys`
- A list of node's `EncryptionPublicKey` keys that are always allowed to send traffic to this host.
- Takes priority over the above options, but is overridden by the blacklist below.
- `BlacklistEncryptionPublicKeys`
- A list of node's `EncryptionPublicKey` keys that are never allowed to communicate with this node under any circumstances.
- Takes priority over all other options.
- `Enable`
- Disables or enables the session firewall.
- If enabled, the rules from the below options apply. If disabled, all traffic is allowed.
- `AllowFromDirect`
- Allows traffic from nodes that are direct peers.
- `AllowFromRemote`
- Allows traffic from nodes that are not direct peers.
- `AlwaysAllowOutbound`
- Allows traffic to a node only when outbound traffic is sent to that node.
- `WhitelistEncryptionPublicKeys`
- A list of node's `EncryptionPublicKey` keys that are always allowed to send traffic to this host.
- Takes priority over the above options, but is overridden by the blacklist below.
- `BlacklistEncryptionPublicKeys`
- A list of node's `EncryptionPublicKey` keys that are never allowed to communicate with this node under any circumstances.
- Takes priority over all other options.
# Use Cases