Giter VIP home page Giter VIP logo

Comments (6)

dae-prow avatar dae-prow commented on June 13, 2024

Thanks for opening this issue!

from dae.

mzz2017 avatar mzz2017 commented on June 13, 2024

调试意见:去掉ipversion_prefer,使用domain++
思路:有可能和之前的首屏白屏问题有关系,访问的是ipv4/ipv6混合站点,而ipv6被block时app没有回退而是重试

疑问:本地是否分配有ipv6地址,本地的ipv6是否畅通

from dae.

mzz2017 avatar mzz2017 commented on June 13, 2024

另外,浏览器是不是 firefox?

from dae.

umlka avatar umlka commented on June 13, 2024

调试意见:去掉ipversion_prefer,使用domain++ 思路:有可能和之前的首屏白屏问题有关系,访问的是ipv4/ipv6混合站点,而ipv6被block时app没有回退而是重试

疑问:本地是否分配有ipv6地址,本地的ipv6是否畅通

浏览器是chrome,本地有ipv6且畅通,可能和v6地址block返回0.0.0.0有关,之前我测试过block一个网址,访问时也是一直转圈加载

from dae.

mzz2017 avatar mzz2017 commented on June 13, 2024

@umlka 好的,等待你的测试结果

from dae.

umlka avatar umlka commented on June 13, 2024

@umlka 好的,等待你的测试结果

目前在openwrt上面这样设置后就没问题了

uci -q del dhcp.@dnsmasq[0].server
uci add_list dhcp.@dnsmasq[0].server='223.5.5.5'
uci set dhcp.@dnsmasq[0].rebind_protection='0'
uci set dhcp.@dnsmasq[0].cachesize='0'
uci set dhcp.@dnsmasq[0].noresolv='1'
uci commit dhcp
/etc/init.d/dnsmasq reload

配置还是用的上面贴的配置

from dae.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.