mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-08-31 23:20:03 +02:00
Firewall rule management
This commit is contained in:
parent
9621bf800f
commit
2012c22973
19 changed files with 1062 additions and 67 deletions
|
@ -88,7 +88,7 @@ class Peer(models.Model):
|
|||
if self.name:
|
||||
return self.name
|
||||
else:
|
||||
return self.public_key
|
||||
return self.public_key[:16] + "..."
|
||||
|
||||
|
||||
class PeerStatus(models.Model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue