Hello,
hope someone can help me
I have changed IP adress of my mail server.
Because there is lot of zone files , i don't want to click changes manualy for all DNS zones in ISPC
so i changed IPs directly in database as:
UPDATE dns_rr SET data='1.1.1.2' WHERE name='mail' AND data='1.1.1.1';
but all zone files in /etc/bind stays unchanged
i cannot use sed or other script to replace IP adress in zone files, as in this case serial numbers for all zones will stay the same
how can i force bind to rebuild all zone files?
ideally delete all old zone files and create new ones with new serial number
?
as there is nothing like UPDATE dns_rr SET status = 'u'; as it was in ISPC2
i probably aked once for smae thing but cannot find the thread, there was something about remoting but i have no idea how to do this
Recent comments
2 days 6 hours ago
2 days 15 hours ago
2 days 18 hours ago
2 days 19 hours ago
2 days 21 hours ago
2 days 22 hours ago
3 days 23 min ago
3 days 1 hour ago
3 days 17 hours ago
3 days 18 hours ago