chore: allow setting DialerForAPI in adapter.ParseProxy for library user

This commit is contained in:
wwqgtxx
2025-12-03 00:05:09 +08:00
parent 7cd58fbdf6
commit fdb7cb1f58
2 changed files with 46 additions and 20 deletions

View File

@@ -17,6 +17,7 @@ type Reject struct {
}
type RejectOption struct {
BasicOption
Name string `proxy:"name"`
}