update README

This commit is contained in:
ryanmerolle 2022-06-30 22:15:05 -04:00
parent 5c04a623d2
commit e100fcd18c

View File

@ -1,3 +1,14 @@
## netbox-access-lists
# netbox-access-lists
Manage simple access control lists in NetBox
A NetBox plugin for Access-List management
## Origin
Based on the NetBox plugin tutorial by [jeremystretch](https://github.com/jeremystretch):
- [demo repo](https://github.com/netbox-community/netbox-plugin-demo)
- [tutorial](https://github.com/netbox-community/netbox-plugin-tutorial)
All credit should go to Jeremy. Thanks Jeremy!
This project just looks to build on top of this framework and model presented.