Propagate network to proxy object

This commit is contained in:
9seconds
2021-03-26 14:11:56 +03:00
parent f0efa4697e
commit 40b483357f
2 changed files with 9 additions and 4 deletions
+3
View File
@@ -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 (