mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-02 23:35:40 -05:00
refine proto package names
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package com.v2ray.core.proxy.http;
|
||||
package v2ray.core.proxy.http;
|
||||
option go_package = "http";
|
||||
option java_package = "com.v2ray.core.proxy.http";
|
||||
option java_outer_classname = "ConfigProto";
|
||||
|
||||
// Config for HTTP proxy server.
|
||||
message ServerConfig {
|
||||
|
||||
Reference in New Issue
Block a user