<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web on LEl_FENG Blog</title><link>https://blog.xpdbk.com/en/tags/web/</link><description>Recent content in Web on LEl_FENG Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>LEl_FENG Copyright</copyright><lastBuildDate>Thu, 18 Apr 2024 13:29:19 +0700</lastBuildDate><atom:link href="https://blog.xpdbk.com/en/tags/web/index.xml" rel="self" type="application/rss+xml"/><item><title>Personal Website Record-Filing: From Idea to Burial</title><link>https://blog.xpdbk.com/en/posts/beian-website/</link><pubDate>Thu, 18 Apr 2024 13:29:19 +0700</pubDate><guid>https://blog.xpdbk.com/en/posts/beian-website/</guid><description>&lt;blockquote>
&lt;p>&lt;strong>TL;DR / [Geek Summary]:&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>Regulatory Trade-offs: Analyzing the Mainland China ICP record-filing system; weighing speed gains (CDN/domestic host) against privacy exposure.&lt;/li>
&lt;li>Risk Profiling: Exposing doxing risks from public ID records and the impact of strict keyword censorship on personal creative freedom.&lt;/li>
&lt;li>The Geek Path: A blueprint for building &amp;ldquo;filing-immune&amp;rdquo; sites using international registrars, PayPal, and offshore servers to maintain autonomy.&lt;/li>
&lt;/ul>
&lt;/blockquote>
&lt;h1 id="what-is-record-filing">
&lt;a href="#what-is-record-filing" class="heading-anchor" aria-label="Anchor for What is Record-Filing?">#&lt;/a>
What is Record-Filing?
&lt;/h1>
&lt;p>&lt;strong>Q: What is &amp;ldquo;Mainland China Website Record-Filing&amp;rdquo; (ICP License)?&lt;/strong>&lt;/p>
&lt;p>&lt;strong>A:&lt;/strong> Website record-filing is a license required to operate a website in Mainland China. It determines whether you can host and run a website within its borders.&lt;/p>
&lt;h3 id="why-is-record-filing-required">
&lt;a href="#why-is-record-filing-required" class="heading-anchor" aria-label="Anchor for Why is Record-Filing Required?">#&lt;/a>
Why is Record-Filing Required?
&lt;/h3>
&lt;p>According to the regulations of the &lt;strong>Ministry of Industry and Information Technology (MIIT)&lt;/strong> of Mainland China, websites hosted in Mainland China (whether on home broadband or through service providers) must undergo record-filing. Websites that are not filed will have their resolution forcibly blocked.&lt;/p>
&lt;h2 id="are-unfiled-websites-impossible-to-open">
&lt;a href="#are-unfiled-websites-impossible-to-open" class="heading-anchor" aria-label="Anchor for Are Unfiled Websites Impossible to Open?">#&lt;/a>
Are Unfiled Websites Impossible to Open?
&lt;/h2>
&lt;p>It&amp;rsquo;s found that unfiled servers in Mainland China can sometimes be accessed via &lt;code>IP + port&lt;/code> directly. However, if traffic is high, service providers will use &lt;strong>DPI (Deep Packet Inspection)&lt;/strong> to detect the site and suspend the service, often without a refund.&lt;/p>
&lt;p>Can&amp;rsquo;t unfiled domains be opened? Not exactly. If the domain is registered outside of Mainland China, you can point it to a domestic Chinese server, but the service provider will still suspend the service once they detect unfiled traffic.&lt;/p>
&lt;h3 id="its-a-bit-troublesome">
&lt;a href="#its-a-bit-troublesome" class="heading-anchor" aria-label="Anchor for It&amp;amp;rsquo;s a Bit Troublesome">#&lt;/a>
It&amp;rsquo;s a Bit Troublesome
&lt;/h3>
&lt;p>The rule is: &lt;code>You must file through the service provider where you purchased your hosting. You need to prepare a domain, a cloud server or virtual host, and filing materials. The provider reviews the materials and submits them to MIIT. The review process takes about 20 working days.&lt;/code>&lt;/p>
&lt;p>While many people go through this process, a 20-working-day wait is long. If the review fails, you have to resubmit and wait another 20 days. Your website&amp;rsquo;s momentum could be lost before it&amp;rsquo;s even officially filed.&lt;/p>
&lt;h3 id="what-happens-after-record-filing">
&lt;a href="#what-happens-after-record-filing" class="heading-anchor" aria-label="Anchor for What Happens After Record-Filing?">#&lt;/a>
What Happens After Record-Filing?
&lt;/h3>
&lt;h4 id="pros">
&lt;a href="#pros" class="heading-anchor" aria-label="Anchor for Pros">#&lt;/a>
Pros
&lt;/h4>
&lt;ol>
&lt;li>&lt;strong>Domestic CDN and Server Acceleration:&lt;/strong> This significantly improves access speeds for users in Mainland China. (Note: Domestic servers often have low bandwidth like 3M-5M. In case of a DDoS attack, they are often null-routed. CDNs also require strict rate limiting to avoid massive bills during an attack).&lt;/li>
&lt;li>&lt;strong>Priority in Search Engines:&lt;/strong> Baidu, 360, and Sogou tend to favor filed websites.&lt;/li>
&lt;li>&lt;strong>Domestic Ad Network Access:&lt;/strong> If you have many stable domestic users, domestic ad networks can offer better payouts than Google Ads.&lt;/li>
&lt;li>&lt;strong>Increased Credibility:&lt;/strong> It shows the site is officially recognized.&lt;/li>
&lt;/ol>
&lt;h4 id="cons">
&lt;a href="#cons" class="heading-anchor" aria-label="Anchor for Cons">#&lt;/a>
Cons
&lt;/h4>
&lt;ol>
&lt;li>&lt;strong>Privacy Risks:&lt;/strong> Since names and ID information are stored in official query systems, &amp;ldquo;human flesh searching&amp;rdquo; (doxing) becomes much easier.&lt;/li>
&lt;li>&lt;strong>Compliance Risks:&lt;/strong> Your filing can be revoked for things deemed non-compliant, such as hosting Google Ads or certain comments.&lt;/li>
&lt;li>&lt;strong>Censorship:&lt;/strong> You are required to moderate or remove comments.&lt;/li>
&lt;li>&lt;strong>Naming Restrictions:&lt;/strong> There are keyword restrictions on website names.&lt;/li>
&lt;li>&lt;strong>Footer Restrictions:&lt;/strong> You are limited in what you can add to the footer.&lt;/li>
&lt;/ol>
&lt;h2 id="how-i-avoid-record-filing">
&lt;a href="#how-i-avoid-record-filing" class="heading-anchor" aria-label="Anchor for How I Avoid Record-Filing">#&lt;/a>
How I Avoid Record-Filing
&lt;/h2>
&lt;p>I host my domains on international platforms and pay via PayPal (which offers dispute protection), and then purchase an international server to host my site.&lt;/p>
&lt;h3 id="conclusion">
&lt;a href="#conclusion" class="heading-anchor" aria-label="Anchor for Conclusion">#&lt;/a>
Conclusion
&lt;/h3>
&lt;p>If record-filing offers more benefits than drawbacks for you, then you should definitely do it. However, if you are running a personal website, I suggest avoiding this &amp;ldquo;high-end&amp;rdquo; hassle, as it can be costly and restrictive.&lt;/p></description></item></channel></rss>