惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
量子位
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
Y
Y Combinator Blog
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
B
Blog
Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
博客园 - 聂微东
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks

TechSpot

Flagship Rematch: Ryzen 7 5800X3D vs. Core i9-12900K Slack chats and internal data from failed startups are finding a second life in AI training A $5 Bluetooth tracker hidden in a postcard exposed a warship's movements Leakers claim PlayStation 6 could offer at least 3x the performance of the PS5 The Mac Mini is no longer a niche product, it's local AI infrastructure IPv6 traffic reaches parity with IPv4 for the first time, Google data shows Xbox expansion cards are now cheaper than SSDs, and PC users are repurposing them Blue Origin prepares to reuse New Glenn booster in bid to challenge SpaceX Nvidia could bring back the 12GB RTX 3060 as supply issues disrupt GPU roadmap What was the first OS you ever used? SNK revives NeoGeo AES with modern upgrades and HDMI support Valve's Proton 11 beta boosts Linux gaming with better performance and classic game support Researchers warn Microsoft Defender vulnerability is already being exploited A four-day Steam freebie turned into $250,000 for an indie game AMD may relaunch Ryzen 7 5800X3D for AM4's 10th anniversary This humanoid robot can almost run as fast as a human sprinter Two New Jersey men jailed for helping North Korean IT workers infiltrate 100+ companies A $7,000 DIY radar project is taking on hardware that usually costs over $100,000 Metro 2039 is going darker than ever, launching this winter on PC and consoles Gemini arrives on macOS with a dedicated desktop app AI infrastructure boom pushes AMD, Intel and Arm to new valuation heights New self-healing material can repair itself over 1,000 times, extend the lifespan of cars and aircraft Japan's bullet train to debut high-tech private cabins, for an added fee Memory card and flash drive pricing surges 120%, with some models spiking 260% Open-source tool decrypts all private data collected by Windows Recall on Copilot PCs The 2026 PC and Console Gaming Report shows most revenue now comes from games outside the Top 20 PureMac is a new open-source macOS cleanup and app removal tool Your Airbnb host might actually be AI Steam might soon display 30-day price history for game deals Intel brings 18A process to budget laptops with new Core Series 3 CPUs
Windows Server is getting new network safety capabilities...
Alfonso Maruccia · 2026-06-13 · via TechSpot

Serving tech enthusiasts for over 25 years.
TechSpot means tech analysis and advice you can trust.

Something to look forward to: Despite being one of the most important elements in modern networking applications, the Domain Name System is still one of the internet's least secure technologies. Microsoft is looking to change the state of play by expanding the adoption of encrypted DNS traffic.

Microsoft recently announced that DNS over HTTPS (DoH) is now available on Windows Server 2025, providing encrypted DNS traffic for client-to-server communications. The feature has been available in Windows client editions for years and is now being extended to server-oriented versions of the operating system.

Microsoft notes that adding encryption support to DNS traffic can provide clear improvements in both network security and reliability. Previously available only as a public preview, the DoH feature is part of the Zero Trust architecture Microsoft is gradually implementing across its computing ecosystem. Zero Trust assumes that users and devices are not inherently trustworthy, which is why DoH adds an additional security layer by routing DNS traffic through HTTPS secured with TLS certificates.

Nearly every application, service, and workload still relies on DNS, a system that has been in use since 1985 yet continues to operate using unencrypted traffic for domain name resolution. By encrypting traffic between clients and servers, DoH can help prevent eavesdropping by malicious third parties.

Furthermore, encrypted traffic can help protect DNS data from tampering and verify the identity of the DNS server via HTTPS/TLS. Microsoft's DoH implementation is based on the IETF DNS over HTTPS standard (RFC 8484), so it should work reliably with modern clients that comply with the specification. DoH can also integrate with existing infrastructure, such as the Windows DNS Server service. When needed, unencrypted DNS traffic can continue to operate alongside DoH.

After introducing DoH in preview form, Microsoft worked with external organizations to evaluate how real-world implementations would behave. The company is now confident that the feature will deliver meaningful security improvements without placing significant additional burden on system administrators. Organizations can therefore adopt DoH at their own pace while maintaining their existing unencrypted DNS infrastructure.

DNS over HTTPS is available for Windows Server 2025 systems updated to the latest Patch Tuesday release. Microsoft provides a detailed guide on enabling and validating the feature within the Windows Server DNS service. The company also notes that DNS traffic exchanged between two DNS servers is not encrypted by DoH.