perf: Connectivity choice

This commit is contained in:
feng
2025-05-07 17:25:10 +08:00
parent 8065e04f26
commit 49f0e51769
12 changed files with 626 additions and 986 deletions

View File

@@ -634,11 +634,10 @@ class Migration(migrations.Migration):
('ok', 'OK'),
('err', 'Error'),
('auth_err', 'Authentication error'),
('sudo_err', 'Sudo permission error'),
('password_err', 'Invalid password error'),
('openssh_key_err', 'OpenSSH key error'),
('ntlm_err', 'NTLM credentials rejected error'),
('create_dir_err', 'Create directory error')
('create_temp_err', 'Create temporary error')
],
default="-",
max_length=16,