How can I make changes without have to go through max 512 DNS .db records?
--
Member - Liberal International
This is doc...@nl2k.ab.ca Ici doc...@nl2k.ab.ca
God, Queen and country! Beware Anti-Christ rising!
USA petition for dissolution of your nation!
Welcome to the 21st century! We call them /24s these days.
> How can I make changes without have to go through max 512 DNS .db records?
sed is your friend.
s/old_prefix/new_prefix/
- Philip
--
Philip Paeps Please don't email any replies
phi...@paeps.cx I follow the newsgroup.
All trails have more uphill sections that they have
level or downhill sections.
If you really need help, you should start writing more descriptive
questions. Philip was terse, but right. "All at once" means precisely
_nothing_, so if you want more detailed instructions than "use sed", now
is the time to:
* Tell us more about the current setup:
- the names of the domains
- are you are talking about 'forward' DNS from name -> address
resolution?
- where are the zone files located?
* Tell us how you want the "final" setup to look like. Careful: NOT
how you currently EXPECT to get there. Just _what_ the setup should
look after you have made the switch.
Then, it may be possible for someone else to "spoon-feed" you with a sed
script or the necessary steps. If that's not something you really very
interested in (i.e. the "spoon-feeding" part), you should at least read
the manpage of sed(1). It certainly works with multiple files.
Hint: Look at the final command-line arguments in the SYNOPSIS section
of FreeBSD sed's manpage, and then search for the `-i' option.
s/old_prefix/new_prefix/g