Update README.md

This commit is contained in:
Manevolent 2024-02-21 22:29:04 -07:00 committed by GitHub
parent 913873f00d
commit a35d51e5ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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_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`.
#### 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`