Zum Inhalt wechseln

Als Gast hast du nur eingeschränkten Zugriff!


Anmelden 

Benutzerkonto erstellen

Du bist nicht angemeldet und hast somit nur einen sehr eingeschränkten Zugriff auf die Features unserer Community.
Um vollen Zugriff zu erlangen musst du dir einen Account erstellen. Der Vorgang sollte nicht länger als 1 Minute dauern.

  • Antworte auf Themen oder erstelle deine eigenen.
  • Schalte dir alle Downloads mit Highspeed & ohne Wartezeit frei.
  • Erhalte Zugriff auf alle Bereiche und entdecke interessante Inhalte.
  • Tausche dich mich anderen Usern in der Shoutbox oder via PN aus.
 

   

Foto

How to Set UP Fast Flux Server

- - - - -

  • Bitte melde dich an um zu Antworten
Keine Antworten in diesem Thema

#1
Zero00m

Zero00m

    Script Kiddie

  • Premium Member
  • Likes
    86
  • 45 Beiträge
  • 208 Bedankt
  • Android
  • Windows

IP address rotator on my servers in conjunction with Shadowsocks.We take 1 server under the rotator (HAProxy) and the rest of the servers under the exit


- The exit server (Shadowsocks) tested on Ubuntu 18.04 - 19.04 works without problems
 

Code
apt update && apt upgrade -y && apt install software-properties-common nano git -y && apt update && apt install shadowsocks-libev resolvconf -y && echo '{
   "server":"'$(dig +short myip.opendns.com @resolver1.opendns.com)'",
   "server_port":443,
   "password":"ВАШ ПАРОЛЬ",
   "timeout":30,
   "method":"aes-256-ctr",
   "mode": "tcp_and_udp",
   "dns": "8.8.8.8"
}' > /etc/shadowsocks-libev/config.json && echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all && echo net.ipv4.icmp_echo_ignore_all=1 >> /etc/sysctl.conf && echo nameserver 8.8.8.8 >> /etc/resolvconf/resolv.conf.d/head && resolvconf --enable-updates && resolvconf -u && systemctl disable systemd-resolved && sysctl -p && systemctl enable shadowsocks-libev.service && systemctl restart shadowsocks-libev && systemctl status shadowsocks-libev && clear && echo DONE! SERVER IP:PORT - "$(dig +short myip.opendns.com @resolver1.opendns.com)":443

 



Change the password to your own, and paste all this text into the console, as a result, you will receive a message DONE! SERVER IP: PORT save, then let's say on 2 servers do the same.

- Server rotator (HAProxy) do everything in order:

Put the HAProxy packages:

Code

apt update && apt upgrade -y && apt install haproxy -y

Open the config:
Code
nano /etc/haproxy/haproxy.cfg

 


In the configs we insert this where "ROTATOR SERVER IP: 443" insert the IP of the current server, below the "OUTPUT SERVER IP: PORT" of the server that you prepared in advance:

Code

global
ulimit-n 51200

defaults
mode tcp
timeout connect 5m
timeout client 10m
timeout server 5m

frontend ss-in
bind IP СЕРВЕРА РОТАТОРА:443
default_backend ss-out

backend ss-out 
balance roundrobin
server server0 IP СЕРВЕРА ВЫХОДА(outputserver):PORT
server server1 IP СЕРВЕРА ВЫХОДА(outputserver):PORT
server server2 IP СЕРВЕРА ВЫХОДА(outputserver):PORT
server server3 IP СЕРВЕРА ВЫХОДА(outputserver):PORT

 

Launch the rotator itself:

Code
systemctl enable haproxy && systemctl restart haproxy && systemctl status haproxy


- Everything is ready, you have a proxy through a pad, a dynamic IP address that is constantly changing. Now, to connect and start using this, go to the site

Please Login HERE or Register HERE to see this link!

, download the client, enter the IP of the HAProxy rotator, enter the password and welcome to the Internet.


Deine Anonym Image Hosting

https://safepics.to/




Besucher die dieses Thema lesen:

Mitglieder: , Gäste: , unsichtbare Mitglieder:


This topic has been visited by 3 user(s)


    kiwitone, lryjonpba, PenguinCyborg
Die besten Hacking Tools zum downloaden : Released, Leaked, Cracked. Größte deutschsprachige Hacker Sammlung.