From b00e3c01319736adc99a0a2e28d5272679e2bf10 Mon Sep 17 00:00:00 2001 From: scossa Date: Thu, 21 Aug 2025 15:39:19 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b48dae6..be038c7 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,9 @@ dove $1 = numero della porta scelta

Per rimuovere tutte le cartelle di sessione create da ffproxy.sh dai il comando: ```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 -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"