Add home-assistant to proxy
This commit is contained in:
parent
eb846f31a1
commit
0058264fe1
@ -14,6 +14,12 @@
|
|||||||
http://sonarr.home.2rjus.net {
|
http://sonarr.home.2rjus.net {
|
||||||
reverse_proxy http://sonarr-jail.home.2rjus.net:8989
|
reverse_proxy http://sonarr-jail.home.2rjus.net:8989
|
||||||
}
|
}
|
||||||
|
http://ha.home.2rjus.net {
|
||||||
|
reverse_proxy http://ha1.home.2rjus.net:8123
|
||||||
|
}
|
||||||
|
http://z2m.home.2rjus.net {
|
||||||
|
reverse_proxy http://ha1.home.2rjus.net:8080
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$ORIGIN home.2rjus.net.
|
$ORIGIN home.2rjus.net.
|
||||||
$TTL 1800
|
$TTL 1800
|
||||||
@ IN SOA ns1.home.2rjus.net. admin.test.2rjus.net. (
|
@ IN SOA ns1.home.2rjus.net. admin.test.2rjus.net. (
|
||||||
2040 ; serial number
|
2041 ; serial number
|
||||||
3600 ; refresh
|
3600 ; refresh
|
||||||
900 ; retry
|
900 ; retry
|
||||||
1209600 ; expire
|
1209600 ; expire
|
||||||
@ -59,6 +59,8 @@ http-proxy IN A 10.69.13.11
|
|||||||
nzbget IN CNAME http-proxy
|
nzbget IN CNAME http-proxy
|
||||||
radarr IN CNAME http-proxy
|
radarr IN CNAME http-proxy
|
||||||
sonarr IN CNAME http-proxy
|
sonarr IN CNAME http-proxy
|
||||||
|
ha IN CNAME http-proxy
|
||||||
|
z2m IN CNAME http-proxy
|
||||||
ca IN A 10.69.13.12
|
ca IN A 10.69.13.12
|
||||||
|
|
||||||
; 22_WLAN
|
; 22_WLAN
|
||||||
|
Loading…
Reference in New Issue
Block a user