mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-01 15:37:19 +00:00
perf: gateway closed domain (#9334)
Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
@@ -69,7 +69,10 @@ class HostTypes(BaseType):
|
||||
return {
|
||||
cls.LINUX: [
|
||||
{'name': 'Linux'},
|
||||
{'name': GATEWAY_NAME}
|
||||
{
|
||||
'name': GATEWAY_NAME,
|
||||
'domain_enabled': False,
|
||||
}
|
||||
],
|
||||
cls.UNIX: [
|
||||
{'name': 'Unix'},
|
||||
|
Reference in New Issue
Block a user