Hello Gregory,
I'm afraid, there is no such counterpart to --zone_ns_add for easy
removing NS from zone_ns table. Adding these commands was quick fix to
allow easy initial configuration.
At the moment, the only way how to remove ns is by SQL. Find right ID
using:
SELECT * FROM zone_ns;
and delete it using:
DELETE FROM zone_ns WHERE id=ID;
Regards,
Jaromir
On Thu, 2022-08-11 at 11:31 -1000, Gregory Bernard wrote:
Hello Fred-Users,
I have a little question, we need to change an existing NS record for
some zones.
On the user guide there is a clear reference on how to add an entry
:
https://fred.nic.cz/documentation/html/AdminManual/RegistryInitialization.h…
With couple of exemples :
fred-admin --zone_ns_add --zone_fqdn=cz --ns_fqdn=a.ns.nic.cz
fred-admin --zone_ns_add --zone_fqdn=cz --ns_fqdn=b.ns.nic.cz --
addr=1.2.3.4
But I need first to remove an old entry and I don’t see any « fred-
admin —zone_ns_rm —ns_fqdn=… » or equivalent command.
So what would be the right way to first remove an old entry then add
a new one ?
Thanks for your help.
Sincerely yours.
_______________________________________________
fred-users mailing list -- fred-users(a)lists.nic.cz
To unsubscribe send an email to fred-users-leave(a)lists.nic.cz