|
|
@@ -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;
|
|
|
}
|