sing-box-extra sing-box and some additional functionality or API Components see distro/all boxapi v2ray service API (An implementation that replaces the sing-box v2ray option, the caller can set it after obtaining the router) golang http.Client API boxdns underlying DNS for Linux & Windows...
boxmain cmd_check.go cmd_format.go cmd_generate.go cmd_generate_tls.go cmd_generate_vapid.go cmd_generate_wireguard.go cmd_run.go cmd_tools.go cmd_tools_connect.go cmd_tools_fetch.go cmd_tools_synctime.go cmd_version.go color.go debug.go debug_linux.go debug_stub....
音乐盒 歌曲分类歌手上传时间 播放本页歌曲
boxmain/cmd_tools.go +1-3 Original file line numberDiff line numberDiff line change @@ -1,8 +1,6 @@ 1 1 package boxmain 2 2 3 3 import ( 4 - "context" 5 - 6 4 "github.com/matsuridayo/sing-box-extra/boxbox" 7 5 E "github.com/sagernet/sing/common/exceptions...
sing-box-extra sing-box and some additional functionality or API Components see distro/all boxapi v2ray service API (An implementation that replaces the sing-box v2ray option, the caller can set it after obtaining the router) golang http.Client API boxdns underlying DNS for Linux & Windows...
sing-box-extra sing-box and some additional functionality or API Components see distro/all boxapi v2ray service API (An implementation that replaces the sing-box v2ray option, the caller can set it after obtaining the router) golang http.Client API boxdns underlying DNS for Linux & Windows...
sing/common/ntp" "github.com/spf13/cobra" ) var ( commandSyncTimeFlagServer string commandSyncTimeOutputFormat string commandSyncTimeWrite bool ) var commandSyncTime = &cobra.Command{ Use: "synctime", Short: "Sync time using the NTP protocol", Args: cobra.NoArgs, Run:...
package boxmain import ( "encoding/base64" "os" "github.com/sagernet/sing-box/log" "github.com/spf13/cobra" "golang.zx2c4.com/wireguard/wgctrl/wgtypes" ) func init() { commandGenerate.AddCommand(commandGenerateWireGuardKeyPair) commandGenerate.AddCommand(commandGenerateR...