Jump to content

Klay

Members
  • Posts

    145
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Community Answers

  1. Klay's post in What ? was marked as the answer   
    # =============================================================
    # Anti Ddos protection.
    # This system works with iptables
    # =============================================================
    # iptables -A INPUT -p tcp --dport 7777 -j DROP
    # IMPORTANT: Put True for server security.
    # IMPORTANT: Active only with LINUX OS.
    EnableDdosProSystem = True
    # String deny_comms
    # IMPORTANT: If you don't know what is it, leave as default
    Deny_noallow_ip_ddos = /sbin/iptables -I INPUT 13 -p tcp --dport 7777 -s $IP -j ACCEPT
    # Active full log on Login Server console about Ddos protection
    Fulllog_mode_print = True
     
    do them false
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock