diff --git a/idk.i2p.torrent b/idk.i2p.torrent index 6ed8ab6..2067acd 100644 Binary files a/idk.i2p.torrent and b/idk.i2p.torrent differ diff --git a/index.html b/index.html index 7bbb875..d3dc07d 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ idk's home page - + diff --git a/infographics.html b/infographics.html index c7bc5e6..be76ca9 100644 --- a/infographics.html +++ b/infographics.html @@ -4,7 +4,7 @@ idk's home page - + diff --git a/plugins.html b/plugins.html index 5badafd..7c4158d 100644 --- a/plugins.html +++ b/plugins.html @@ -4,7 +4,7 @@ idk's home page - + diff --git a/proxy.pac b/proxy.pac new file mode 100644 index 0000000..3fc60ac --- /dev/null +++ b/proxy.pac @@ -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"; +} diff --git a/video.html b/video.html index 5eaaaaf..b811dd7 100644 --- a/video.html +++ b/video.html @@ -4,7 +4,7 @@ idk's home page - +