mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 09:18:51 +02:00
correcting some behaviors for $DOCKER_HOST, now uses container's private IP instead of localhost
This commit is contained in:
@@ -30,7 +30,7 @@ type StreamRoute struct {
|
||||
type StreamImpl interface {
|
||||
Setup() error
|
||||
Accept() (any, error)
|
||||
Handle(any) error
|
||||
Handle(conn any) error
|
||||
CloseListeners()
|
||||
String() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user