mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-03 13:31:00 +07:00
README
This commit is contained in:
parent
af743cd1c6
commit
f7d692b077
@ -121,6 +121,5 @@ 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.
|
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. MACv2 extension extraction.
|
||||||
1. Log to userspace.
|
1. Log to userspace.
|
||||||
1. Support include section.
|
|
||||||
1. Subscription section supports key. And support to filter by subscription key.
|
1. Subscription section supports key. And support to filter by subscription key.
|
||||||
1. ...
|
1. ...
|
||||||
|
@ -76,7 +76,7 @@ routing {
|
|||||||
ip(geoip:private, 224.0.0.0/3, 'ff00::/8') -> direct # Put it first unless you know what you're doing.
|
ip(geoip:private, 224.0.0.0/3, 'ff00::/8') -> direct # Put it first unless you know what you're doing.
|
||||||
# Write your rules below.
|
# Write your rules below.
|
||||||
|
|
||||||
# dae arms DNS rush-answer filter so we can use 8.8.8.8 regardless of DNS pollution.
|
# dae arms DNS rush-answer filter so we can use dns.google regardless of DNS pollution.
|
||||||
domain(full:dns.google) && port(53) -> direct
|
domain(full:dns.google) && port(53) -> direct
|
||||||
|
|
||||||
pname(firefox) && domain(ip.sb) -> direct
|
pname(firefox) && domain(ip.sb) -> direct
|
||||||
|
Loading…
Reference in New Issue
Block a user