Add proxy.pac

This commit is contained in:
idk
2021-12-11 15:45:55 -05:00
parent ce1409ecbd
commit c77f836d74
6 changed files with 12 additions and 4 deletions

Binary file not shown.

View File

@ -4,7 +4,7 @@
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=20613&dn=idk.i2p.torrent&xt=urn:tree:tiger:j3sp4o2i426lapbphnksiitmek6w2mmv2aopsbi&xt=urn:ed2k:0b7011dd732833317db0dd754169627c&xt=urn:aich:g4gqxs2rx4brotlf5r42gehhspnvfexv"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=20613&dn=idk.i2p.torrent&xt=urn:tree:tiger:6goyxpesudxuhbkdskefagu2u3zjfugdue2u5hy&xt=urn:ed2k:855ea84a521ddbb1113efd8f1fde459a&xt=urn:aich:nhxchpa7tzkvr2pr3drx4z34alz6a5xe"/>
<meta name="description" content="idk's I2P software and information"/>
</head>
<body>

View File

@ -4,7 +4,7 @@
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=20613&dn=idk.i2p.torrent&xt=urn:tree:tiger:j3sp4o2i426lapbphnksiitmek6w2mmv2aopsbi&xt=urn:ed2k:0b7011dd732833317db0dd754169627c&xt=urn:aich:g4gqxs2rx4brotlf5r42gehhspnvfexv"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=20613&dn=idk.i2p.torrent&xt=urn:tree:tiger:6goyxpesudxuhbkdskefagu2u3zjfugdue2u5hy&xt=urn:ed2k:855ea84a521ddbb1113efd8f1fde459a&xt=urn:aich:nhxchpa7tzkvr2pr3drx4z34alz6a5xe"/>
<meta name="description" content="Infographics collection"/>
</head>
<body>

View File

@ -4,7 +4,7 @@
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=20613&dn=idk.i2p.torrent&xt=urn:tree:tiger:j3sp4o2i426lapbphnksiitmek6w2mmv2aopsbi&xt=urn:ed2k:0b7011dd732833317db0dd754169627c&xt=urn:aich:g4gqxs2rx4brotlf5r42gehhspnvfexv"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=20613&dn=idk.i2p.torrent&xt=urn:tree:tiger:6goyxpesudxuhbkdskefagu2u3zjfugdue2u5hy&xt=urn:ed2k:855ea84a521ddbb1113efd8f1fde459a&xt=urn:aich:nhxchpa7tzkvr2pr3drx4z34alz6a5xe"/>
<meta name="description" content="Plugins collection"/>
</head>
<body>

8
proxy.pac Normal file
View File

@ -0,0 +1,8 @@
function FindProxyForURL(url, host) {
if (dnsDomainIs(host, ".i2p")) {
return "PROXY localhost:4444";
} else if (dnsDomainIs(host, ".onion")) {
return "PROXY localhost:9050";
}
return "DIRECT";
}

View File

@ -4,7 +4,7 @@
<title>idk's home page</title>
<link rel="stylesheet" type="text/css" href ="style.css" />
<meta http-equiv="i2p-location" content="http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=20613&dn=idk.i2p.torrent&xt=urn:tree:tiger:j3sp4o2i426lapbphnksiitmek6w2mmv2aopsbi&xt=urn:ed2k:0b7011dd732833317db0dd754169627c&xt=urn:aich:g4gqxs2rx4brotlf5r42gehhspnvfexv"/>
<meta http-equiv="i2p-torrentlocation" content="magnet:?xl=20613&dn=idk.i2p.torrent&xt=urn:tree:tiger:6goyxpesudxuhbkdskefagu2u3zjfugdue2u5hy&xt=urn:ed2k:855ea84a521ddbb1113efd8f1fde459a&xt=urn:aich:nhxchpa7tzkvr2pr3drx4z34alz6a5xe"/>
<meta name="description" content="I2P Videos"/>
</head>
<body>