{% extends "base.html" %} {% block title %}Settings{% endblock %} {% block content %}
πŸ•· SCAN BEHAVIOUR
πŸ•Ά STEALTH & EGRESS
{% set sp = config.scraper.stealth_profile or 'off' %} Controls per-host pacing, jitter, browser identity, and backoff.
Single egress. Overridden by the pool below if that's populated.
Burned egresses (blocked / repeatedly failing) are benched and rotated automatically.
{% set pr = config.scraper.proxy_rotation or 'sticky' %}
β‡Š SEED PROXY POOL

Pull proxies from a curated free feed or upload your own list β€” added to the rotating pool above. Free public proxies are unvetted and often dead or hostile; treat them as blend-in cover for low-sensitivity recon, not trust β€” pair with HTTPS and prefer your own egress for anything sensitive.

A custom URL (if set) takes priority over the feed. Bare ip:port lines use the chosen scheme; lines with their own scheme keep it.
One proxy per line: ip:port, scheme://ip:port, user:pass@ip:port, or ip:port:user:pass. Up to {{ 300 }} added per import.
{% endblock %}