Personal Bridge
Last updated
Was this helpful?
Last updated
Was this helpful?
Personal Bridge is a multi-hop VPN technology that provides enhanced privacy and security by routing your traffic through multiple intermediary servers before reaching the internet.
Personal Bridge servers must be installed, configured, and maintained by clients themselves. Pango does not provide any Personal Bridge nodes or infrastructure. Clients are responsible for:
Setting up their own Personal Bridge server instances
Maintaining these instances and ensuring compatibility
Resolving any incompatibilities between current/future SDK versions and different versions of Personal Bridge
The Personal Bridge technology is provided "as is" without any guarantees of compatibility with future SDK releases.
The server intended to be used as intermediate Wireguard server for multihop connections:
A chain of servers can be of any length, even allowing circular routing:
To configure Android SDK to connect using Personal Bridge nodes:
In order to use Personal Bridge feature, user needs to pass list of node urls to ComposedConfiguration that is passed in SDK initializer.
Parameters
personalBridgeNodes
: An optional parameter that takes either:
nil
(default): Uses standard node selection logic
[String]
: An array of URL strings pointing to custom nodes
One new property should be filled: List<string> PersonalBridgeNodes
When option is null or empty list, then Personal Bridge feature is disabled.
All necessary binaries and instructions to set up a personal bridge (server side) can be found in our . The repository contains everything you need to configure and deploy your own Wireguard intermediate server.