copyleft [none/use name]

  • 0 Posts
  • 4 Comments
Joined 5 years ago
cake
Cake day: November 13th, 2020

help-circle
  • On a technical level you could blackhole any DNS request on that network by running your own recursive resolver (i use unbound) and using these DHCP options Use these DHCP options in your openwrt admin panel which is about the best you can do for HTTPS as best I can tell (I wanted to do something similar to this but couldn’t get further than that). Then you could redirect every domain resolution to 65.109.101.238 (marxists.org currently), but I lack the knowledge on how to make anything in the URLPath portion properly resolve. Like example.com/where-to-buy-a-tent would just be rendered up as 65.109.101.238/where-to-buy-a-tent.

    (If anyone was wondering and wants to help bridge the gap in my knowledge I wanted to make reddit-logo resolve to old.reddit-logo automatically without a browser plugin on all devices but that isn’t at the DNS level.)