Add GA-Schloss. Renew WF.

This commit is contained in:
2018-06-25 01:57:21 +02:00
parent a7d5b9623d
commit 938a94cc3b
658 changed files with 23335 additions and 1902 deletions

View File

@ -250,9 +250,14 @@ allow_local_net_to_local_net=""
# - allow_local_if_to_local_ip="${local_if_1}:192.168.10.1
# - ${local_if_2}:192.168.10.13"
# -
# - 192.168.43.10 Nasrechner (incl Cloud)
# -
# - Blank separated list
# -
allow_local_if_to_local_ip=""
allow_local_if_to_local_ip="
${local_if_1}:192.168.43.10
${local_if_2}:192.168.43.10
"
@ -1044,8 +1049,10 @@ masquerade_tcp_cons=""
# - portforward_tcp="$ext_if_dsl_1:9997:192.168.52.25:22
# - $ext_if_dsl_1:9998:192.168.53.24:22"
# -
# - 192.168.52.24:9080 Etherpad
# - 192.168.52.24:9443 Etherpad
# - 192.168.52.24:9080 HTTP Etherpad
# - 192.168.52.24:9443 HTTPS Etherpad
# - 192.168.43.10:443 HTTPS Nextcloud
# - 192.168.52.25:22 SSH Repository
# -
# - Blank separated list
# -
@ -1053,6 +1060,7 @@ portforward_tcp="
$ext_if_dsl_1:9080:192.168.52.24:9080
$ext_if_dsl_1:9443:192.168.52.24:9443
$ext_if_dsl_1:8443:192.168.43.10:443
$ext_if_dsl_1:9998:192.168.52.25:22
"