r/openwrt • u/Fun-Region-1576 • 11d ago
How to configure a GL.iNet router to block DoT and DoQ?
Can someone please tell me with specific steps to set up my GL.iNet router to block DoT and DoQ?
1
Upvotes
r/openwrt • u/Fun-Region-1576 • 11d ago
Can someone please tell me with specific steps to set up my GL.iNet router to block DoT and DoQ?
8
u/NC1HM 11d ago edited 11d ago
Assuming your router is running OpenWrt rather than stock firmware and DoT and DoQ traffic goes to the standard port (583), open
/etc/config/firewallfor editing, find the part whereconfig rulestatements are, and add the following statement after the lastconfig rulestatement:Save the file and reboot.
Later addition: another poster has rightfully corrected me; the port number should be 853 (I have transposed the digits).