SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
Hostname
The file /etc/sysconfig/network
contains the hostname that you need to change. The file will look something like this:
NETWORKING="yes"
NETWORKING_IPV6=no
HOSTNAME="www.example.com"
This change won't take affect until the next reboot, but you can make the change happen immediately using the hostname
command like so:
hostname ftp.example.com
You may also need to add/change the hostname in the /etc/hosts
file. By default this should look something like this:
127.0.0.1 www.example.com localhost localhost.localdomain
- Log in to post comments