Simple Hosts file utility for Linux
Build Requirements: rustup, glibc, git
sudo apt update
sudo apt install build-essential curl git
curl --proto '=https' --tlsv1.2 -sSf https://rustup.rs | shreload terminal
Tip
Arch Linux users can install the package directly from the AUR and skip the manual build steps:
yay -S hsfsudo pacman -S rustup base-devel gitsudo dnf groupinstall "Development Tools"
sudo dnf install rustup gitsudo zypper install -t pattern devel_basis
sudo zypper install rustup gitapk add build-base rustup gitrustup default stableClone the github project
git clone https://github.com/vinkoplay/hsf.git
cd hsfRun the installation script
chmod +x install.sh
./install.shhsf help
hsf version
sudo hsf baseTo help use:
hsf --helpor
man hsf