Skip to content

Releases: deletefromuser/spring-boot-learning

nyaa rss代理有效化

16 Jul 15:35
Compare
Choose a tag to compare

解决qbittorrent内就算开启代理也无法连接nyaa rss的问题

推测是qbittorrent的bug 设置里Use proxy only for torrents不要check就好了

  1. 启动 (需要jre11或以上)
    java -jar nyaa-rss-proxy-0.0.1-SNAPSHOT.jar
    也可以启动后运行在后台,关闭需要手动kill
    nohup java -jar nyaa-rss-proxy-0.0.1-SNAPSHOT.jar >/dev/null 2>&1 &
  2. 替换nyaa的rss URL

    https://nyaa.si/?page=rss&q=+lilith+Made+In+Abyss+Retsujitsu&c=0_0&f=0
    改为
    http://localhost:8965/?page=rss&q=+lilith+Made+In+Abyss+Retsujitsu&c=0_0&f=0