Files
ecs/ntrace/ntrace.go
spiritysdx 98c5887368 update
2024-06-27 15:06:16 +08:00

10 lines
167 B
Go

package ntrace
import (
"github.com/oneclickvirt/nt3/nt"
)
func TraceRoute3(language, location, checkType string) {
nt.TraceRoute(language, location, checkType)
}