feature: add support for DR5, KD5, KDMax, CK5, and A10X.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user