@@ -17,6 +17,7 @@ fr.close()
#for i in range(20):
while True:
l=random.choice(lst)
- os.system('curl '+l)
+ os.system('docker run --rm curlimages/curl:7.79.1 -L -v '+l)
+# os.system('curl '+l)
time.sleep(4)
print(l)