Refactor VPN proxy client implementation
This commit is contained in:
@@ -12,8 +12,8 @@ import {
|
||||
probeGatewayPresence,
|
||||
readHostNetworkState,
|
||||
verifyGatewayPresence,
|
||||
} from '../../src/server/gatewayPresence.js';
|
||||
import { createStateSnapshot } from '../../src/shared/contracts/state.js';
|
||||
} from '../../dist/server/gatewayPresence.js';
|
||||
import { createStateSnapshot } from '../../dist/shared/contracts/state.js';
|
||||
|
||||
const subscriptionUrl = 'https://subscription.example/0123456789abcdef0123456789abcdef';
|
||||
const nonce = '0123456789abcdef0123456789abcdef';
|
||||
|
||||
Reference in New Issue
Block a user