mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 11:44:02 +03:00
Pass new options to proxy opts
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package mtglib
|
||||
|
||||
import "time"
|
||||
|
||||
type ProxyOpts struct {
|
||||
Secret Secret
|
||||
Network Network
|
||||
@@ -8,7 +10,9 @@ type ProxyOpts struct {
|
||||
EventStream EventStream
|
||||
Logger Logger
|
||||
|
||||
BufferSize uint
|
||||
Concurrency uint
|
||||
CloakPort uint
|
||||
IdleTimeout time.Duration
|
||||
PreferIP string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user