From 0324d4a5d95667ef5c05dfc69507a142164e9f44 Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Mon, 13 Feb 2023 13:01:36 +0800 Subject: [PATCH] docs(README): TODO --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9fb742..bd0b8dc 100644 --- a/README.md +++ b/README.md @@ -135,4 +135,6 @@ See [example.dae](https://github.com/v2rayA/dae/blob/main/example.dae). But the problem is, after the Linux network stack, before entering the network card, we modify the source IP of this packet, causing the Linux network stack to only make a simple checksum, and the NIC also assumes that this packet is not sent from local, so no further checksum completing. 1. MACv2 extension extraction. 1. Log to userspace. +1. Protocol-oriented node features detecting, such as full-cone (especially VMess and VLESS). +1. DNS traffic split. 1. ...