1. Home
  2. vDDoS Proxy Protection
  3. Configuration
  4. 5s Security Mode

5s Security Mode

If you want to turn on 5s Security Mode please edit the website.conf file as follows:

vDDoS 5s Security Mode

Enable Security Mode:

1. Edit website.conf:

nano /vddos/conf.d/website.conf

# Website       Listen            Backend               Cache  Security  SSL-Prikey  SSL-CRTkey
your-domain.com	http://0.0.0.0:80 http://20.79.197.2:80 no     5s       no          no

2. Restart vDDoS (After each configuration change):

[root@vDDoS ~]# vddos restart

(Defensive Estimating ~ 273 RealReq/s)
0.0.0.0:80
vDDos service Restart success!


Check Security Mode:

[root@vDDoS ~]# curl -L http://your-domain.com

<!DOCTYPE html>
<html>
<script src="/vddosw3data.js"></script>
<body>
<div w3-include-html="/5s.html"></div>
<script>
w3IncludeHTML();
</script>
<script language="javascript">document.cookie="vDDoS=817f6ee3cea8d6915d09d96d71e07ca9 ; path=/";setTimeout("location.href='http://your-domain.com/?d=1';",5000);</script>
<center>
<br />
<br />
<center/>
</body>
</html>

Option:

You can customize the interface of 5s Security Mode by editing the /vddos/html/5s.html file:

Custom vDDoS 5s Security Mode

Was this article helpful to you? Yes No