Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipv6 only brook server erro #1330

Closed
catcherxuefeng opened this issue Feb 3, 2024 · 2 comments
Closed

ipv6 only brook server erro #1330

catcherxuefeng opened this issue Feb 3, 2024 · 2 comments

Comments

@catcherxuefeng
Copy link

os: debian11
brook version : 20240214
nic: only one ipv6 ip address
errolog : Feb 03 04:10:46 vps6 brook[2340908]: 2024/02/03 04:10:46 {"dst":"www.youtube.com:443","error":"no ipv4 from nic","from":"[2408:8222:b252:db80::a3d]:50584"}

use old version (20221212) no err

@txthinking
Copy link
Owner

txthinking commented Feb 3, 2024 via email

@catcherxuefeng
Copy link
Author

it looks like the default resolver returns A record, how about with this:

--dialWithDNS '[2001:4860:4860::8888]:53'
--dialWithDNSPrefer AAAA
On Sat, Feb 3, 2024 at 11:15 AM catcherxuefeng @.> wrote: os: debian11 brook version : 20240214 nic: only one ipv6 ip address errolog : Feb 03 04:10:46 vps6 brook[2340908]: 2024/02/03 04:10:46 {"dst":" www.youtube.com:443","error":"no ipv4 from nic","from":"[2408:8222:b252:db80::a3d]:50584"} use old version (20221212) no err — Reply to this email directly, view it on GitHub <#1330>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJPFTYMMDG2KVESJFMBNN3YRWTWXAVCNFSM6AAAAABCXUDBXWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEYTMMJUGY2TIMA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you, this solution can work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants