chore: relay support tuic

This commit is contained in:
wwqgtxx
2022-12-20 00:11:02 +08:00
parent 7496d9c114
commit 22414ce399
14 changed files with 101 additions and 34 deletions

View File

@@ -68,3 +68,9 @@ func WithOnlySingleStack(isIPv4 bool) Option {
}
}
}
func withOption(o option) Option {
return func(opt *option) {
*opt = o
}
}