From 0b24c119976072a0b189518dc8e722ae0c2f81e7 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Thu, 3 Aug 2023 20:08:23 -0400 Subject: [PATCH] Remove old config file --- protomask.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 protomask.toml diff --git a/protomask.toml b/protomask.toml deleted file mode 100644 index 2092731..0000000 --- a/protomask.toml +++ /dev/null @@ -1,12 +0,0 @@ -# The NAT64 prefix to route to protomask -Nat64Prefix = "64:ff9b::/96" -# Setting this will enable prometheus metrics -Prometheus = "[::1]:8080" # Optional, defaults to disabled - -[Pool] -# All prefixes in the pool -Prefixes = ["192.0.2.0/24"] -# The maximum duration an ipv4 address from the pool will be reserved for after becoming idle -MaxIdleDuration = 7200 # Optional, seconds. Defaults to 7200 (2 hours) -# Permanent address mappings -Static = [{ v4 = "192.0.2.2", v6 = "2001:db8:1::2" }]