Just a stranger trying things.

  • 12 Posts
  • 378 Comments
Joined 2 年前
cake
Cake day: 2023年7月16日

help-circle



  • I have been using it for about a year. There is zero advertisement anywhere. No sponsored posts. Just pure search. And they give you quite some good tools to derank or delist websites for you to define your own quality of search results, it’s very effective. They also go the extra mile of de-ranking websites with many trackers as that apparently correlates with SEO which normally doesn’t track with result quality. It’s a very refreshing take on the web. I love it :)

    Edit: they also have an extension which allows you to search while being logged out using tokens which improves privacy, in case you want to go the extra mile.
















  • It does work. In my first edit I’m sharing multiple examples of others making it work, and I’ve made it work in some cases which I explain in my second edit. I’m not using an HTTP challenge, but a DNS challenge which is not specific to any IP address and does not require the IP address to be reachable from outside my network. I only care about accessing the endpoint from within my home network. The use of a real domain allows me to make use of the public chain of trust infrastructure and DNS allowing me to reach my homeserver using any device without having to setup any specific local DNS or installing any custom certificate on any of my devices.


  • If I put my registrar’s DNS, or cloudflare or google, it works just fine in dig, here with google:

    ; <<>> DiG 9.18.39 <<>> @8.8.8.8 mydomain.tld
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1301
    ;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 512
    ;; QUESTION SECTION:
    ;mydomain.tld.		IN	A
    
    ;; ANSWER SECTION:
    mydomain.tld.	3600	IN	A	192.168.10.20
    
    ;; Query time: 34 msec
    ;; SERVER: 8.8.8.8#53(8.8.8.8) (UDP)
    ;; WHEN: Sun Oct 05 15:51:47 CEST 2025
    ;; MSG SIZE  rcvd: 60