1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-06 01:05:35 -05:00
This commit is contained in:
Darien Raymond
2017-02-13 22:11:36 +01:00
parent 7b707275df
commit 10acab0dfe
2 changed files with 10 additions and 3 deletions

View File

@@ -1,4 +1,8 @@
// Package proxy contains all proxies used by V2Ray.
//
// To implement an inbound or outbound proxy, one needs to do the following:
// 1. Implement the interface(s) below.
// 2. Register a config creator through common.RegisterConfig.
package proxy
import (