<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blog - NullPrivate Tech Sharing &amp; Product Updates on NullPrivate</title><link>https://www.nullprivate.com/en-us/blog/</link><description>Recent content in Blog - NullPrivate Tech Sharing &amp; Product Updates on NullPrivate</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Wed, 11 Feb 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://www.nullprivate.com/en-us/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>NingPing Ad-Block: DNS-Based Intelligent Ad-Filtering Solution</title><link>https://www.nullprivate.com/en-us/blog/2025/08/18/ningping-ad-block-dns-based-intelligent-ad-filtering-solution/</link><pubDate>Mon, 18 Aug 2025 10:00:00 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2025/08/18/ningping-ad-block-dns-based-intelligent-ad-filtering-solution/</guid><description>&lt;p&gt;In today’s digital era, advertising has become an integral part of the internet ecosystem, yet excessive ads not only degrade user experience but also pose privacy risks. NingPing (NullPrivate), a DNS service focused on privacy protection, adopts DNS-filtering technology similar to AdGuard Home to provide users with an effective ad-blocking solution.&lt;/p&gt;
&lt;h2 id="how-ningping-ad-block-works"&gt;How NingPing Ad-Block Works&lt;/h2&gt;
&lt;p&gt;NingPing’s ad-blocking relies on DNS (Domain Name System) filtering. The workflow is as follows:&lt;/p&gt;
&lt;pre class="mermaid"&gt;flowchart TB
 A[User Device] --&amp;gt; B{DNS Query}
 B --&amp;gt; C[NingPing DNS Server]
 C --&amp;gt; D[Query Domain Database]
 D --&amp;gt; E{Ad or Tracker Domain?}
 E --&amp;gt;|Yes| F[Return Null or Loopback]
 E --&amp;gt;|No| G[Return Correct IP]
 F --&amp;gt; H[Block Ad Load]
 G --&amp;gt; I[Normal Site Access]&lt;/pre&gt;
&lt;h3 id="dns-request-monitoring"&gt;DNS Request Monitoring&lt;/h3&gt;
&lt;p&gt;When your device tries to visit a website, it first queries the DNS server for the domain’s IP address. Acting as your primary DNS server, NingPing receives and analyzes these queries.&lt;/p&gt;</description></item><item><title>Technical Comparison of DoH vs DoT</title><link>https://www.nullprivate.com/en-us/blog/2026/02/11/doh-vs-dot-comparison/</link><pubDate>Wed, 11 Feb 2026 00:00:00 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2026/02/11/doh-vs-dot-comparison/</guid><description>&lt;p&gt;DNS over HTTPS (DoH) and DNS over TLS (DoT) are two common encrypted DNS transmission methods that implement secure DNS queries through different protocol stacks. DoT is standardized by &lt;a href="https://datatracker.ietf.org/doc/html/rfc7858"&gt;RFC 7858&lt;/a&gt;, while DoH is standardized by &lt;a href="https://datatracker.ietf.org/doc/html/rfc8484"&gt;DNS Queries over HTTPS (DoH)&lt;/a&gt;. To understand the fundamental differences between these two technologies, we must analyze them from the perspective of network protocol hierarchy.&lt;/p&gt;
&lt;h2 id="network-protocol-hierarchy"&gt;Network Protocol Hierarchy&lt;/h2&gt;
&lt;p&gt;Modern network protocol stacks adopt a layered design, with each layer providing distinct functionalities. DNS, as an application-layer protocol, isn&amp;rsquo;t bound to any specific transport method and can operate over various carrier protocols.&lt;/p&gt;</description></item><item><title>DNS Privacy Protection and User Profiling Mitigation Strategies</title><link>https://www.nullprivate.com/en-us/blog/2025/10/09/dns-privacy-protection-and-user-profiling-mitigation-strategies/</link><pubDate>Thu, 09 Oct 2025 22:00:00 +0000</pubDate><guid>https://www.nullprivate.com/en-us/blog/2025/10/09/dns-privacy-protection-and-user-profiling-mitigation-strategies/</guid><description>&lt;h1 id="dns-privacy-protection-and-user-profiling-mitigation-strategies"&gt;DNS Privacy Protection and User Profiling Mitigation Strategies&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;Audience: Engineers/Operators/Security Professionals concerned with network privacy and data governance&lt;br&gt;
Keywords: Stub resolver, Recursive resolution, Authoritative server, QNAME minimization, ECS, DNSSEC, DoT/DoH/DoQ&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="background-and-problem-overview"&gt;Background and Problem Overview&lt;/h2&gt;
&lt;p&gt;In the digital age, users&amp;rsquo; online behavioral data has become crucial for enterprises to construct user profiles. As a core component of internet infrastructure, the Domain Name System (DNS) performs the critical task of converting human-readable domain names into machine-readable IP addresses during daily network activities. However, traditional DNS queries are typically transmitted in plaintext over UDP port 53, making users&amp;rsquo; browsing history, application usage patterns, and other sensitive information vulnerable to collection and analysis by network operators, ISPs, and various intermediaries.&lt;/p&gt;</description></item><item><title>Deep Dive: NullPrivate DNS Proxy – Bypass Restrictions and Safeguard Privacy</title><link>https://www.nullprivate.com/en-us/blog/2025/08/25/deep-dive-nullprivate-dns-proxy-bypass-restrictions-and-safeguard-privacy/</link><pubDate>Mon, 25 Aug 2025 19:27:18 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2025/08/25/deep-dive-nullprivate-dns-proxy-bypass-restrictions-and-safeguard-privacy/</guid><description>&lt;h2 id="-dns-proxy-deep-dive"&gt;🌐 DNS Proxy Deep Dive&lt;/h2&gt;
&lt;p&gt;In today’s complex network landscape, traditional DNS services often hit numerous roadblocks. NullPrivate DNS now fully supports upstream DNS proxying, giving users a more flexible and secure browsing experience.&lt;/p&gt;
&lt;h3 id="why-you-need-dns-proxying"&gt;Why You Need DNS Proxying&lt;/h3&gt;
&lt;p&gt;In some environments—corporate networks, campus networks, or region-specific setups—direct access to upstream DNS servers can face these issues:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Network Restrictions&lt;/strong&gt;: DNS servers like 1.1.1.1 or 8.8.8.8 may be blocked by firewalls&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;ISP Interference&lt;/strong&gt;: Carriers can redirect or poison DNS queries&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Geo-blocking&lt;/strong&gt;: DNS services in certain regions may be inaccessible&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Privacy Concerns&lt;/strong&gt;: You may need to hide your real IP behind a proxy&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="-core-features"&gt;🚀 Core Features&lt;/h2&gt;
&lt;h3 id="doh--dot-proxy-support"&gt;DoH &amp;amp; DoT Proxy Support&lt;/h3&gt;
&lt;p&gt;Built on AdGuard Home and heavily customized, NullPrivate DNS adds these key capabilities:&lt;/p&gt;</description></item><item><title>Rebranding Announcement for AdGuardPrivate</title><link>https://www.nullprivate.com/en-us/blog/2025/08/11/rebranding-announcement-for-adguardprivate/</link><pubDate>Mon, 11 Aug 2025 11:58:20 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2025/08/11/rebranding-announcement-for-adguardprivate/</guid><description>&lt;p&gt;We recently received a notice from AdGuard stating that &amp;ldquo;AdGuard&amp;rdquo; is a registered trademark and may not be used without authorization, even with prefixes or suffixes, as such usage could constitute infringement. To avoid legal risks, our service has been officially renamed &amp;ldquo;NullPrivate&amp;rdquo;.&lt;/p&gt;
&lt;p&gt;For existing users, your service remains completely unaffected. We will continue to serve you via the adguardprivate.com domain; only the official website and contact information will be migrated.&lt;/p&gt;</description></item><item><title>Added DDNS Feature</title><link>https://www.nullprivate.com/en-us/blog/2025/07/21/added-ddns-feature/</link><pubDate>Mon, 21 Jul 2025 14:15:47 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2025/07/21/added-ddns-feature/</guid><description>&lt;p&gt;If you already have a NullPrivate service, you can now use the DDNS feature.&lt;/p&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;NullPrivate has open-sourced the DDNS script. This dynamic DNS (DDNS) is designed to provide a simple method for quickly setting up private dynamic DNS without purchasing a domain name. This DDNS script was specifically developed for &lt;a href="https://nullprivate.com"&gt;nullprivate.com&lt;/a&gt;. By leveraging NullPrivate&amp;rsquo;s core functionality, you can seamlessly implement this feature.&lt;/p&gt;
&lt;h2 id="usage"&gt;Usage&lt;/h2&gt;
&lt;p&gt;&lt;img src="https://www.nullprivate.com/images/blog-add-feature-ddns-nullprivate-ddns-example.webp" alt="nullprivate-ddns"&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ensure NullPrivate is deployed and running.&lt;/li&gt;
&lt;li&gt;Navigate to DNS Rewrite and download the DDNS script.&lt;/li&gt;
&lt;li&gt;Run the script.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Windows&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Better ECS Support</title><link>https://www.nullprivate.com/en-us/blog/2025/03/10/better-ecs-support/</link><pubDate>Mon, 10 Mar 2025 13:15:51 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2025/03/10/better-ecs-support/</guid><description>&lt;p&gt;To provide the best DNS resolution experience, we have preset some recommended configurations, but there is still one setting that requires your attention: “EDNS Client Subnet”.&lt;/p&gt;
&lt;h2 id="enable-edns-client-subnet-ecs"&gt;Enable EDNS Client Subnet (ECS)&lt;/h2&gt;
&lt;p&gt;For an even better experience, you may want the DNS server to return the server IP closest to your geographic location. &lt;code&gt;EDNS Client Subnet (ECS)&lt;/code&gt; makes this possible. It allows sending a subnet containing geolocation information to the DNS server so that the server can return the optimal DNS resolution result.&lt;/p&gt;</description></item><item><title>NullPrivate - Enhanced DNS Service Based on AdGuard Home</title><link>https://www.nullprivate.com/en-us/blog/2025/01/20/nullprivate-enhanced-dns-service-based-on-adguard-home/</link><pubDate>Mon, 20 Jan 2025 19:36:59 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2025/01/20/nullprivate-enhanced-dns-service-based-on-adguard-home/</guid><description>&lt;h1 id="nullprivate-privacy-first-dns-service"&gt;NullPrivate: Privacy-First DNS Service&lt;/h1&gt;
&lt;p&gt;Visit the official site to learn more: &lt;a href="https://www.nullprivate.com"&gt;NullPrivate&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This project is a secondary development based on &lt;code&gt;AdGuard Home&lt;/code&gt; and follows the &lt;code&gt;GPL 3.0&lt;/code&gt; open-source license.&lt;/p&gt;
&lt;p&gt;Source code is open at: &lt;a href="https://github.com/NullPrivate/NullPrivate"&gt;GitHub - NullPrivate/NullPrivate&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="enhanced-features"&gt;Enhanced Features&lt;/h2&gt;
&lt;p&gt;Compared to the original AdGuard Home, we have added the following capabilities:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;📜 Automated SSL Certificate Management
&lt;ul&gt;
&lt;li&gt;Automatic certificate issuance and renewal&lt;/li&gt;
&lt;li&gt;Support for wildcard certificate configuration&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🛡️ Enhanced Security Features
&lt;ul&gt;
&lt;li&gt;Intelligent rate-limiting protection&lt;/li&gt;
&lt;li&gt;Optimized access experience for mainland China&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;⚙️ Optimized System Configuration
&lt;ul&gt;
&lt;li&gt;DHCP service disabled to focus on DNS functionality&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🔄 DDNS Support&lt;/li&gt;
&lt;li&gt;🌉 Proxy Support
&lt;ul&gt;
&lt;li&gt;Download configuration files via proxy&lt;/li&gt;
&lt;li&gt;DoH/DoT proxy support&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;🚦 DNS Split-Horizon Support&lt;/li&gt;
&lt;li&gt;🚫 Anti-addiction App List Support&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="managed-service-advantages"&gt;Managed Service Advantages&lt;/h2&gt;
&lt;p&gt;We provide a professional DNS hosting service with the following characteristics:&lt;/p&gt;</description></item><item><title>Full Support for HTTP/3 Protocol</title><link>https://www.nullprivate.com/en-us/blog/2025/01/15/full-support-for-http/3-protocol/</link><pubDate>Wed, 15 Jan 2025 10:40:29 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2025/01/15/full-support-for-http/3-protocol/</guid><description>&lt;p&gt;NullPrivate has fully implemented support for the HTTP/3 protocol. All existing users will be automatically upgraded to enjoy the performance improvements brought by HTTP/3 without requiring any additional configuration.&lt;/p&gt;
&lt;h2 id="important-update-notes"&gt;Important Update Notes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;iOS Users&lt;/strong&gt;: Can now directly use HTTP/3 via DoH protocol for lower network latency&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Android Users&lt;/strong&gt;: Due to system limitations, DoT protocol is still used; support will be added after future Google updates&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Performance Improvement&lt;/strong&gt;: Significantly faster initial response time compared to HTTP/2 with quicker connection establishment&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Smart Fallback&lt;/strong&gt;: Automatically switches to HTTP/2 in network environments without HTTP/3 support to ensure service stability&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="https://www.nullprivate.com/images/blog-add-http3-support-202501151042700.png" alt="h3 access"&gt;&lt;/p&gt;</description></item><item><title>Introducing Custom Client Name Feature</title><link>https://www.nullprivate.com/en-us/blog/2024/12/29/introducing-custom-client-name-feature/</link><pubDate>Sun, 29 Dec 2024 14:01:19 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2024/12/29/introducing-custom-client-name-feature/</guid><description>&lt;h2 id="feature-overview"&gt;Feature Overview&lt;/h2&gt;
&lt;p&gt;To enhance user experience, NullPrivate now supports custom client naming. This feature enables you to set unique identifiers for different devices, making device management more intuitive and convenient.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://www.nullprivate.com/images/blog-add-customize-client-name-Sgg2AdobuU.png" alt="Client Management Interface"&gt;&lt;/p&gt;
&lt;h2 id="configuration-guide"&gt;Configuration Guide&lt;/h2&gt;
&lt;p&gt;Configuration methods vary slightly depending on device type:&lt;/p&gt;
&lt;h3 id="android-devices"&gt;Android Devices&lt;/h3&gt;
&lt;p&gt;Simply add a custom prefix before the domain name using this format:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;{device-name}.{original-domain}
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Example: &lt;code&gt;xiaomi-15pro.xxxxxxxx.nullprivate.com&lt;/code&gt;&lt;/p&gt;
&lt;h3 id="ios-devices"&gt;iOS Devices&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to the &amp;ldquo;Setup Guide&amp;rdquo; page&lt;/li&gt;
&lt;li&gt;Enter your custom name in the &amp;ldquo;Client ID&amp;rdquo; field&lt;/li&gt;
&lt;li&gt;Download and apply the new configuration profile&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;img src="https://www.nullprivate.com/images/blog-add-customize-client-name-202412291426394.png" alt="iOS Configuration Interface"&gt;&lt;/p&gt;</description></item><item><title>The Necessity of Ad Blocking: Safeguarding Attention and Privacy in the Digital Age</title><link>https://www.nullprivate.com/en-us/blog/2024/12/04/the-necessity-of-ad-blocking-safeguarding-attention-and-privacy-in-the-digital-age/</link><pubDate>Wed, 04 Dec 2024 11:33:11 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2024/12/04/the-necessity-of-ad-blocking-safeguarding-attention-and-privacy-in-the-digital-age/</guid><description>&lt;h2 id="deconstructing-the-modern-advertising-ecosystem"&gt;Deconstructing the Modern Advertising Ecosystem&lt;/h2&gt;
&lt;h3 id="the-advertiser-profit-model"&gt;The Advertiser Profit Model&lt;/h3&gt;
&lt;p&gt;The contemporary advertising system rests on a complex chain of interests:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Advertisers connect marketers and users through media platforms&lt;/li&gt;
&lt;li&gt;Revenue comes from marketers’ placement fees, not from users&lt;/li&gt;
&lt;li&gt;The goal is to maximize “conversion rates”—turning ad viewers into paying customers&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="the-battle-for-conversion"&gt;The Battle for Conversion&lt;/h3&gt;
&lt;p&gt;In this war for attention:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Higher conversion rates translate into higher ad prices&lt;/li&gt;
&lt;li&gt;Ad-delivery efficiency directly affects revenue&lt;/li&gt;
&lt;li&gt;“Personalized targeting” has become the core strategy for boosting conversions&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="the-truth-behind-personalized-ads"&gt;The Truth Behind Personalized Ads&lt;/h2&gt;
&lt;h3 id="the-depth-of-data-collection"&gt;The Depth of Data Collection&lt;/h3&gt;
&lt;p&gt;Modern ad systems harvest user information through multiple channels:&lt;/p&gt;</description></item><item><title>Service Resource Optimization Strategy Guide</title><link>https://www.nullprivate.com/en-us/blog/2024/12/02/service-resource-optimization-strategy-guide/</link><pubDate>Mon, 02 Dec 2024 16:12:46 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2024/12/02/service-resource-optimization-strategy-guide/</guid><description>&lt;h2 id="background"&gt;Background&lt;/h2&gt;
&lt;p&gt;As user numbers grow and feature demands increase, we have observed that certain high-resource-consumption configuration options can lead to service instability. To ensure service quality, we conducted an in-depth analysis and formulated a corresponding optimization plan.&lt;/p&gt;
&lt;h2 id="resource-optimization-strategy"&gt;Resource Optimization Strategy&lt;/h2&gt;
&lt;h3 id="1-filter-update-mechanism-optimization"&gt;1. Filter Update Mechanism Optimization&lt;/h3&gt;
&lt;h4 id="current-situation"&gt;Current Situation&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;Some users have configured &lt;strong&gt;hourly filter updates&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;Each update requires a full download-parse-deduplication cycle&lt;/li&gt;
&lt;li&gt;International bandwidth limitations prolong update times&lt;/li&gt;
&lt;li&gt;Server resources remain under continuous high load&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id="optimization-plan"&gt;Optimization Plan&lt;/h4&gt;
&lt;p&gt;We have adjusted the minimum update interval to 72 hours for the following reasons:&lt;/p&gt;</description></item><item><title>Basic Memory Limit Adjustment</title><link>https://www.nullprivate.com/en-us/blog/2024/11/29/basic-memory-limit-adjustment/</link><pubDate>Fri, 29 Nov 2024 16:01:48 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2024/11/29/basic-memory-limit-adjustment/</guid><description>&lt;p&gt;Some users’ environments restart frequently; checking the logs shows the exit reason is memory usage hitting the 300 MB limit, causing a forced shutdown.&lt;/p&gt;
&lt;p&gt;We are now raising the per-container limit to 500 MB to alleviate the restart issue.&lt;/p&gt;
&lt;p&gt;If your environment experiences login or restart problems, please don’t hesitate to contact us at any time—solving customer issues is our responsibility.&lt;/p&gt;

 &lt;h3&gt;Need help?&lt;/h3&gt;
&lt;p&gt;
 Contact on WeChat
 &lt;span style="font-weight: bolder; color: #ae0000;"&gt;private6688&lt;/span&gt;
 &lt;br&gt; 
 &lt;span&gt;or&lt;/span&gt;
 Send email
 
 &lt;a href="mailto:service1@nullprivate.com" style="font-weight: bolder; color: #ae0000;"&gt;
 service1@nullprivate.com
 &lt;/a&gt;
 &lt;br&gt;
 Please describe your issue in detail, and we will respond as soon as possible.
&lt;/p&gt;</description></item><item><title>Always Here to Support You</title><link>https://www.nullprivate.com/en-us/blog/2024/11/20/always-here-to-support-you/</link><pubDate>Wed, 20 Nov 2024 15:30:12 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2024/11/20/always-here-to-support-you/</guid><description>&lt;h2 id="quick-start-guide"&gt;Quick Start Guide&lt;/h2&gt;
&lt;p&gt;To help you get up and running with our service as smoothly as possible, we’ve prepared a detailed &lt;a href="https://www.nullprivate.com/docs/startup/"&gt;User Guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="thoughtful-support-service"&gt;Thoughtful Support Service&lt;/h2&gt;
&lt;h3 id="personalized-guidance"&gt;Personalized Guidance&lt;/h3&gt;
&lt;p&gt;We understand that new users may face challenges when first getting started. Therefore, we:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Continuously refine the structure of our product documentation&lt;/li&gt;
&lt;li&gt;Provide clear configuration guides&lt;/li&gt;
&lt;li&gt;Have prepared an extensive FAQ&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="timely-response"&gt;Timely Response&lt;/h3&gt;
&lt;p&gt;While we employ a registration-free system to protect user privacy, that does not compromise the support we provide. You can reach us through the following channels:&lt;/p&gt;</description></item><item><title>How to Set Up a Dedicated Link</title><link>https://www.nullprivate.com/en-us/blog/2024/10/29/how-to-set-up-a-dedicated-link/</link><pubDate>Tue, 29 Oct 2024 11:51:06 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2024/10/29/how-to-set-up-a-dedicated-link/</guid><description>&lt;p&gt;Some paid AdGuard Home services provide a dedicated link but do not allow users to access the admin panel; the provider manages the rules on their behalf.&lt;/p&gt;
&lt;p&gt;This indicates that they do not offer a private admin backend; the service is simply delivered through a domain-based reverse proxy, keeping costs relatively low.&lt;/p&gt;
&lt;p&gt;You need to rent a server to run AdGuard Home and configure an Nginx reverse proxy to achieve this functionality.&lt;/p&gt;</description></item><item><title>All-new Upgrade – Enhanced Ad-blocking Rules</title><link>https://www.nullprivate.com/en-us/blog/2024/10/28/all-new-upgrade-enhanced-ad-blocking-rules/</link><pubDate>Mon, 28 Oct 2024 22:13:55 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2024/10/28/all-new-upgrade-enhanced-ad-blocking-rules/</guid><description>&lt;h2 id="rule-update-notes"&gt;Rule Update Notes&lt;/h2&gt;
&lt;p&gt;To meet users’ demand for more robust ad blocking, we’ve completely overhauled our filtering rule strategy. The new version significantly improves ad-filtering effectiveness while keeping false-positives low. This update stems from user feedback; on the premise of ensuring normal website access, we have added more precise interception rules.&lt;/p&gt;
&lt;h2 id="rule-list-overview"&gt;Rule List Overview&lt;/h2&gt;
&lt;p&gt;We have compiled the following professional rule lists; you can choose the ones that fit your needs:&lt;/p&gt;</description></item><item><title>Trial Service Details</title><link>https://www.nullprivate.com/en-us/blog/2024/10/28/trial-service-details/</link><pubDate>Mon, 28 Oct 2024 11:27:15 +0800</pubDate><guid>https://www.nullprivate.com/en-us/blog/2024/10/28/trial-service-details/</guid><description>&lt;p&gt;As a provider focused on delivering custom ad-filtering rules, we understand the considerations users have when choosing a service. Although our operating costs are high, we remain committed to giving users maximum customization flexibility.&lt;/p&gt;
&lt;p&gt;To let you fully appreciate the value of our service, we’ve launched an exceptional trial plan. This version includes all premium features and is identical to the paid service, allowing you to experience the unique advantages of customized filtering with zero risk.&lt;/p&gt;</description></item></channel></rss>