Closed Kimiblock closed 1 month ago
The log does not show any incoming IPv6 connections. Please ensure that you are correctly sending the IPv6 connection to the kernel, or please use TUN
Hm, "enable_ipv6": true
should be enough. What should I do to verify it.
Hm,
"enable_ipv6": true
should be enough. What should I do to verify it.
Try using 2001:4860:4860::8844
for testing
Or use tun directly, this is not a problem directly caused by the core
U mean dig @2001:4860:4860::8844
or cURL that address?
U mean
dig @2001:4860:4860::8844
or cURL that address?
dig @2001:4860:4860::8844
That yields ;; communications error to 2001:4860:4860::8844#53: timed out
That yields
;; communications error to 2001:4860:4860::8844#53: timed out
View core log
The flow should first be ensured to enter the core; otherwise, this should be an issue with the middleware, not the core
I don't see anything related. Might have to inspect it further
Verify steps
Operating System
No response
System Version
Arch Linux rolling
Mihomo Version
Configuration File
Description
dig @1.1.1.1 google.com
correctly returnsbut
for IPv6, hijacking does not work
Reproduction Steps
Use cgproxy to do transparant proxy. Configuration is stored here.
Logs