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

Click Security Mode

If you want to turn on Click Security Mode please edit the website.conf file as follows:
vDDoS Click 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     click       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>function bla() { document.cookie="vDDoS=a491ff6fdf20425e392956219980285d ; path=/";location.href="http://your-domain.com/?d=1";}</script><input type="submit" value="Please Click Me To Continue" onclick="bla();"></body></html>

Was this article helpful to you? Yes No