updated Caddyfile logic
Some checks failed
/ Check formatting (push) Failing after 1s

This commit is contained in:
Ittihadyya 2024-12-20 15:29:14 +02:00
parent b73daed1c9
commit bf3dfc7b57

View file

@ -54,5 +54,11 @@ https://grf.collective-conciousness.monster {
encode zstd gzip encode zstd gzip
@wireguard-network remote_ip 10.24.1.0/24 @wireguard-network remote_ip 10.24.1.0/24
reverse_proxy @wireguard-network 10.24.1.4:6700
handle @wireguard-network {
reverse_proxy 10.24.1.4:6700
}
handle {
respond "no match. sorgy"
}
} }