unihj
This commit is contained in:
@@ -51,7 +51,7 @@ let
|
||||
handle @hass {
|
||||
reverse_proxy http://nuc-nixos.local:8123
|
||||
}
|
||||
|
||||
|
||||
handle {
|
||||
respond "Forbidden" 403
|
||||
}
|
||||
@@ -60,18 +60,18 @@ let
|
||||
|
||||
"sonarr.mjallen.dev" = {
|
||||
extraConfig = ''
|
||||
@sonarr {
|
||||
remote_ip 10.0.1.0/24 10.1.1.0/16
|
||||
host sonarr.mjallen.dev
|
||||
}
|
||||
@sonarr {
|
||||
remote_ip 10.0.1.0/24 10.1.1.0/16
|
||||
host sonarr.mjallen.dev
|
||||
}
|
||||
|
||||
handle @sonarr {
|
||||
reverse_proxy 10.0.1.3:8989
|
||||
}
|
||||
handle @sonarr {
|
||||
reverse_proxy 10.0.1.3:8989
|
||||
}
|
||||
|
||||
handle {
|
||||
respond "Forbidden" 403
|
||||
}
|
||||
handle {
|
||||
respond "Forbidden" 403
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user