Update README.md

This commit is contained in:
2025-08-21 15:39:19 +02:00
parent 497ed9e616
commit b00e3c0131

View File

@@ -99,9 +99,9 @@ dove $1 = numero della porta scelta<br><br>
Per rimuovere tutte le cartelle di sessione create da ffproxy.sh dai il comando: Per rimuovere tutte le cartelle di sessione create da ffproxy.sh dai il comando:
```bash ```bash
cd /home/$USER/.mozilla/firefox; rm -rf /home/$USER/.mozilla/firefox/*socks5-$PORT; firefox --ProfileManager cd /home/$USER/.mozilla/firefox; rm -rf /home/$USER/.mozilla/firefox/*socks5-*; firefox --ProfileManager
# o con un alias # o con un alias
alias ffresetproxy="cd /home/$USER/.mozilla/firefox; rm -rf /home/$USER/.mozilla/firefox/*socks5-$PORT; firefox --ProfileManager" alias ffresetproxy="cd /home/$USER/.mozilla/firefox; rm -rf /home/$USER/.mozilla/firefox/*socks5-*; firefox --ProfileManager"
``` ```
## MENU HELP MOSTRATO DA "ffpproxy --help" ## MENU HELP MOSTRATO DA "ffpproxy --help"