tebicap commited on
Commit
5cca7f0
·
verified ·
1 Parent(s): fe25051

archivo de configuracion para torcito

Browse files
Files changed (1) hide show
  1. envia_mensaje.sh +3 -1
envia_mensaje.sh CHANGED
@@ -36,8 +36,10 @@ URL="https://api.telegram.org/bot$TELEGRAM_BOT_TOKEN/sendMessage"
36
  # -d text="$MESSAGE" \
37
  # -k
38
 
 
 
39
  # Iniciar Tor en segundo plano
40
- tor &
41
  # Esperar a que Tor se inicie completamente
42
  sleep 10
43
  #Curl con tor
 
36
  # -d text="$MESSAGE" \
37
  # -k
38
 
39
+ #creo archivo de conf para tor
40
+ echo "SocksPort 7860" > custom_torrc
41
  # Iniciar Tor en segundo plano
42
+ tor -f custom_torrc &
43
  # Esperar a que Tor se inicie completamente
44
  sleep 10
45
  #Curl con tor