reverted extra declaration for external ips

This commit is contained in:
2025-04-01 18:51:10 -05:00
parent 6c400b0878
commit 19e9420268

View File

@@ -473,20 +473,25 @@ auth.akanealw.com {
# external subdomains with authentik # external subdomains with authentik
# #
# #
# @ host .akanealw.com # @ host .akanealw.com
# handle @ { # handle @ {
# import auth # import auth
# reverse_proxy 192.168.1. # reverse_proxy 192.168.1.
# } # }
# #
# @ host .akanealw.com
# handle @ {
# handle @external {
# import auth
# }
# reverse_proxy 192.168.1.
# }
# #
# -------------------------------------------------- # --------------------------------------------------
@memos host memos.akanealw.com @memos host memos.akanealw.com
handle @memos { handle @memos {
handle @external { import auth
import auth
}
reverse_proxy 192.168.1.4:5230 reverse_proxy 192.168.1.4:5230
} }