reverted router to https

This commit is contained in:
2025-04-05 13:52:44 -05:00
parent 5196a3a74d
commit 8df12ddc1c

View File

@@ -304,7 +304,11 @@ auth.akanealw.com {
@router host router.akanealw.com
handle @router {
handle @internal {
reverse_proxy http://192.168.1.1:80
reverse_proxy https://192.168.1.1:443 {
transport http {
tls_insecure_skip_verify
}
}
}
respond "ip range not allowed"
}