mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 12:06:53 -06:00

- Introduces a new `vpn` app with the following models: - Tunnel - TunnelTermination - IKEProposal - IKEPolicy - IPSecProposal - IPSecPolicy - IPSecProfile
4 lines
63 B
Python
4 lines
63 B
Python
from django.contrib import admin
|
|
|
|
# Register your models here.
|