refactor: refactor lan tproxy using sk_assign

This commit is contained in:
mzz2017
2023-02-06 13:56:43 +08:00
parent 31fcc288fc
commit 8c65f8ff39
11 changed files with 492 additions and 328 deletions

View File

@ -70,6 +70,7 @@ func generate(output string) error {
func GenerateObjects(output string) {
if err := generate(output); err != nil {
fmt.Println(err.Error())
os.Exit(1)
}
}