Some U.S. states have passed laws that ban apps and websites developed by ByteDance or Tencent Holdings on state devices and networks. Yet, none of them provide a list of domains to block. If you were asked to implement this block on your network, how would you do it? And, how would you create a list of domains owned by these companies? How would you keep it up2date and accurate?
> If you were asked to implement this block on your network, how would you do it?<p>Depends. Do I want to do a good job, or do I want to comply?<p>If I just want to comply, I will ask them what to block, and block exactly that, and not care what makes it through. I'm in the network connection business, not the network blocking business, so not my problem if I did what you asked.<p>If I'm trying to block the service, then watch dns and other traffic on an otherwise clean phone, and block things that are obviously related. If the service still works, start blocking other stuff. Check with other services to make sure they still work. You'll need to test frequently in case they try to avoid blocks.<p>Sooner or later, you'll have to make hard decisions about collateral damage.
Here's a good starting list of TikTok hosts, of which overlaps a few of ByteDance's domains: <a href="https://github.com/blocklistproject/Lists/blob/master/tiktok.txt">https://github.com/blocklistproject/Lists/blob/master/tiktok...</a>