Skip to content

Instantly share code, notes, and snippets.

@eugenehp
Created July 8, 2012 19:02
Show Gist options
  • Save eugenehp/3072342 to your computer and use it in GitHub Desktop.
Save eugenehp/3072342 to your computer and use it in GitHub Desktop.
How to make a multiple rules
var rules = [
{
reverse: 'upclive.nl',
arin: 'Amsterdam',
ripe: 'upc'
},
{
reverse: 'upclive.nl',
arin: 'Amsterdam',
ripe: 'upc'
},
{
reverse: 'upclive.nl',
arin: 'Amsterdam',
ripe: 'upc'
},
{
reverse: 'upclive.nl',
arin: 'Amsterdam',
ripe: 'upc'
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment