File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,18 @@ Property | Type | Required | Description
38
38
:-- | :-- | :-- | :--
39
39
` listen_address ` | string | yes | IP address to listen on
40
40
` description ` | string | no | Description of the network forward
41
- ` config ` | string set | no | Configuration options as key/value pairs (only ` target_address ` and ` user.* ` custom keys supported)
41
+ ` config ` | string set | no | See table below
42
42
` ports ` | port list | no | List of {ref}` port specifications <network-forwards-port-specifications> `
43
43
44
+ ### Forward configuration
45
+
46
+ Network forwards have the following configuration options:
47
+
48
+ Key | Type | Default | Description
49
+ :-- | :--- | :------ | :----------
50
+ ` user.* ` | string | - | User defined key/value configuration
51
+ ` target_address ` | string | - | Default target address for anything not covered through a port definition
52
+
44
53
(network-forwards-listen-addresses)=
45
54
### Requirements for listen addresses
46
55
You can’t perform that action at this time.
0 commit comments