Skip to content

Instantly share code, notes, and snippets.

@ahupowerdns
Created January 19, 2016 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahupowerdns/b89b11b236642764819b to your computer and use it in GitHub Desktop.
Save ahupowerdns/b89b11b236642764819b to your computer and use it in GitHub Desktop.
(echo return{;
for z in {1..10}
do for a in {1..255}
do for b in {1..255}
do echo \"10.$z.$a.$b\",
done ; done; done
echo } ) > filtercustomers.lua
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment