mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-17 22:36:17 +00:00
add gatekeeper management views, forms, and templates
This commit is contained in:
@@ -22,6 +22,7 @@ urlpatterns = [
|
||||
path('firewall/', include('firewall.urls')),
|
||||
path('peer/', include('wireguard_peer.urls')),
|
||||
path('routing-templates/', include('routing_templates.urls')),
|
||||
path('gatekeeper/', include('gatekeeper.urls')),
|
||||
path('scheduler/', include('scheduler.urls')),
|
||||
path('server/', include('wireguard.urls')),
|
||||
path('tools/', include('wireguard_tools.urls')),
|
||||
|
||||
Reference in New Issue
Block a user