Only one person is hosting your DNS, Raul (for the single domain that remains on the page I linked, today that is Netlify). You’d configure a record here, using the settings their service recommends (e.g. “A record with value 1.2.3.4”). To generalize: whomever is hosting DNS as shown through whois (demo below) would be the place to make the configuration change 
$ whois netlify.com
Domain Name: NETLIFY.COM
Registry Domain ID: 1862188883_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.name.com
Registrar URL: http://www.name.com
Updated Date: 2020-05-08T17:20:26Z
Creation Date: 2014-06-09T19:55:48Z
Registry Expiry Date: 2021-06-09T19:55:48Z
Registrar: Name.com, Inc.
Registrar IANA ID: 625
Registrar Abuse Contact Email: abuse@name.com
Registrar Abuse Contact Phone: 7202492374
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS1.P04.NSONE.NET
Name Server: DNS2.P04.NSONE.NET
Name Server: DNS3.P04.NSONE.NET
Name Server: DNS4.P04.NSONE.NET
Name Server: NS01.NETLIFYDNS.COM
Name Server: NS02.NETLIFYDNS.COM
Name Server: NS03.NETLIFYDNS.COM
Name Server: NS04.NETLIFYDNS.COM
From the above example, you can see that netlify.com
is registered through name.com
( Registrar URL: http://www.name.com
), but the DNS hosts for netlify.com are NSONE.NET and NETLIFYDNS.COM, which is where records need to be changed. In the case of your domain, you’ll see NSONE.NET in that output, and you’d make the change here (and we tell NSONE when you edit/delete/add records).