Add form for editing NAT addresses
This commit is contained in:
parent
8b8c675759
commit
5262c64244
5 changed files with 60 additions and 3 deletions
|
@ -51,6 +51,9 @@ def create_app(test_config=None):
|
|||
from . import config
|
||||
app.register_blueprint(config.blueprint)
|
||||
|
||||
from . import nat
|
||||
app.register_blueprint(nat.blueprint)
|
||||
|
||||
from . import rules
|
||||
app.register_blueprint(rules.blueprint)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue