mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-09 03:37:37 -05:00
10 lines
385 B
Protocol Buffer
10 lines
385 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package v2ray.core.transport.internet.headers.wireguard;
|
|
option csharp_namespace = "V2Ray.Core.Transport.Internet.Headers.Wireguard";
|
|
option go_package = "github.com/v2fly/v2ray-core/v4/transport/internet/headers/wireguard";
|
|
option java_package = "com.v2ray.core.transport.internet.headers.wireguard";
|
|
option java_multiple_files = true;
|
|
|
|
message WireguardConfig {}
|