Files
vps/squid.setup

6 lines
90 B
Bash
Executable File

#!/bin/bash
apt install squid
cp squid/cfg /etc/squid/squid.conf
systemctl restart squid