v2ray-core/proxy/http/config.proto

14 lines
229 B
Protocol Buffer
Raw Normal View History

2016-08-25 19:55:49 +00:00
syntax = "proto3";
package com.v2ray.core.proxy.http;
option go_package = "http";
// Config for HTTP proxy server.
message ServerConfig {
uint32 timeout = 1;
}
// ClientConfig for HTTP proxy client.
message ClientConfig {
}