From 09560c17e45a2920f65dc95236103d7882c98758 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 10 Mar 2022 22:05:31 +0000 Subject: [PATCH] Pass over PROXY stanza in freedmr startup --- config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.py b/config.py index c087f6b..77fee79 100755 --- a/config.py +++ b/config.py @@ -205,6 +205,9 @@ def build_config(_config_file): 'PORT': config.getint(section,'PORT'), 'NODE' : config.getint(section,'NODE') }) + + elif section == 'PROXY': + pass