Remove unimplemented DNAT settings

For now.
This commit is contained in:
Timotej Lazar 2023-01-26 16:16:00 +01:00
parent 388061130e
commit 3cf207047e
4 changed files with 0 additions and 35 deletions

View file

@ -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)