fix history save bug

This commit is contained in:
Cai
2025-09-20 06:23:19 +00:00
parent 24f191d5a5
commit 7d7ca83b71
2 changed files with 74 additions and 58 deletions

View File

@@ -8,7 +8,7 @@ TERM_INIT_CONFIG = {
# instead of local server runnning this web terminal service
# "domain" is the target that you want to access through local server (with this web terminal)
# and before doing so - make sure you have username and port (on the "domain") to implement remote access
'domain': '15.168.14.27', # or ip address like 192.168.10.11
'domain': '127.0.0.1', # or ip address like 192.168.10.11
'client_path': {
'telnet': '/usr/bin/telnet', # confirmed location of your client binary (with cmd like 'which telnet')
'ssh': '/usr/bin/ssh'