I want to disable printer discovery and printing over a wifi network.
I have tried:
edit /etc/cups/cups-browsed.conf
to have
BrowseRemoteProtocols none
BrowseDeny
restart CUPS from Terminal:
service cups restart
It didn't work for ubuntu 18.04
Set directive BrowseProtocols, this directive apply to both BrowseRemoteProtocols and BrowseLocalProtocols.
Edit
/etc/cups/cups-browsed.conf
and setBrowseProtocols
to:Then restart
cups-browsed
service: