Jackett has no control over whether it uses IPv4 or IPv6, it uses whatever the network is configured to do. If you are using docker, then you could try adding network_mode: host to your docker-compose.yml file or add to your docker create --network host (info from #7942). 😕 2 ...
image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}unbound:${MAILU_VERSION:-2.0} env_file: mailu.env restart: always networks: default: ipv4_address: 192.168.203.254 admin: image: ${DOCKER_ORG:-ghcr.io/mailu}/${DOCKER_PREFIX:-}admin:${MAILU_VERSION:-2.0} restart: always env_fi...
If you, for some reason, need to run a dedicated server exclusively on IPv6, you can use the-noipstartup parameter, which completely disables IPv4 networking. Published Docker image of up-to-date XashDS bySNMetamorph If you have some VDS or PC with an installed Linux distro, now it's ...