forked from Ponysearch/Ponysearch
[fix] dead URL in settings.yml
This commit is contained in:
parent
c8dca20548
commit
c92846dca8
1 changed files with 2 additions and 2 deletions
|
@ -1374,10 +1374,10 @@ engines:
|
||||||
disabled: true
|
disabled: true
|
||||||
inactive: true
|
inactive: true
|
||||||
pixiv_image_proxies:
|
pixiv_image_proxies:
|
||||||
- pximg.example.org
|
- https://pximg.example.org
|
||||||
# A proxy is required to load the images. Hosting an image proxy server
|
# A proxy is required to load the images. Hosting an image proxy server
|
||||||
# for Pixiv:
|
# for Pixiv:
|
||||||
# --> https://codeberg.org/VnPower/PixivFE/wiki/Hosting-an-image-proxy-server-for-Pixiv
|
# --> https://pixivfe.pages.dev/hosting-image-proxy-server/
|
||||||
# Proxies from public instances. Ask the public instances owners if they
|
# Proxies from public instances. Ask the public instances owners if they
|
||||||
# agree to receive traffic from SearXNG!
|
# agree to receive traffic from SearXNG!
|
||||||
# --> https://codeberg.org/VnPower/PixivFE#instances
|
# --> https://codeberg.org/VnPower/PixivFE#instances
|
||||||
|
|
Loading…
Reference in a new issue