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

High Security Mode

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

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     high       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

<html><body><script type="text/javascript" src="/aes.min.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("e872d5d1b6c3463e2076fcfedbd0a4de"),b=toNumbers("21797ea76fa775a1c6bdef425bfa5bb7"),c=toNumbers("0739a04076f0eb0d486f4c39b0ecb2bb");document.cookie="vDDoS="+toHex(slowAES.decrypt(c,2,a,b))+"; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/";location.href="http://your-domain.com/?d=1";</script></body></html>

Was this article helpful to you? Yes No