From 7a5c4886cc2be1444255841f4a4d28fdebebc131 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 20 Jul 2023 11:13:41 -0400 Subject: [PATCH] Add note about enabling prom metrics --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d4c692e..c14eae1 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ Protomask uses a [TOML](https://toml.io) configuration file. Here is a functiona # The NAT64 prefix to route to protomask Nat64Prefix = "64:ff9b::/96" +# Optionally enable prometheus metrics on a port +Prometheus = "[::]:8080" # Optional, defaults to disabled + [Pool] # All prefixes in the pool Prefixes = ["192.0.2.0/24"]