first commit

main
Óscar M. Lage 2023-02-17 20:21:54 +01:00
commit 4d7394acbe
1 changed files with 4 additions and 0 deletions

4
proxy.pac Normal file
View File

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