Giving 5-8$ for a Fix

Status
This thread has been locked.

DarkOakHD

Premium
Feedback score
5
Posts
204
Reactions
90
Resources
0
Hello,

Its a BungeeCord network...

My server is running in Offline Mode False, and i have problem with bots..
The bots dont join the HUB, they just SPAM the BungeeCord and the Proxy Crashes

The guy "HACKER" wants money for the Proxy fix or he will do this all day/night

When this happend it says Pinging like this : http://prntscr.com/c3vq6q
Please help me :D <3

Like i said, im givving 5-8$, PayPal, Skrill, PaySafeCard :D
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Tyler

Developer
Supreme
Feedback score
14
Posts
2,589
Reactions
2,238
Resources
0
add a plugin such as VPN Guard to block proxies.
 

DarkOakHD

Premium
Feedback score
5
Posts
204
Reactions
90
Resources
0
Are the bots coming from the same IP? If not, you really can't fix this unless they are using public VPNs.
They dont have the same ip
He uses a VPN yes, is it public?
IDK[DOUBLEPOST=1470824792][/DOUBLEPOST]
add a plugin such as VPN Guard to block proxies.
Not working[DOUBLEPOST=1470824815][/DOUBLEPOST]
good luck with fixing
What do you mean?[DOUBLEPOST=1470824865][/DOUBLEPOST] :/
 

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
You can try limiting max connections from each IP via iptables. Here's an example:
Code:
iptables -A INPUT -p tcp --syn --dport 25565 -m connlimit --connlimit-above 2 --connlimit-mask 32 -j REJECT --reject-with tcp-reset

This will limit connections to port 25565 at 2 connections per IP, and reject anything beyond that. This should keep the proxy alive. The lower the amount, the more protection, and the higher, the less (theoretically).

1 is obviously the minimum.
 
Status
This thread has been locked.
Top