Explorar o código

fix default outbound handler

Darien Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
9a46cf37fb
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      app/proxyman/outbound/handler.go

+ 8 - 0
app/proxyman/outbound/handler.go

@@ -127,3 +127,11 @@ func (h *Handler) Dial(ctx context.Context, dest net.Destination) (internet.Conn
 func (h *Handler) GetOutbound() proxy.Outbound {
 	return h.proxy
 }
+
+func (h *Handler) Start() error {
+	return nil
+}
+
+func (h *Handler) Close() error {
+	return nil
+}