Improve caddy config for general wildcard

This commit is contained in:
Tobias Reisinger 2025-04-29 11:53:24 +02:00
parent 654b7c18b1
commit 43045d868a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 15 additions and 3 deletions

View file

@ -44,3 +44,10 @@
}
}
}
(vpn_only) {
@denied not client_ip private_ranges
handle @denied {
redir https://www.serguzim.me/
}
}