feature: add support for DR5, KD5, KDMax, CK5, and A10X.

This commit is contained in:
UpstreamData
2023-03-02 13:09:46 -07:00
parent 720d4aec3d
commit 15e4338046
54 changed files with 3047 additions and 6 deletions

View File

@@ -33,10 +33,11 @@ class PyasicSettings(metaclass=Singleton):
global_innosilicon_password = "admin"
global_x19_password = "root"
global_x17_password = "root"
global_x15_password = "root"
global_x7_password = "root"
global_x5_password = "root"
global_vnish_password = "admin"
global_goldshell_password = (
"123456789" # "bbad7537f4c8b6ea31eea0b3d760e257" in ciphertext
)
global_goldshell_password = "123456789"
debug: bool = False
logfile: bool = False