mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-31 00:04:46 +02:00
wg instance dns settings and peer list refresh interval configuration
This commit is contained in:
parent
cfcabed244
commit
3563da423b
10 changed files with 88 additions and 16 deletions
|
@ -0,0 +1,17 @@
|
|||
# Generated by Django 5.0.1 on 2024-02-17 17:21
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('wireguard', '0006_peerstatus'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='wireguardinstance',
|
||||
name='persistent_keepalive',
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue