User Tools

Site Tools


computing:wyzeshyze

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:wyzeshyze [2026/09/06 01:01] oemb1905computing:wyzeshyze [2026/09/06 01:08] (current) – removed oemb1905
Line 1: Line 1:
-------------------------------------------- 
-  * **openwrt-mt6000**  
-  * **Jonathan Haack** 
-  * **Haack's Networking** 
-  * **webmaster@haacksnetworking.org** 
  
-------------------------------------------- 
- 
-//openWRT on two GL.Inet MT6000s//  
- 
-------------------------------------------- 
- 
-Let's make sure wyze is not leaking ... after dropping all 443 853 to DoH and hijacking all udp53 and sending it back to the pihole: 
- 
-  tcpdump -ni eth1 udp port 53 and '( host 8.8.8.8 or host 8.8.4.4 or host 1.1.1.1 or host 1.0.0.1 or host 9.9.9.9 )' 
-  tcpdump -ni eth1 '(tcp port 443 or tcp port 853 or udp port 853)' and '(host 8.8.8.8 or host 8.8.4.4 or host 1.1.1.1 or host 1.0.0.1 or host 9.9.9.9 )' 
-  tcpdump -ni eth1 ip6 and udp port 53 and '( host 2001:4860:4860::8888 or host 2001:4860:4860::8844 or host 2606:4700:4700::1111 or host 2606:4700:4700::1001 or host 2620:fe::fe )' 
-  tcpdump -ni eth1 ip6 and '(tcp port 443 or tcp port 853 or udp port 853)' and '( host 2001:4860:4860::8888 or host 2001:4860:4860::8844 or host 2606:4700:4700::1111 or host 2606:4700:4700::1001 or host 2620:fe::fe )' 
-   
- 
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/09/06 00:56// 
computing/wyzeshyze.1788656484.txt.gz · Last modified: by oemb1905