diff --git a/seed/reverse-proxy-client/dictionaries/21_revprox_client.xml b/seed/reverse-proxy-client/dictionaries/21_revprox_client.xml
index b5c918c3..e378abec 100644
--- a/seed/reverse-proxy-client/dictionaries/21_revprox_client.xml
+++ b/seed/reverse-proxy-client/dictionaries/21_revprox_client.xml
@@ -20,7 +20,7 @@
-
+
False
@@ -43,10 +43,10 @@
revprox_client_server_ip
- domain_name_eth0
- revprox_client_port
- revprox_client_local_location
- revprox_client_http
+ domain_name_eth0
+ revprox_client_port
+ revprox_client_local_location
+ revprox_client_http
revprox_client_web_address
diff --git a/seed/reverse-proxy-client/funcs/revprox_client.py b/seed/reverse-proxy-client/funcs/revprox_client.py
index a06e5482..d7ef8c71 100644
--- a/seed/reverse-proxy-client/funcs/revprox_client.py
+++ b/seed/reverse-proxy-client/funcs/revprox_client.py
@@ -1,7 +1,7 @@
-def calc_web_address(domain_name: str,
- port: str,
- local_location: str,
- http: bool,
+def calc_web_address(domain_name: str=None,
+ port: str=None,
+ local_location: str=None,
+ http: bool=None,
) -> str:
if not domain_name or not port:
return