feat: add EchoIP service for external IP retrieval and update related configurations
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 13s
Nix Format Check / check-format (push) Successful in 54s
Python Lint Check / check-python (push) Failing after 11s

This commit is contained in:
2025-03-26 15:07:26 +01:00
parent 61cd474450
commit 11423be2bb
5 changed files with 42 additions and 1 deletions

View File

@@ -62,3 +62,8 @@ fladder.mvl.sh {
reverse_proxy fladder:80
tls {{ caddy_email }}
}
ip.mvl.sh {
reverse_proxy echoip:8080
tls {{ caddy_email }}
}