1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-12 02:40:42 +00:00

register browser forwarder

This commit is contained in:
Shelikhoo 2021-09-05 11:35:04 +01:00
parent b90ae53c7d
commit 0aa7e26b5a
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -11,8 +11,9 @@ import "common/protoext/extensions.proto";
// Config is the settings for BrowserForwarder.
message Config {
option (v2ray.core.common.protoext.message_opt).type = "transport";
option (v2ray.core.common.protoext.message_opt).short_name = "ws";
option (v2ray.core.common.protoext.message_opt).type = "service";
option (v2ray.core.common.protoext.message_opt).short_name = "browser";
string listen_addr = 1;
int32 listen_port = 2;
}