mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
Fixed sub links generation
This commit is contained in:
@@ -32,7 +32,7 @@ class BaseProtocol(ABC):
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def generate_client_link(self, user: User, hostname: str) -> str:
|
||||
def generate_client_link(self, user: User, hostname: str, network: str = None, security: str = None, **kwargs) -> str:
|
||||
"""Generate client connection link."""
|
||||
pass
|
||||
|
||||
|
Reference in New Issue
Block a user