diff --git a/lib/v2/nhentai/util.js b/lib/v2/nhentai/util.js index 90d830991..df015ff18 100644 --- a/lib/v2/nhentai/util.js +++ b/lib/v2/nhentai/util.js @@ -64,7 +64,8 @@ const getCookie = async (username, password, cache) => { }; const gotByIp = (url, ...options) => - got(url.replace(/^https:\/\/nhentai.net\//, 'http://138.2.77.198:3002/'), { + // credit: https://github.com/sinkaroid/jandapress/pull/23 + got(url.replace(/^https:\/\/nhentai.net\//, 'http://129.150.63.211:3002/'), { ...options, headers: { host: 'nhentai.net',