changed router to http

This commit is contained in:
2025-04-07 10:42:24 -05:00
parent 8df12ddc1c
commit fd1a2b623a

View File

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