Skip to content

Instantly share code, notes, and snippets.

@Snawoot
Created March 14, 2013 15:31
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 Snawoot/5162334 to your computer and use it in GitHub Desktop.
Save Snawoot/5162334 to your computer and use it in GitHub Desktop.
following order of precedence:
exact name
longest wildcard name starting with an asterisk, e.g. “*.example.org”
longest wildcard name ending with an asterisk, e.g. “mail.*”
first matching regular expression (in order of appearance in a configuration file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment