Skip to main content

VPN Providers

The VPN Providers integration provides provides a list of IP address ranges for well known VPN providers.

Example
[{"id": "1.116.0.0/15"}, {"id": "1.12.32.0/23"}, {"id": "1.14.0.0/15"}]
T

he external data sources we provide are meant to be examples and inspiration for users to create their own data sources. We won't maintain these integrations in perpetuity, and changes to the APIs they interact with may break them in the future.

The datasource project is open-source, and if the community wishes to provide contributions to keep it working in the future, we will shepherd those updates.

Install

No installation is necessary for the VPN Providers external data source. It is provided from Github's CDN available at https://raw.githubusercontent.com/pomerium/vpnlist/main/vpnlist.json.

Configure Pomerium Enterprise Console

Create an external data source:

  1. In the Pomerium Enterprise Console, navigate to CONFIGUREExternal Data and click + ADD EXTERNAL DATA SOURCE.

  2. Fill out the following fields:

    FieldContent
    URLhttps://raw.githubusercontent.com/pomerium/vpnlist/main/vpnlist.json
    Record typepomerium.io/VPNNode
    Foreign Keyrequest.ip
    Polling Min Delay1h
    Polling Max Delay4h
  3. Click SAVE EXTERNAL DATA SOURCE.

A policy excluding VPN nodes would look something like this:

VPNNode Policy in the Builder view