Add form for editing ipsets
This commit is contained in:
parent
a5df435931
commit
5add39a8a7
7 changed files with 88 additions and 4 deletions
|
@ -51,6 +51,9 @@ def create_app(test_config=None):
|
|||
from . import config
|
||||
app.register_blueprint(config.blueprint)
|
||||
|
||||
from . import ipsets
|
||||
app.register_blueprint(ipsets.blueprint)
|
||||
|
||||
from . import nat
|
||||
app.register_blueprint(nat.blueprint)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue