forked from seveas/bind.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
20 lines (14 loc) · 776 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Zonefile goodies for vim
------------------------
This plugin makes maintaining zonefiles a little bit easier:
* When creating a new zonefile, a skeleton SOA and NS record are created
automatically, based on the filename.
* When saving a zonefile, the serial is automatically incremented, using the
YYYYMMDDnn convention (so no more than 99 saves per day please!)
* When saving a zonefile, rndc reload is performed
You should always name your zonefiles after the zone they contain, such as
1.42.10.in-addr.arpa.zone or home.kaarsemaker.net.zone
Install instructions:
- Install pathogen.vim (http://www.vim.org/scripts/script.php?script_id=2332)
- cd ~/.vim/bundle && git clone git://github.com/seveas/bind.vim.git
©2011 Dennis Kaarsemaker <[email protected]>