From 70f6aa0a7ed79a4d7f282b34782fab0b2a4575cb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 25 Oct 2024 13:28:10 +0300 Subject: [PATCH] added port configuration to default config... Signed-off-by: Alex A. Naanou --- config.global.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.global.example b/config.global.example index fac9161..ad9d691 100644 --- a/config.global.example +++ b/config.global.example @@ -42,6 +42,18 @@ DFL_WAN_GATE=192.168.1.252 DFL_WAN_SSH_IP=192.168.1.102/24 +# port configuration... +# +# Administration port +# This is mainly used for setup and for sirect access to the internal +# ADMIN network. +DFL_ADMIN_PORT=enp2s0 + +# General connection port +# This is used to communicate with the services installed. +DFL_WAN_PORT=enp5s0 + + # Web app/service domain configuration # # Here two optional variables are provided per service: