This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:miscadmin [2024/11/03 14:28] – oemb1905 | computing:miscadmin [2024/12/07 19:48] (current) – oemb1905 | ||
---|---|---|---|
Line 375: | Line 375: | ||
sudo systemctl restart networking | sudo systemctl restart networking | ||
| | ||
- | After you restart networking, run '' | + | After you restart networking, run '' |
- | --- // | + | tcpdump -vv -x -X -s 1500 -i eth0 'port 853' |
+ | |||
+ | In order to set a policy on Chrome to stop DOT, or DNS over TLS/https, do the following: | ||
+ | |||
+ | sudo nano / | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | |||
+ | Running Debian testing/ | ||
+ | |||
+ | sudo apt-get install linux-headers-$(uname -r) | ||
+ | |||
+ | Alright .... | ||
+ | |||
+ | --- // |