caddy-dns / duckdns

Caddy module: dns.providers.duckdns
50 stars 12 forks source link

How to specify duckdns port #10

Closed Panagiotis-Zachos closed 11 months ago

Panagiotis-Zachos commented 11 months ago

Hi, and thanks for creating this addon.

I'm trying to use port 6464 using the following caddyfile:

<name>.duckdns.org:6464 {
    reverse_proxy 192.168.2.24:8096
    tls {
        dns duckdns <key>
    }
}

I am running caddy with no error via ./caddy run, however I cannot connect.

Is this at all possible? If so, what am I doing wrong here?

francislavoie commented 11 months ago

That has nothing to do with DuckDNS or this plugin. All this plugin does is enable TLS certificate automation via the ACME DNS challenge, it has nothing to do with connections to your server.

Please ask your usage questions on the Caddy community forums. We prefer to keep the GitHub issue board for bugs and feature requests. Don't forget to fill out the thread template so we can help you!