DNS for self host server (yunohost)

Hi all,

I install Yunohost on Debia with LXC Container on a msata HDD on my Turris Omnia.

I can access the webadmin of the server with the local ip (192.168.1.xxx) but can’t access with the extern ip.

I need to configure the dns with the following data:

> ; Basic ipv4/ipv6 records
> @ 3600 IN A 111.11.111.111 (false ip)
>
>
>
> * 3600 IN A 111.11.111.111 (false ip)
>
>
>
> ; XMPP
> _xmpp-client._tcp 3600 IN SRV 0 5 5222 ****.ynh.fr.
> _xmpp-server._tcp 3600 IN SRV 0 5 5269 ****.ynh.fr.
> muc 3600 IN CNAME @
> pubsub 3600 IN CNAME @
> vjud 3600 IN CNAME @
>
>
>
> ; Mail
> @ 3600 IN MX 10 ****.ynh.fr.
> @ 3600 IN TXT “v=spf1 a mx ip4:111.11.111.111 (false ip) -all”
> mail._domainkey 3600 IN TXT “v=DKIM1; h=sha256; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZ2zy0Bc2VfIkD24oSq3AmjOISNxnaXSUAu3L5dwS0E+1skKJi1y+vHEuiOMmP2dH0cE2eBecw9TXy+QLuIDSaBmxF/4hYVzDs7iYMA4GF7x1LSL+QoEX7EZ5YAvxHpEQ6XPj0gVxWMeGzvCVqT5abRSUOfPf4mJcAJ74JKRIdnQIDAQAB”
> _dmarc 3600 IN TXT “v=DMARC1; p=none”
>
>
>
> ; Extra
> @ 3600 IN CAA 128 issue “[letsencrypt.org](http://letsencrypt.org/)”

Where can I do this?

Thanks for your help!

Jckbrtn

Since I see you’re using a ynh.fr domain : you don’t have to do anything, the DNS records are automatically configured by YunoHost using our dyndns mechanism.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.