mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
transfer-ci: remove GODEBUG=x509ignoreCN=0 statement for gotorrent
This commit is contained in:
parent
4120e227c9
commit
f7ac21770b
1 changed files with 2 additions and 2 deletions
|
|
@ -160,12 +160,12 @@ screen -dmS rtorrent-leech rtorrent
|
||||||
|
|
||||||
echo "Starting leeching ws-tls (wss) client"
|
echo "Starting leeching ws-tls (wss) client"
|
||||||
cd leech
|
cd leech
|
||||||
GOPPROF=http GODEBUG=x509ignoreCN=0 $HOME/gotorrent download --dht=false --tcppeers=false --utppeers=false --pex=false --stats --addr ":43000" ../torrents/ws-tls-ipv4.torrent > "$HOME/ws-tls-leech.log" 2>&1 &
|
GOPPROF=http $HOME/gotorrent download --dht=false --tcppeers=false --utppeers=false --pex=false --stats --addr ":43000" ../torrents/ws-tls-ipv4.torrent > "$HOME/ws-tls-leech.log" 2>&1 &
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
echo "Starting leeching ws client"
|
echo "Starting leeching ws client"
|
||||||
cd leech
|
cd leech
|
||||||
GOPPROF=http GODEBUG=x509ignoreCN=0 $HOME/gotorrent download --dht=false --tcppeers=false --utppeers=false --pex=false --stats --addr ":43001" ../torrents/ws-ipv4.torrent > "$HOME/ws-leech.log" 2>&1 &
|
GOPPROF=http $HOME/gotorrent download --dht=false --tcppeers=false --utppeers=false --pex=false --stats --addr ":43001" ../torrents/ws-ipv4.torrent > "$HOME/ws-leech.log" 2>&1 &
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
# Check for completion
|
# Check for completion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue