import ( // The following are necessary as they register handlers in their init functions.
// Required features. Can't remove unless there is replacements. _"v2ray.com/core/app/dispatcher" _"v2ray.com/core/app/proxyman/inbound" _"v2ray.com/core/app/proxyman/outbound"
// Default commander and all its services. This is an optional feature. _"v2ray.com/core/app/commander" _"v2ray.com/core/app/log/command" _"v2ray.com/core/app/proxyman/command" _"v2ray.com/core/app/stats/command"
// Other optional features. _"v2ray.com/core/app/dns" _"v2ray.com/core/app/log" _"v2ray.com/core/app/policy" _"v2ray.com/core/app/reverse" _"v2ray.com/core/app/router" _"v2ray.com/core/app/stats"
// Transport headers _"v2ray.com/core/transport/internet/headers/http" _"v2ray.com/core/transport/internet/headers/noop" _"v2ray.com/core/transport/internet/headers/srtp" _"v2ray.com/core/transport/internet/headers/tls" _"v2ray.com/core/transport/internet/headers/utp" _"v2ray.com/core/transport/internet/headers/wechat" _"v2ray.com/core/transport/internet/headers/wireguard"
// JSON config support. Choose only one from the two below. // The following line loads JSON from v2ctl // _ "v2ray.com/core/main/json" // The following line loads JSON internally _"v2ray.com/core/main/jsonem"
// Load config from file or http(s) _"v2ray.com/core/main/confloader/external" )
import ( // The following are necessary as they register handlers in their init functions.
// Required features. Can't removeunless there is replacements. _"v2ray.com/core/app/dispatcher" _"v2ray.com/core/app/proxyman/inbound" _"v2ray.com/core/app/proxyman/outbound"
// Default commander and all its services. This is an optional feature. //_"v2ray.com/core/app/commander" //_"v2ray.com/core/app/log/command" //_"v2ray.com/core/app/proxyman/command" //_"v2ray.com/core/app/stats/command"
// Other optional features. //_"v2ray.com/core/app/dns" _"v2ray.com/core/app/log" _"v2ray.com/core/app/policy" //_"v2ray.com/core/app/reverse" _"v2ray.com/core/app/router" //_"v2ray.com/core/app/stats"
// Transport headers //_"v2ray.com/core/transport/internet/headers/http" //_"v2ray.com/core/transport/internet/headers/noop" //_"v2ray.com/core/transport/internet/headers/srtp" //_"v2ray.com/core/transport/internet/headers/tls" //_"v2ray.com/core/transport/internet/headers/utp" //_"v2ray.com/core/transport/internet/headers/wechat" //_"v2ray.com/core/transport/internet/headers/wireguard"
// JSON config support. Choose only one from the two below. // The following line loads JSON from v2ctl // _"v2ray.com/core/main/json" // The following line loads JSON internally //_"v2ray.com/core/main/jsonem"
// Load config from file or http(s) _"v2ray.com/core/main/confloader/external" )