ipv6 migration
This commit is contained in:
@@ -7,14 +7,17 @@ defaults:
|
||||
http:
|
||||
internal_http_port: 80
|
||||
internal_https_port: 443
|
||||
internal_ipv4: 10.1.0.0/16
|
||||
internal_ipv6: 2600:1700:1e6c:a81f::/64
|
||||
internal_ipv4_regex:
|
||||
- "10.1.*"
|
||||
- "10.10.*"
|
||||
internal_ipv6_regex:
|
||||
- "2600:1700:1e6c:a81f.*"
|
||||
expose_tld: .reeseapps.com
|
||||
|
||||
http:
|
||||
- external:
|
||||
domain: homeassistant
|
||||
protect: false
|
||||
restricted: false
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -24,7 +27,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: driveripper
|
||||
protect: false
|
||||
restricted: false
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -34,17 +37,17 @@ http:
|
||||
|
||||
- external:
|
||||
domain: e3s1plus
|
||||
protect: true
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
ip: "10.2.224.77"
|
||||
ip: "10.1.224.78"
|
||||
port: 80
|
||||
protocol: http
|
||||
|
||||
- external:
|
||||
domain: yellow
|
||||
protect: false
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -54,7 +57,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: orange
|
||||
protect: false
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -64,7 +67,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: node1
|
||||
protect: false
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -74,7 +77,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: node2
|
||||
protect: false
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -84,7 +87,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: node3
|
||||
protect: false
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -92,10 +95,30 @@ http:
|
||||
port: 9090
|
||||
protocol: https
|
||||
|
||||
- external:
|
||||
domain: unifi-external-cockpit
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
ip: "10.1.241.139"
|
||||
port: 9090
|
||||
protocol: https
|
||||
|
||||
- external:
|
||||
domain: nextcloud-aio-cockpit
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
ip: "10.1.175.237"
|
||||
port: 9090
|
||||
protocol: https
|
||||
|
||||
# Printer
|
||||
- external:
|
||||
domain: cr10se
|
||||
protect: true
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports:
|
||||
# websocket
|
||||
@@ -103,13 +126,13 @@ http:
|
||||
# camera
|
||||
- 8080
|
||||
internal:
|
||||
ip: "10.3.165.70"
|
||||
ip: "10.2.165.70"
|
||||
port: 80
|
||||
protocol: http
|
||||
|
||||
- external:
|
||||
domain: pihole-yellow
|
||||
protect: true
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -119,7 +142,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: pihole-orange
|
||||
protect: true
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -129,7 +152,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: attmodem
|
||||
protect: true
|
||||
restricted: true
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -139,7 +162,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: nextcloud-aio
|
||||
protect: false
|
||||
restricted: false
|
||||
extra_http_ports: []
|
||||
extra_https_ports: []
|
||||
internal:
|
||||
@@ -149,7 +172,7 @@ http:
|
||||
|
||||
- external:
|
||||
domain: unifi-external
|
||||
protect: false
|
||||
restricted: false
|
||||
extra_http_ports:
|
||||
- 8080
|
||||
extra_https_ports: []
|
||||
|
||||
Reference in New Issue
Block a user