SpoofDPI/cmd/spoof-dpi/main.go
itworksnow 512b04f3dd update
2021-12-28 14:13:20 +09:00

10 lines
103 B
Go

package main
import (
"github.com/itworksnow/SpoofDPI/hello"
)
func main() {
hello.Hello()
}