Import VPN Config
Multihop Module¶
The Multihop module routes client traffic through an external VPN provider before exiting the Phantom server, providing dual-layer encryption and location concealment. Traffic flow is as follows:
This architecture ensures that the destination server only sees the IP address of the external VPN exit point; the real address of the Phantom server or client remains hidden. Multihop works by importing standard WireGuard configuration files, making it compatible with any VPN provider that supports WireGuard.
Import VPN Configuration¶
Imports a WireGuard configuration file from an external VPN provider for use as an exit point.
Parameters:
| Parameter | Required | Description |
|---|---|---|
config_path |
Yes | Path to WireGuard configuration file |
custom_name |
No | Custom name for the configuration |
Response Model: ImportResult
| Field | Type | Description |
|---|---|---|
success |
boolean | Import completed |
exit_name |
string | Name assigned to the configuration |
message |
string | Result message |
optimizations |
array | Applied optimizations (if any) |