Closed billionairiam closed 11 months ago
The ATD_TCPFWD env set by command line will be overridden by the function below:
ATD_TCPFWD
func prepareEnvTcp(connTarget string) []string { return []string{ fmt.Sprintf("ATD_TCPFWD=%v:1025", connTarget)} }
The
ATD_TCPFWD
env set by command line will be overridden by the function below: