mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-09 03:37:37 -05:00
13 lines
227 B
Go
13 lines
227 B
Go
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)
|
|
|
|
}
|