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