Add note about enabling prom metrics
This commit is contained in:
parent
0bdc51f44b
commit
7a5c4886cc
@ -25,6 +25,9 @@ Protomask uses a [TOML](https://toml.io) configuration file. Here is a functiona
|
|||||||
# The NAT64 prefix to route to protomask
|
# The NAT64 prefix to route to protomask
|
||||||
Nat64Prefix = "64:ff9b::/96"
|
Nat64Prefix = "64:ff9b::/96"
|
||||||
|
|
||||||
|
# Optionally enable prometheus metrics on a port
|
||||||
|
Prometheus = "[::]:8080" # Optional, defaults to disabled
|
||||||
|
|
||||||
[Pool]
|
[Pool]
|
||||||
# All prefixes in the pool
|
# All prefixes in the pool
|
||||||
Prefixes = ["192.0.2.0/24"]
|
Prefixes = ["192.0.2.0/24"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user