0commit 46365bfabb0c7eb1dbe27b47f3a178fee4db68ed
1Author: lakefox <mason@lakefox.net>
2Date: Sat May 23 12:34:42 2026 -0600
3
4 Proxy
5
6diff --git a/corsproxy.sh b/corsproxy.sh
7new file mode 100644
8index 0000000..5719501
9--- /dev/null
10+++ b/corsproxy.sh
11@@ -0,0 +1,6 @@
12+#!/bin/sh
13+
14+echo "Content-Type: text/plain\r\n"
15+echo ""
16+
17+wget -q -O - "$url"