diff --git a/util.js b/util.js index 258a4e1..6f1628b 100644 --- a/util.js +++ b/util.js @@ -35,15 +35,6 @@ exports.getServiceByHost = (host, service="") => { } } -exports.getBaseHost = (host) => { - if (host.endsWith("onion")) - return `http://moq7aejnf4xk5k2bkaltli3ftkhusy2mbrd3pj23nrca343ku2mgk4yd.onion`; - else if (host.endsWith("i2p")) - return `http://t42fkp6zp5dfqywantq3zp427ig3q2onrmfv246tyaztpg4ckb5a.b32.i2p`; - else - return "https://arav.top"; -} - exports.getTimezone = getTimezone; exports.formats = formats; exports.datetime = datetime;