1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-10-19 10:13:37 -04:00
v2fly/main/commands/all/api/jsonv4/init.go

13 lines
227 B
Go
Raw Normal View History

package jsonv4
import "github.com/v2fly/v2ray-core/v4/main/commands/all/api"
func init() {
api.CmdAPI.Commands = append(api.CmdAPI.Commands,
cmdAddInbounds,
cmdAddOutbounds,
cmdRemoveInbounds,
cmdRemoveOutbounds)
}