mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
Xray works
This commit is contained in:
@@ -167,3 +167,10 @@ class ACLLink(models.Model):
|
||||
|
||||
def __str__(self):
|
||||
return self.link
|
||||
|
||||
|
||||
# Import new Xray models
|
||||
from .models_xray import (
|
||||
XrayConfiguration, Credentials, Certificate,
|
||||
Inbound, SubscriptionGroup, UserSubscription
|
||||
)
|
||||
|
Reference in New Issue
Block a user