Azumi67 / Reverse_tls

Establish a TLS Reverse Tunnel between different servers and clients. IPV4 | IPV6 - Supports TCP & UDP .
MIT License
100 stars 26 forks source link

ارور #3

Closed Mohammadaminsdr closed 9 months ago

Mohammadaminsdr commented 9 months ago

سلام این چه اروریه نمیزاره اسکریپت بالا بیاد

go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go:8:8: //go:build comment without // +build comment

Azumi67 commented 9 months ago

سلام ببینید این مشکل شما رو حل میکنه

nano go/pkg/mod/github.com/mattn/go-isatty@v0.0.20/isatty_tcgets.go

باید اینطوری باشه

//go:build (linux || aix || zos) && !appengine && !tinygo // +build linux aix zos // +build !appengine // +build !tinygo

package isatty

import "golang.org/x/sys/unix"

و ادامه کد