diff --git a/internal/module/udp-server.go b/internal/module/udp-server.go index 870bb41..af989d2 100644 --- a/internal/module/udp-server.go +++ b/internal/module/udp-server.go @@ -78,7 +78,7 @@ func (us *UDPServer) Id() string { } func (us *UDPServer) Type() string { - return us.config.Id + return us.config.Type } func (us *UDPServer) Start(ctx context.Context) error {