mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Add reserved to WireGuard config
Fixes https://github.com/XTLS/Xray-core/issues/1730
This commit is contained in:
parent
6526e74d49
commit
ccba465590
5 changed files with 34 additions and 12 deletions
|
@ -20,4 +20,5 @@ message DeviceConfig {
|
|||
repeated PeerConfig peers = 3;
|
||||
int32 mtu = 4;
|
||||
int32 num_workers = 5;
|
||||
bytes reserved = 6;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue