From f169baee48cfbad34e52378d5d00b464dd29c49c Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 12 Aug 2024 19:11:23 +0000 Subject: [PATCH] Add 'check.sh' --- check.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 check.sh diff --git a/check.sh b/check.sh new file mode 100644 index 0000000..4ddaa2b --- /dev/null +++ b/check.sh @@ -0,0 +1,2 @@ +#!/bin/sh +curl --socks5-hostname localhost:9050 https://google.com \ No newline at end of file