Add proxy.pac
This commit is contained in:
BIN
idk.i2p.torrent
BIN
idk.i2p.torrent
Binary file not shown.
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
8
proxy.pac
Normal 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";
|
||||
}
|
@ -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>
|
||||
|
Reference in New Issue
Block a user