Getting rid of domain transfer limitations in all zone files on Ensim
1 find . | grep -e "zone" | xargs perl -pi -e 's/allow-transfer {.+?}\;//'
DZone Snippets > peter > bind
12738 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Peter Cooperx http://www.petercooper.co.uk/
1 find . | grep -e "zone" | xargs perl -pi -e 's/allow-transfer {.+?}\;//'