Duck DNS doesn't work

HI Guys

Duck DNS dosent work with my configs:

configuration:

lets_encrypt:
  accept_terms: true
  certfile: fullchain.pem
  keyfile: privkey.pem
token: 952c400e-e348-4897-bf68-50de1687ae88
domains:
  - xxxxxx.duckdns.org
aliases: []
seconds: 300

in my config.yaml:

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
  ip_ban_enabled: false
  login_attempts_threshold: 5

  internal_url: http://192.168.2.130:8123
  external_url: https://xxxx.duckdns.org

When i put this in my config:

http:
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem
  ip_ban_enabled: false
  login_attempts_threshold: 5

hassio dosent start with internal or external url…

I change the ports in my Router (443 and 8123).

Anyone a idea?

thank you

http:
  base_url: https://***.duckdns.org:8123
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

work for me without change the ports etc.

base_url is not a valid option for the http integration. This has moved to internal/external url need to be set in the homeassistant: section for quite some time now.

I had read somewhere that it no longer works with the baseurl line but only with internal and external url

oki with this:

internal_url: **https**://192.168.2.130:8123
  external_url: https://xxxx.duckdns.org:**8123**

works now.