5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-03-01 01:41:33 +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` - `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. - 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: - Contains the following configuration options:
- `Enable` - `Enable`
- Disables or enables the session firewall. - Disables or enables the session firewall.
- If enabled, the rules from the below options apply. If disabled, all traffic is allowed. - If enabled, the rules from the below options apply. If disabled, all traffic is allowed.
- `AllowFromDirect` - `AllowFromDirect`
- Allows traffic from nodes that are direct peers. - Allows traffic from nodes that are direct peers.
- `AllowFromRemote` - `AllowFromRemote`
- Allows traffic from nodes that are not direct peers. - Allows traffic from nodes that are not direct peers.
- `AlwaysAllowOutbound` - `AlwaysAllowOutbound`
- Allows traffic to a node only when outbound traffic is sent to that node. - Allows traffic to a node only when outbound traffic is sent to that node.
- `WhitelistEncryptionPublicKeys` - `WhitelistEncryptionPublicKeys`
- A list of node's `EncryptionPublicKey` keys that are always allowed to send traffic to this host. - 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. - Takes priority over the above options, but is overridden by the blacklist below.
- `BlacklistEncryptionPublicKeys` - `BlacklistEncryptionPublicKeys`
- A list of node's `EncryptionPublicKey` keys that are never allowed to communicate with this node under any circumstances. - 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. - Takes priority over all other options.
# Use Cases # Use Cases