]> arthur.barton.de Git - netdata.git/commitdiff
Change Anti-DDoS Protection wording
authorFlorian Tham <tham@fidion.de>
Thu, 14 Apr 2016 11:54:43 +0000 (13:54 +0200)
committerFlorian Tham <tham@fidion.de>
Thu, 14 Apr 2016 11:54:43 +0000 (13:54 +0200)
web/index.html

index ec545c821d7fbad1c72e547c8d22c43554eaa886..3cd681f158efc711bca6025eaaf85188d206a00f 100644 (file)
@@ -993,8 +993,8 @@ var submenuData = {
        },
 
        'netfilter.synproxy': {
-               title: 'Anti-DDoS Protection',
-               info: 'Anti-DDoS Protection performance monitoring read from <code>/proc/net/stat/synproxy</code>. <a href="https://github.com/firehol/firehol/wiki/Working-with-SYNPROXY" target="_blank">SYNPROXY</a> is a TCP SYN packets proxy. It is used to protect any TCP server (like a web server) from SYN floods and similar DDoS attacks. It is a netfilter module, in the Linux kernel (since version 3.12). It is optimized to handle millions of packets per second utilizing all CPUs available without any concurrency locking between the connections. It can be used for any kind of TCP traffic (even encrypted), since it does not interfere with the content itself.'
+               title: 'DDoS Protection',
+               info: 'DDoS Protection performance monitoring read from <code>/proc/net/stat/synproxy</code>. <a href="https://github.com/firehol/firehol/wiki/Working-with-SYNPROXY" target="_blank">SYNPROXY</a> is a TCP SYN packets proxy. It is used to protect any TCP server (like a web server) from SYN floods and similar DDoS attacks. It is a netfilter module, in the Linux kernel (since version 3.12). It is optimized to handle millions of packets per second utilizing all CPUs available without any concurrency locking between the connections. It can be used for any kind of TCP traffic (even encrypted), since it does not interfere with the content itself.'
        }
 };