From b9b27c4292483c82e619fbbfad063978481d395c Mon Sep 17 00:00:00 2001 From: Vadim Babadzhanyan Date: Thu, 22 Aug 2024 12:31:17 +0300 Subject: [PATCH] Revert "Add Prometheus port in Service" This reverts commit a7376abcf1fe2b729ab05ba0d49977ab5a2642ea. --- wg-easy.service | 1 - 1 file changed, 1 deletion(-) diff --git a/wg-easy.service b/wg-easy.service index e8bc2c91..bcdf72fd 100644 --- a/wg-easy.service +++ b/wg-easy.service @@ -10,7 +10,6 @@ Environment="PASSWORD=REPLACEME" # When set, requires a password when logging in #Environment="WG_ALLOWED_IPS=0.0.0.0/0,::/0" #Allowed IPs clients will use. #Environment="WG_DEVICE=ens1" #Ethernet device the wireguard traffic should be forwarded through. #Environment="PORT=80" #TCP port for Web UI. Default : 51821 -#Environment="PROMETHEUS_METRICS_PORT=9586" #TCP port for Prometheus metrics. Default : 9586 #Environment="WG_MTU=1420" #The MTU the clients will use. Server uses default WG MTU #Environment="WG_PERSISTENT_KEEPALIVE=25" #Value in seconds to keep the "connection" open. If this value is 0, then connections won't be kept alive. Type=simple