Closed binxing closed 11 months ago
This PR adds a new env var ATD_QGS to allow specifying the location of QGS when starting a TD.
ATD_QGS
Yes, ATD_TCPFWD supports multiple forwarding rules, but separated by commas (',') instead of spaces (' '). So in your case it should written as ATD_TCPFWD=8080:8085,10020:1025.
ATD_TCPFWD
','
' '
ATD_TCPFWD=8080:8085,10020:1025
This PR adds a new env var
ATD_QGS
to allow specifying the location of QGS when starting a TD.