wordlesswind
Occasional Visitor
Hello,
I note that Asuswrt-Merlin has disabled ECS.
But is this disabled by setting the subnet to 0.0.0.0/0?
Because I have experienced problems with the use of.
The DoT server I'm using (dot.pub) seems to treat 0.0.0.0/0 as a normal ECS message.
It then returns an ECS message which causes the site's diversion to be set incorrectly.
For example vip1.loli.io will return CNAME vip1-cdn-jp1.loli.io for requests from Chinese mainland.
However, because of the /0 ECS message, the server returns information about the default line.
So is there a way to disable ECS without setting the subnet to 0.0.0.0/0?
Or is there an easy way to enable ECS?
Best regards,
wordlesswind
[Beta] Asuswrt-Merlin 384.11 Beta is now available
I can confirm that the latest beta and traceroute works as intended on my AX88U
www.snbforums.com
But is this disabled by setting the subnet to 0.0.0.0/0?
Because I have experienced problems with the use of.
Code:
dig "@router.asus.com" o-o.myaddr.google.com TXT
; <<>> DiG 9.16.34 <<>> @router.asus.com o-o.myaddr.google.com TXT
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31621
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;o-o.myaddr.google.com. IN TXT
;; ANSWER SECTION:
o-o.myaddr.google.com. 180 IN TXT "edns0-client-subnet 120.204.17.12/0"
o-o.myaddr.google.com. 180 IN TXT "120.204.17.12"
;; Query time: 525 msec
;; SERVER: 192.168.50.1#53(192.168.50.1)
;; WHEN: Mon Dec 05 22:13:08 ;; MSG SIZE rcvd: 124
The DoT server I'm using (dot.pub) seems to treat 0.0.0.0/0 as a normal ECS message.
It then returns an ECS message which causes the site's diversion to be set incorrectly.
For example vip1.loli.io will return CNAME vip1-cdn-jp1.loli.io for requests from Chinese mainland.
However, because of the /0 ECS message, the server returns information about the default line.
Code:
dig '@router.asus.com' vip1.loli.io
; <<>> DiG 9.16.34 <<>> @router.asus.com vip1.loli.io
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 15800
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1280
;; QUESTION SECTION:
;vip1.loli.io. IN A
;; ANSWER SECTION:
vip1.loli.io. 582 IN CNAME vip1.loli.io.cdn.cloudflare.net.
vip1.loli.io.cdn.cloudflare.net. 282 IN A 172.67.214.101
vip1.loli.io.cdn.cloudflare.net. 282 IN A 104.21.86.31
;; Query time: 9 msec
;; SERVER: 192.168.50.1#53(192.168.50.1)
;; WHEN: Mon Dec 05 22:30:02 ;; MSG SIZE rcvd: 118
So is there a way to disable ECS without setting the subnet to 0.0.0.0/0?
Or is there an easy way to enable ECS?
Best regards,
wordlesswind
Last edited: