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 is not supported #105

Open
Dragao75 opened this issue Oct 2, 2023 · 3 comments
Open

IPv6 is not supported #105

Dragao75 opened this issue Oct 2, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@Dragao75
Copy link

Dragao75 commented Oct 2, 2023

Hi all,

I could not find any community for this :) so I am asking here :)

I am trying to run a test on our DNS server using IPv6 but I am having troubles with the syntax.

On IPv4 I used flamethrower like this: ./flame -f ~/query-sample-200k x.x.x.x

And I was trying to use it for IPv6 like this: ./flame -f ~/query-sample-200k xx:xx:xx:xx::xx
but this gives me an error: Could not parse url: https://xx:xx:xx:xx::xx

If anyone could give me a correct syntax on testing our DNS server (DNS server is on a remote machine)
Many thanks

@weyrick
Copy link
Contributor

weyrick commented Oct 3, 2023

Hi @Dragao75, we are using this third party library to parse URLs, and it does appear to support v6 so I am not sure what the problem is. Unfortunately it does not provide any error messages during the parse. I am guessing it is a minor syntax difference, or perhaps a bug in the library.

@Dragao75
Copy link
Author

Dragao75 commented Oct 3, 2023

I am just trying to test my dns server over IPv6
for ipv4 I was using ./flame -f ~/query-sample-200k

I was asuming I could do the same for ipv6 /flame -f ~/query-sample-200k but when using that sysntax I get a parse url error

@weyrick
Copy link
Contributor

weyrick commented Oct 3, 2023

Understood, yes that's the way it should work. We will flag this as a bug to be investigated.

@weyrick weyrick added the bug Something isn't working label Oct 3, 2023
@pspacek pspacek changed the title Testing IPv6 IPv6 is not supported Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants