mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 13:04:02 +03:00
Propagate network to proxy object
This commit is contained in:
@@ -17,6 +17,9 @@ var (
|
||||
ErrIPBlocklistIsNotDefined = errors.New("ip blocklist is not defined")
|
||||
ErrEventStreamIsNotDefined = errors.New("event stream is not defined")
|
||||
ErrLoggerIsNotDefined = errors.New("logger is not defined")
|
||||
|
||||
errCannotSendWelcomePacket = errors.New("cannot send welcome packet")
|
||||
errReplayAttackDetected = errors.New("replay attack detected")
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user