Install Zapret in one step.
You can install it as follows.
curl -fsSL https://raw.github.com/keift/zapret/refs/heads/main/src/install.sh | bashYou can uninstall it as follows.
curl -fsSL https://raw.github.com/keift/zapret/refs/heads/main/src/uninstall.sh | bashHere it is.
Installation settings can be changed in the following ways.
Parameter Default Description --blockcheck-domainautomatic This tool finds the correct domain name by sequentially testing blocked websites in different countries for blockcheck. This parameter allows you to specify this domain name yourself. Example:
curl -fsSL https://raw.github.com/keift/zapret/refs/heads/main/src/install.sh | bash -s -- --blockcheck-domain discord.com
