|
|
|
|
|
by pkillarjun
636 days ago
|
|
First I thought, "S%%t, I am hacked," because I know in Fedora CUPSD is installed by default and runs at boot. > /etc/cups/cupsd.conf > Listen localhost:631 After some checking, I found out by default CUPSD only runs at localhost. So, yeah, you don't have to worry about this in Fedora either. |
|
In general I would say don't look at config files to verify this kind of thing. Use something like 'ss -lp' to get a list of what processes on your machine are actually listening on (anything that isn't 127.0.0.* or [::1] is generally going to mean network-accessible)