changed router to http
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user