AUCapture icon indicating copy to clipboard operation
AUCapture copied to clipboard

After VPN is enabled, the Internet cannot be accessed

Open bloodspasm opened this issue 2 years ago • 1 comments

After VPN is enabled, the Internet cannot be accessed

bloodspasm avatar Mar 25 '22 09:03 bloodspasm

@bloodspasm I think the reason is TCP packets are not handled in the codebase.

private func handleTCPPacket(_ packet: IPPacket) {
    // For now, for the sake of simplicity, TCP packets are not handled.
}

But based on the logs, the UDP for DNS is working.

stonezhl avatar Jul 05 '22 01:07 stonezhl