Changed base32 i2p addresses to dns domains.

This commit is contained in:
Alexander Andreev 2021-09-02 01:11:28 +04:00
parent 03fbd8d730
commit fe823ae56f
Signed by: Arav
GPG Key ID: 610DF2574456329F
2 changed files with 7 additions and 7 deletions

View File

@ -17,26 +17,26 @@ block content
| .
a(href='http://moq7aejnf4xk5k2bkaltli3ftkhusy2mbrd3pj23nrca343ku2mgk4yd.onion') onion
| .
a(href='http://t42fkp6zp5dfqywantq3zp427ig3q2onrmfv246tyaztpg4ckb5a.b32.i2p') i2p
a(href='http://arav.i2p') i2p
||
span
a(href='https://radio.arav.top') radio.arav.top
| .
a(href='http://wsmkgnmhmzqm7kyzv7jnzzafvgm7xlmlfvzhgorpapd5or2arnhuktqd.onion') onion
| .
a(href='http://plkybcgxt4cdanot75cy3pbnqlbqcsrib2fmrpsnug4bqphqvfda.b32.i2p') i2p
a(href='http://radio.arav.i2p') i2p
span
a(href='https://files.arav.top') files.arav.top
| .
a(href='http://qf5e43nlhvnrutmikuvbdfj3cmtthokpbaxtkm6mjlslttzvtgm4fxid.onion') onion
| .
a(href='http://gajftpr47ze6ao7e3q2tb5xmcqneyaczu4edzvwwg2qzmnernpka.b32.i2p') i2p
a(href='http://files.arav.i2p') i2p
span
a(href='https://git.arav.top') git.arav.top
| .
a(href='http://qqitm7qlsbbubwmjos4cqzmvkqidg34rfnbyhuydhalep33fbvh22xyd.onion') onion
| .
a(href='http://p5nkflgogwv4esy3ainup6mgurpugmdyufizhuufauznreyvprsa.b32.i2p') i2p
a(href='http://git.arav.i2p') i2p
||
a(href='https://arav.neocities.org') arav.neocities.org
section

View File

@ -29,9 +29,9 @@ exports.getServiceByHost = (host, service="") => {
}
else if (host.endsWith("i2p"))
switch (service) {
case "radio": return "http://plkybcgxt4cdanot75cy3pbnqlbqcsrib2fmrpsnug4bqphqvfda.b32.i2p";
case "files": return "http://gajftpr47ze6ao7e3q2tb5xmcqneyaczu4edzvwwg2qzmnernpka.b32.i2p";
default: return "http://t42fkp6zp5dfqywantq3zp427ig3q2onrmfv246tyaztpg4ckb5a.b32.i2p";
case "radio": return "http://radio.arav.i2p";
case "files": return "http://files.arav.i2p";
default: return "http://arav.i2p";
}
else
switch (service) {