Protect your website's resources and maintain uptime by blocking aggressive AI scrapers and automated bots. This security solution acts as a protective layer for your server, ensuring that heavy automated traffic does not cause downtime or make your site inaccessible to real users. It utilizes a clever Proof-of-Work scheme, similar to Hashcash, which requires a small computational effort from the visitor's browser. While this load is completely unnoticeable for individual human users, it becomes computationally expensive and unfeasible for mass scrapers. Key benefits include: • Server Protection: Prevents aggressive scraping bots from overwhelming your server resources. • Proof-of-Work System: Uses a Hashcash-style challenge that stops mass scraping without bothering real users. • Uptime Preservation: Keeps your website fast and accessible for legitimate visitors. • Advanced Detection: Actively developing fingerprinting to identify headless browsers.
services:
delugevpn:
image: binhex/arch-delugevpn
container_name: delugevpn
cap_add:
- NET_ADMIN
ports:
- 8112:8112
- 8118:8118
- 58846:58846
volumes:
- ./data:/data
- ./config:/config
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
- VPN_ENABLED=yes
- VPN_USER=${VPN_USER}
- VPN_PASS=${VPN_PASS}
- VPN_PROV=pia
- VPN_CLIENT=openvpn
- STRICT_PORT_FORWARD=yes
- ENABLE_PRIVOXY=yes
- LAN_NETWORK=192.168.1.0/24
- NAME_SERVERS=8.8.8.8,8.8.4.4
- UMASK=000
- DEBUG=false
restart: unless-stoppedVPN_USER=your_vpn_username
VPN_PASS=your_vpn_passwordAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago