diff --git a/README.md b/README.md index 851bf49..82990b8 100644 --- a/README.md +++ b/README.md @@ -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. 1. MACv2 extension extraction. 1. Log to userspace. -1. Support include section. 1. Subscription section supports key. And support to filter by subscription key. 1. ... diff --git a/example.dae b/example.dae index 3fa2361..b2ad2a0 100644 --- a/example.dae +++ b/example.dae @@ -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. # 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 pname(firefox) && domain(ip.sb) -> direct