mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-10-15 15:33:37 -04:00
register browser forwarder
This commit is contained in:
parent
b90ae53c7d
commit
0aa7e26b5a
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user