first commit

This commit is contained in:
Óscar M. Lage 2023-02-17 20:21:54 +01:00
commit 4d7394acbe

4
proxy.pac Normal file
View File

@ -0,0 +1,4 @@
function FindProxyForURL(url, host)
{
return "SOCKS localhost:10800";
}