feat: wechat-video

This commit is contained in:
Toby
2022-01-03 22:25:27 -08:00
parent 55d8ccf61e
commit 069bcde2ac
3 changed files with 137 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package main
import (
"fmt"
"io/ioutil"
"math/rand"
"os"
"strings"
"time"
@@ -20,6 +21,8 @@ var (
)
func main() {
rand.Seed(time.Now().UnixNano())
app := &cli.App{
Name: "Hysteria",
Usage: "a TCP/UDP relay & SOCKS5/HTTP proxy tool optimized for poor network environments",