From a35d51e5eec4267aa058200c5959b3d5aaa35a9b Mon Sep 17 00:00:00 2001 From: Manevolent Date: Wed, 21 Feb 2024 22:29:04 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 75bdf97..0dfbfce 100644 --- a/README.md +++ b/README.md @@ -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` +