Added initial xray plugin support

This commit is contained in:
Alexandr Bogomiakov
2025-07-27 20:37:21 +03:00
parent 17f9f5c045
commit c5a94d17dc
5 changed files with 334 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ class Server(PolymorphicModel):
SERVER_TYPE_CHOICES = (
('Outline', 'Outline'),
('Wireguard', 'Wireguard'),
('xray_core', 'Xray Core'),
)
name = models.CharField(max_length=100, help_text="Server name")