Giter Club home page Giter Club logo

Comments (7)

yuzhijiang avatar yuzhijiang commented on July 18, 2024

发现一个问题,请求的网址是在Rule.conf里面的代理域名,那么VPN能正常使用,也不会断开,但是如果不在rule.conf里面配置,请求其他域名,创建连接会出现访问失败,网络断开情况,iPhone11 上出现

from nekit.

qinci avatar qinci commented on July 18, 2024

那是因为你没有配置geoIp数据库,去注册个账号,下载数据库配置进去。

from nekit.

2856571872 avatar 2856571872 commented on July 18, 2024

发现一个问题,请求的网址是在Rule.conf里面的代理域名,那么VPN能正常使用,也不会断开,但是如果不在rule.conf里面配置,请求其他域名,创建连接会出现访问失败,网络断开情况,iPhone11 上出现

请问你是进行什么方式的链接,SS吗

from nekit.

itsjohnye avatar itsjohnye commented on July 18, 2024
  1. GeoIP will crash during development if one forgets to initialize it.
    To use geo ip database, first init it - Download the binary database https://dev.maxmind.com/geoip/geoip2/geolite2/

then set:
GeoIP.database = MMDB("PATH_TO_THE_DATABASE")!

  1. To debug:

Attached到extension的进程上调试

from nekit.

2856571872 avatar 2856571872 commented on July 18, 2024
  1. GeoIP will crash during development if one forgets to initialize it.
    To use geo ip database, first init it - Download the binary database https://dev.maxmind.com/geoip/geoip2/geolite2/

then set:
GeoIP.database = MMDB("PATH_TO_THE_DATABASE")!

  1. To debug:

Attached到extension的进程上调试

GeoIP.database = MMDB("PATH_TO_THE_DATABASE")!加上并没啥用,没加还能连上过会或者访问其他东西就断了,加上之后连都连不上了。。。

from nekit.

itsjohnye avatar itsjohnye commented on July 18, 2024

@2856571872 "PATH_TO_THE_DATABASE"是你的mmdb的相对路径,不是让你复制粘贴。上调试图呀?

from nekit.

2856571872 avatar 2856571872 commented on July 18, 2024

@2856571872 "PATH_TO_THE_DATABASE"是你的mmdb的相对路径,不是让你复制粘贴。上调试图呀?

多谢🙏,我弄个MMDB然后拖进项目配置下路径就好了0.0

from nekit.

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.