repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'pass-lifetime-fixes' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
vpn
/
gateways
/
GatewayServer.ts
blob
f2612955fe6783a6e92f6f4191245cb9f91dfe5b
1
export interface GatewayServer {
2
ID: string;
3
Domain: string;
4
Label: string;
5
Enabled: boolean;
6
EntryIPv4: string;
7
EntryIPv6: string | null;
8
ExitIPv4: string;
9
ExitIPv6: string | null;
10
Load: number;
11
}