Update README.md
This commit is contained in:
parent
913873f00d
commit
a35d51e5ee
@ -215,3 +215,11 @@ Enabling IPv6 allows you to be more easily/natively reached by IPv6 native clien
|
|||||||
* `internal_address6`: Optional; if unset, SLAAC is used. Specify a static IPv6 address to bind to `internal_interface`.
|
* `internal_address6`: Optional; if unset, SLAAC is used. Specify a static IPv6 address to bind to `internal_interface`.
|
||||||
* `internal_mask6`: Required if `internal_address6` is set. Specify a static IPv6 subnet mask (i.e. `64` for a /64) that is associated to your `internal_interface`.
|
* `internal_mask6`: Required if `internal_address6` is set. Specify a static IPv6 subnet mask (i.e. `64` for a /64) that is associated to your `internal_interface`.
|
||||||
* `internal_gateway6`: Required if `internal_address6` is set. Specify a static IPv6 gateway that is reachable at your `internal_interface`.
|
* `internal_gateway6`: Required if `internal_address6` is set. Specify a static IPv6 gateway that is reachable at your `internal_interface`.
|
||||||
|
|
||||||
|
#### Syslog options
|
||||||
|
|
||||||
|
Enabling Syslog allows you to export logs to an remote logging server, coalescing all your logs into one place for easy diagnostics (i.e. Graylog)
|
||||||
|
|
||||||
|
* `syslog_enabled`: Set to `true` to enable Syslog support. Defaults to `false`.
|
||||||
|
* `syslog_address`: Set to your preferred Syslog server, i.e. `udp://192.168.1.1:512`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user