Except for your first sentence, I would agree with you. Don’t hurt people directly though. Starting a war helps no one.
You seem to be assuming I meant some sort of unlawful harm. My phrasing was quite deliberate: I advocated no specific actions whatsoever. You brought "hurt people" and "starting a war" into this conversation; not I.
The choice of what actions to take is left to you; I am not involving myself in that decision. My advocacy is strictly limited to the choice of targets: Do not take direct action against ICE agents. They are merely a distraction from the problem class. Redirect any action you might choose to take against ICE to the people getting rich while the rest of us starve.
I will raise one point:
The point of protesting is to shame leaders into change.
Our leaders are shameless. There is no point in trying to shame the shameless. The purpose of protesting must be something else. Otherwise, protesting is pointless.
An A record maps to an IP address. A CNAME record maps to another URL. Since you are trying to map to an IP address rather than a URL, you will want an A record.
If all of your sites will be served from the same proxy server at 204.230.30.104, you can create a single, wildcard A record for *.newexample.com. This will point every subdomain to your proxy's IP address. You don't need to create an A record for each subdomain.
If you are planning on serving some subdomains from 204.230.30.104 and other subdomains from another proxy at 69.4.20.187, you would need multiple A records for pointing the subdomains toward their respective proxies.
If you wanted to serve from proxy running on a dynamic IP address, and you're using a DDNS provider to point newexample.ddns.net back to your current IP address, you could use a CNAME record to point newexample.com to newexample.ddns.net.