Closed mietzen closed 1 year ago
What do you see when you run caddy list-modules
on your built binary? How are you building it (the exact xcaddy command)?
Oh sorry, it was my debugging setup, with xcaddy
everything works fine 👍
I created a preLaunchTask
that does exactly what xcaddy does and now debugging is also working 😄
I added all necessary files and roughly documented the process: https://github.com/mietzen/caddy-dynamicdns-cmd-source#debugging
Thanks again for your help @francislavoie ❤️
You mention that IP sources and DNS providers are modular. I'm trying to write my own IP Source (caddy-dynamicdns-cmd-source) but struggling to get it working:
https://github.com/mholt/caddy-dynamicdns/pull/39#issuecomment-1512754157
Did I misunderstand your comments on this? Or did I just configure it wrong?
PS.: I opened a new Issue for better discoverability.