Quentin McGaw
Quentin McGaw
@walderston you can specify a resolver for the container with `--dns 1.1.1.1` for example. I could support specifying it in the code but i think it's better to leave up...
> My setup is hybrid - I have an A record to my domain on my internal DNS and a CNAME to my domain on external DNS pointing to the...
What do you get in your logs? Try also setting `LOG_LEVEL=debug` to see why it skips the update
@Basti-Fantasti try with `docker-compose logs` in the directory where your docker-compose.yml is
Hmm OK and I guess it rebooted `200h33m53s` ago 🤔 A bit confusing; I'll add some tests soon.
A few of them use the dyndns protocol with tiny variations. We could tackle that 👍 But otherwise, it's highly variable between each provider and not just a GET request.
Totally agree. Plus I doubt this would be supported by Google and Cloudflare, especially on these obscure echo endpoints! Closing
Re-opening as I have some use for such public IP fetching over TLS in other repositories. I'll just add to the library but not use it in this program as...
Ehh sorry to disappoint, but I'd like to stay away from frameworks. Especially we just need I think a GET, POST and PUT endpoints and call it a day 👍...
> Anyway, I'm afraid to write an API in Go without structure Totally understandable. It took me a while to figure a good structure, and I constantly see oddities in...