Skip to content

Instantly share code, notes, and snippets.

@tylerflint
Created March 29, 2011 17:10
Show Gist options
  • Save tylerflint/892781 to your computer and use it in GitHub Desktop.
Save tylerflint/892781 to your computer and use it in GitHub Desktop.
permissions example
permissions:
/admin :
- 127.0.0.1: allow
- all: deny
/test/phone-list.txt :
- 123.5.15.8: deny
- 123.5.15.9: deny
- 123.5.15.10: deny
- 123.5.15.11: deny
- 123.5.15.12: deny
- 123.5.15.13: deny
- 123.5.15.14: deny
- all: allow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment