Remove unimplemented DNAT settings
For now.
This commit is contained in:
parent
388061130e
commit
3cf207047e
4 changed files with 0 additions and 35 deletions
|
@ -50,9 +50,6 @@ def create_app(test_config=None):
|
|||
from . import config
|
||||
app.register_blueprint(config.blueprint)
|
||||
|
||||
from . import dnat
|
||||
app.register_blueprint(dnat.blueprint)
|
||||
|
||||
from . import vpn
|
||||
app.register_blueprint(vpn.blueprint)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue