OpenPrinting / ipp-usb

ipp-usb -- HTTP reverse proxy, backed by IPP-over-USB connection to device
BSD 2-Clause "Simplified" License
129 stars 11 forks source link

DNS-SD advertising of IPP printer is not compatible with iOS #4

Closed alexpevzner closed 4 years ago

alexpevzner commented 4 years ago

iOS devices doesn't see IPP printer on a network, as advertised by the ipp-usb

Moved here from #3

scubajeff commented 4 years ago

Confirmed fixed. With interface = all in ipp-usb.conf, ipp-usb can advertise IPP printer to iOS devices and sever print jobs well. With interface = loopback, which is the recommended secure way, no one on LAN can see the print queue. avahi daemon won't pick up the local print queue, even though it passes the test procedure you designed.

alexpevzner commented 4 years ago

Closed - resolved