Free SOCKS5 Proxies

We maintain a free, auto-updated SOCKS5 proxy list you can use with scatter-proxy or any SOCKS5-compatible tool. Updated automatically by Woodpecker CI.

socks5.txt — live preview loading…
Fetching proxy list…
Usage with scatter-proxy
let config = ScatterProxyConfig {
    sources: vec![
        "https://letllmrun.codeberg.page/scatter-proxy/socks5.txt".into(),
    ],
    ..Default::default()
};
let pool = ScatterProxy::new(config, DefaultClassifier).await?;