What's new
Runion

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Problem with reverse proxy over onion

Nyrid

Midle Weight
Депозит
$0
Пожалуйста, обратите внимание, что пользователь заблокирован
I install nginx and configure it


location / {
proxy_pass http://127.0.0.1:81/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $remote_addr;
}


after that
socat tcp4-LISTEN:81,reuseaddr,fork,keepalive,bind=127.0.0.1 SOCKS4A:127.0.0.1 (domainwhichiwantphish):80,socksport=9050
also i run "sudo tor" but site not loading what I do wrong]


PROBLEM SOLVED WITH CONFIGURE TORRC 80 127.0.0.1 81
but now I have another problem how manipulate for example with bitcoin wallet or even other data
Последнее редактирование: 18.07.2022
 
Top