Add new cnames for proxy

This commit is contained in:
Torjus Håkestad 2024-10-20 22:35:04 +02:00
parent c3e37b3661
commit a2db4db09e
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4
3 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,6 @@
{ pkgs, config, ... }:
{
imports = [
./proxy.nix
];
}

View File

@ -0,0 +1,11 @@
{ pkgs, ... }:
{
services.caddy = {
enable = true;
configFile = pkgs.writeText "Caddyfile" ''
http://nzbget.t-juice.club {
reverse_proxy http://10.69.12.51:6789
}
'';
};
}

View File

@ -1,7 +1,7 @@
$ORIGIN home.2rjus.net.
$TTL 1800
@ IN SOA ns1.home.2rjus.net. admin.test.2rjus.net. (
2038 ; serial number
2039 ; serial number
3600 ; refresh
900 ; retry
1209600 ; expire
@ -38,10 +38,10 @@ gw IN A 10.69.10.1
; 12_CORE
virt-mini1 IN A 10.69.12.11
nas IN A 10.69.12.50
nzbget IN A 10.69.12.51
nzbget-jail IN A 10.69.12.51
restic IN A 10.69.12.52
radarr IN A 10.69.12.53
sonarr IN A 10.69.12.54
radarr-jail IN A 10.69.12.53
sonarr-jail IN A 10.69.12.54
bazarr IN A 10.69.12.55
mpnzb IN A 10.69.12.57
pve1 IN A 10.69.12.75
@ -56,6 +56,9 @@ ns4 IN A 10.69.13.8
ha1 IN A 10.69.13.9
nixos-test1 IN A 10.69.13.10
http-proxy IN A 10.69.13.11
nzbget IN CNAME http-proxy
radarr IN CNAME http-proxy
sonarr IN CNAME http-proxy
; 22_WLAN
unifi-ctrl IN A 10.69.22.5