Algo VPN — detection coverage
Jurisdiction: Open source. Protocols: WireGuard, IKEv2.
About Algo VPN
Self-host VPN install script by Trail of Bits. Configures WireGuard + IKEv2 on a single cloud VM. Detection via cloud-ASN classification, not a fixed exit list.
How IPLogs detects Algo VPN
Detection fires on any combination of the following signals:
dc_ipactive_probe_wireguard
Supported protocols
- WireGuard
- IKEv2
Check a specific Algo VPN IP
Paste any suspected Algo VPN IP into the home-page checker, or hit the API directly:
curl -X POST https://iplogs.com/v1/check \
-H 'content-type: application/json' \
-d '{"ip":"<Algo VPN IP>"}'