source&pool
A daily wire of long-form journalism, video, and discourse — filed, tagged, and laid out flat.
VOL. I·NO. 01
TUESDAY, SEPTEMBER 15, 2026
Hacker News4024X 主题热门3967MacRumors84CNBC79YahooFinance719to5Mac69Verge53Kotaku43aihot369to5Google35IGN35NintendoLife35Gematsu30TechCrunch28Engadget27Eurogamer27BusinessInsider25NBC20Guardian20FoxBusiness18CNET17Polygon16SeekingAlpha16NPR15Fortune14Gizmodo13USAToday13CBS12Wccftech12WIRED12ArsTechnica11Investor'sBusinessDaily11SamMobile11TechPowerUp11bgr10Mashable10NintendoEverything10Notebookcheck10NewYorkPost10PushSquare10VideoGamesChronicle10ABC8AP8BleepingComputer8CNN8GameInformer8CrudeOilPricesToday8WindowsCentral8Fox7GamesIndustry.biz7PetaPixel7AppleInsider6PureXbox6Yahoo6AndroidPolice5Deadline5Motor15SeattleTimes5Hacker5Variety524/7WallSt.4AlJazeera4DigitalFoundry4DroidLife4MotleyFool4GameRant4GSMArena4InsiderGaming4Jalopnik4PCMag4ZDNET4CanonRumors3ChromeUnboxed3MyNintendo3Nature3Blizzard3XBOXWire3PCWorld3RPGSite3SouthChinaMorningPost3SlashGear3Register3TweakTown3VideoCardz3WarhammerCommunity3WindowsLatest3YGOrganization3Aftermath2AndroidAuthority2AwfulAnnouncing2BleedingCool2BuzzFeed2CTech2CoinDesk2CreativeBloq2DigitalCameraWorld2DualShockers2DW2Euronews2EventHubs2Futurism2GameDeveloper2GAMINGbible2GeekyGadgets2Hodinkee2Independent2InterestingEngineering2Lifehacker2MassivelyOverpowered2Newser2Newsshooter2Newsweek2NFL2NYT2PaulKrugman2PokémonGOHub2RoadtoVR2RockPaperShotgun2Space2Conversation2NextWeb2Tom'sGuide2UploadVR2WhatHi-Fi?2YourTango2404Media143rumors1ABC111AboveLaw1ageofempires1AndroidCentral1AndroidHeadlines1AOL1Autonocion1AVClub1Benzinga1BikeRadar1Billboard1BloodyDisgusting1Borderlands1Bungie1Yahoo!FinanceCanada1Carscoops1CineD1CnEVPost1comicbook1CyberSecurityNews1Dallas1DCRainmaker1derekthompson1CNN1en.softonic1flatpanelshd1FrequentMiler1GameFile1garymarcus.substack1GearPatrol1GeekWire1GoNintendo1Hackaday1HollywoodReporter1ImportAI1InterconnectsAI1JapanTimes1KITCO1KrebsonSecurity1KSL1LosAngelesTimes1Lloyd'sList1WPLGLocal101Macworld1Maxroll1Mediaite1MentalFloss1MiddleEastEye1MPR1SemiAnalysis1NoMan'sSky1nylon.com.sg1OregonLive1PCGamesN1PCGuide1PersonaCentral1politico.eu1PittsburghPost-Gazette1PYMNTS1QuantaMagazine1qz1SammyGuru1ScienceAlert1ScientificAmerican1Semafor1SFGATE1YahooFinanceSingapore1YahooSingapore1SportsIllustrated1SimpleFlying1Sources1supercarblondie1TechSpot1Tedium1TelecomTalk1DailyBeast1Drive1GameBusiness1TheGamer1Intercept1Times1Time+TideWatches1LongmontTimes-Call1TmoNews1TopGear1TwistedVoxel1YahooFinanceUK1UnHerd1vox1WPBF1WRAL1x1
  1. 001Hacker NewsSEP · 15English

    RFC 10023: A DNS signal for domains that are for sale

    The IETF published RFC 10023, a DNS convention allowing domain owners to signal that their registered domain is for sale using a _for-sale TXT record. The standard has quickly gained adoption with multiple tools and services already implementing support.

    By mdavids
  2. 002Hacker NewsSEP · 15English

    Nandns: Free dynamic DNS, DuckDNS-compatible, self-hostable

    Nandns is a free, self-hostable dynamic DNS service compatible with DuckDNS that allows users to create subdomains pointing to their current IP address, with automatic updates via scripts or API. The service offers a free tier with up to 6 subdomains and a premium plan for 60€/year supporting up to 100 subdomains, using Gmail-only authentication.

    By nandezgarcia
  3. 003Hacker NewsSEP · 14English

    Repology.org domain appears to be on registrar hold (resolves to 127.0.0.1)

    Repology.org domain is on registrar hold and resolves to 127.0.0.1, though the underlying server remains operational. This causes API clients like Renovate's repology datasource to fail with connection errors.

    By Repology
  4. 004Hacker NewsSEP · 13English

    DNSCrypt

    DNSCrypt is a network protocol that authenticates and encrypts DNS traffic between users and recursive name servers, preventing eavesdropping and man-in-the-middle attacks while mitigating UDP-based amplification attacks. Originally designed by Frank Denis and Yecheng Fu, it has been adopted by major public DNS resolvers including OpenDNS, Yandex, CloudNS, AdGuard, and Quad9, with implementations available across multiple operating systems.

    By st_goliath
  5. 005Hacker NewsSEP · 13English

    1.1.1.1 now supports post-quantum DNSSEC, all 2,420 bytes of it

    Cloudflare's 1.1.1.1 DNS resolver now validates post-quantum DNSSEC signatures using ML-DSA-44, a NIST-standardized algorithm, to prepare DNS infrastructure for potential quantum computing threats. The implementation addresses the challenge of handling much larger signatures (2,420 bytes) while maintaining backward compatibility with conventional algorithms.

    By Retro_Dev
  6. 006Hacker NewsSEP · 12English

    Pihole and IPv6

    A user configures Pi-hole with IPv6 support on a home network despite ISP router limitations. By enabling Router Advertisements with high preference on Pi-hole, devices prefer the local DNS server over the ISP's DNS, effectively circumventing the locked-down router's IPv6 restrictions.

    By speckx
  7. 007Hacker NewsSEP · 12English

    Show HN: Portspan – A self-hosted ngrok alternative with wildcard subdomains

    Portspan is a self-hosted ngrok alternative that exposes local development ports via predictable wildcard subdomains. It uses frp for tunneling and routing, Nginx for TLS termination, and provides setup scripts, security documentation, and client tooling for Linux servers.

    By Famasya
  8. 008Hacker NewsSEP · 12English

    A Nix store is three functions

    A Nix binary cache requires only three HTTP functions: serving nix-cache-info, narinfo metadata files, and compressed archives. GitHub Pages can host a free Nix substituter due to its permissive CORS policy, and alternative storage backends like Git or DNS can implement the same interface via HTTP proxies.

    By Tomte
  9. 009Hacker NewsSEP · 12English

    1.1.1.1 now supports post-quantum DNSSEC, all 2,420 bytes of it

    Cloudflare's 1.1.1.1 resolver now validates DNSSEC signatures using ML-DSA-44, a post-quantum algorithm standardized by NIST, to prepare DNS security for potential future threats from quantum computers. The main challenge is that ML-DSA-44 signatures are 2,420 bytes—nearly 38 times larger than current algorithms—requiring larger DNS responses while maintaining backward compatibility with older resolvers.

    By vg
  10. 010Hacker NewsSEP · 11English

    InSpectre: Open,Zero-cloud network visibility, security and container management

    InSpectre is a self-hosted network visibility and security tool that discovers devices on a LAN using ARP sweeps and passive sniffing, performs CVE scanning, enables device blocking via ARP MITM, tracks user presence, and manages Docker containers — all without cloud connectivity or agents.

    By thefunkygibbon
  11. 011Hacker NewsSEP · 11English

    Cross-App TCP Hijacking and DNS Cache Poisoning via Malicious Local App

    Researchers demonstrate that a malicious local application collaborating with a remote adversary can hijack TCP connections and poison DNS caches by inferring sensitive connection state like TCP sequence numbers and UDP source ports. The attacks exploit standard socket API calls, IP options, and OS features across Linux, Android, Windows, macOS, and iOS, with patches released by major vendors following responsible disclosure.

    By Shahar; Tamir; Klein; Amit
  12. 012Hacker NewsSEP · 11English

    Let's Encrypt Outage

    Let's Encrypt experienced an outage on September 11, 2026, caused by a DNS resolver issue in their secondary validation system that elevated Domain Control Validation failure rates. The company identified the problem and reverted the change, expecting to restore operations within 15 minutes.

    By takoid
  13. 013Hacker NewsSEP · 10English

    DNS Wildcard Detection

    This technical post explains DNS wildcard records, which match any subdomain via patterns like *.example.com, and presents three detection approaches for identifying them during subdomain enumeration in bug bounty hunting and CTF activities. The post details how wildcards work per RFC specifications, their interaction with load balancers, and practical methods including querying nonexistent subdomains, querying the wildcard directly, and counting returned IP addresses.

    By speckx
  14. 014Hacker NewsSEP · 10English

    A rant about phishing: It's not the user's fault (and not DNS either)

    A critique of organizational login infrastructure that makes phishing attacks nearly impossible for users to detect. The author argues that companies' use of multiple subdomains and third-party services for authentication creates URLs indistinguishable from scams, and advocates for organizations to consolidate logins under a single recognizable root domain to help users identify legitimate services.

    By speckx
  15. 015Hacker NewsSEP · 10English

    1.1.1.1 now supports post-quantum DNSSEC, all 2,420 bytes of it

    Cloudflare's 1.1.1.1 DNS resolver now validates post-quantum DNSSEC signatures using ML-DSA-44, a NIST-standardized algorithm, to prepare DNS infrastructure for potential quantum computer threats. The transition presents challenges due to the large size of post-quantum signatures (2,420 bytes) and the need to maintain backward compatibility with older resolvers during the migration.

    By HieronymusBosch
  16. 016Hacker NewsSEP · 10English

    Retune FM – Your receiver's radio, back on air

    Retune FM restores Internet Radio functionality to older Hi-Fi receivers from Denon, Marantz, Yamaha, and other brands that lost access when the vTuner directory became unavailable. Users can regain their station lists by changing a single DNS setting on their receiver to point to Retune FM's server, with a free 90-day trial followed by optional donations.

    By mkprc
  17. 017Hacker NewsSEP · 10English

    Why and how you should run your own DNS resolver

    A user configured their own DNS resolver using Unbound instead of relying on Google, Cloudflare, or their ISP to prevent those providers from tracking their web activity. After setup, they observed improved application responsiveness due to local caching and reduced DNS query times from milliseconds to microseconds.

    By immibis2
  18. 018Hacker NewsSEP · 09English

    Proxies All the Way Down

    A security researcher analyzed exe.dev after its funding round and discovered several interesting design choices, including SSH access without pre-configured keys via GitHub public key lookup, and a GitHub integration that uses a local proxy hostname to access private repositories without storing credentials on the VM.

    By dewey
  19. 019Hacker NewsSEP · 08English

    Microsoft marked the holiday by unloading 973 CVEs

    Microsoft released 973 CVEs on Patch Tuesday following Labor Day, the largest monthly release on record, including 113 Critical vulnerabilities and two confirmed exploited flaws. CVE-2026-81963, a Windows Update Stack privilege escalation being actively exploited, and CVE-2026-69730, a DNS Server remote code execution, pose immediate risks to Windows systems and domain controllers.

    By Css-; Box-Sizingborder-Box; Landon Miles
  20. 020Hacker NewsSEP · 08English

    Things to Do with Tailscale

    The article describes three practical uses of Tailscale: securely sending millions of honeypot webhooks to Splunk via a private network, running a reverse proxy with Caddy in Google Cloud to expose services with TLS encryption, and accessing a private DNS server (PiHole or Adguard Home) over Tailscale for ad-blocking and tracking prevention anywhere.

    By cyb0rg0