Giter Site home page Giter Site logo

Comments (3)

Loyalsoldier avatar Loyalsoldier commented on June 9, 2024

Which version of V2Ray are you using?

from domain-list-community.

sci-42ver avatar sci-42ver commented on June 9, 2024

Which version of V2Ray are you using?

Thanks for your answer.

when I posted this issue, I use:

$ sudo systemctl status v2ray.service
...
V2Ray 5.6.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.20.4 linux/amd64)
...

after updating to 5.9.0 hinted by your comment, the problem is still there.


Added info:
I use the server ipv6 address as the proxy when posting this issue (sorry for not saying that before) and use the google dns server "2001:4860:4860::8888"

$ sudo vim /etc/v2ray/config.json
    {
      "protocol": "vmess",
      "tag": "proxy",
      "settings": {
        "vnext": [
          {
            "address": "2401:...:3610",
...
    }   
  ],  
...
  "dns": {
...
    "servers": [
      "2001:4860:4860:0:0:0:0:8888",
      ...
    ]   
  },  
$ sudo vim /var/log/v2ray/error.log
...
2023/11/10 10:28:48 [Info] app/dispatcher: taking detour [proxy] for [udp:[2001:4860:4860::8888]:53]                                                                                 
2023/11/10 10:28:48 [Info] transport/internet/websocket: creating connection to tcp:[2401:c080:1000:4720:5400:4ff:fea2:3610]:12345
2023/11/10 10:28:48 [Info] proxy/vmess/outbound: tunneling request to udp:[2001:4860:4860::8888]:53 via [2401:c080:1000:4720:5400:4ff:fea2:3610]:12345
2023/11/10 10:28:48 [Info] app/dns: UDP:[2001:4860:4860::8888]:53 got answer: www.test-ipv6.com. TypeAAAA -> [] 266.528998ms
2023/11/10 10:28:48 [Debug] app/dns: UDP:[2001:4860:4860::8888]:53 updating IP records for domain:www.test-ipv6.com.
2023/11/10 10:28:48 [Info] app/dns: UDP:[2001:4860:4860::8888]:53 got answer: www.test-ipv6.com. TypeA -> [216.218.228.115] 266.546862ms
2023/11/10 10:28:48 [Debug] app/dns: UDP:[2001:4860:4860::8888]:53 updating IP records for domain:www.test-ipv6.com.
2023/11/10 10:28:48 [Info] app/dns: UDP:[2001:4860:4860::8888]:53 got answer: www.test-ipv6.com. TypeA -> [216.218.228.115] 266.547222ms
2023/11/10 10:28:48 [Debug] app/dns: UDP:[2001:4860:4860::8888]:53 updating IP records for domain:www.test-ipv6.com.
2023/11/10 10:28:48 [Info] app/dns: UDP:[2001:4860:4860::8888]:53 got answer: www.test-ipv6.com. TypeAAAA -> [] 266.550077ms
2023/11/10 10:28:48 [Debug] app/dns: UDP:[2001:4860:4860::8888]:53 updating IP records for domain:www.test-ipv6.com.
2023/11/10 10:28:48 [Info] [2401187174] app/dispatcher: taking detour [proxy] for [tcp:www.test-ipv6.com:443]
2023/11/10 10:28:48 [Info] [2061729849] app/dispatcher: taking detour [proxy] for [tcp:www.test-ipv6.com:443]
...
$ dig +short @2001:4860:4860::8888 AAAA www.test-ipv6.com
# show nothing

It shows that www.test-ipv6.com doesn't have one ipv6 address.

Although the unavailability of ipv6 address for www.test-ipv6.com may not influence the strategy, I used one ipv4 server and the ipv4 dns server address, the above issue is still there. Hope the added infos can help someone who can help me with the problem to understand my issue more.

from domain-list-community.

Loyalsoldier avatar Loyalsoldier commented on June 9, 2024

You are using V2Ray v4 configuration, but it has been changed in V2Ray v5 version. More details here: https://www.v2fly.org/v5/config/router.html

BTW, the official website is https://www.v2fly.org

from domain-list-community.

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.