forked from Lainports/freebsd-ports
ipp-usb daemon enables driver-less printing and scanning on USB-only AirPrint-compatible printers and MFPs. It works by connecting to the device by USB using IPP-over-USB protocol, and exposing the device to the network, including DNS-SD (ZeroConf) advertising. IPP printing, eSCL scanning and web console are fully supported. WWW: https://github.com/OpenPrinting/ipp-usb PR: 271226
8 lines
209 B
Go
8 lines
209 B
Go
--- dnssd_avahi.go.orig 2023-05-01 00:00:00 UTC
|
|
+++ dnssd_avahi.go
|
|
@@ -1,4 +1,4 @@
|
|
-// +build linux
|
|
+// +build linux freebsd
|
|
|
|
/* ipp-usb - HTTP reverse proxy, backed by IPP-over-USB connection to device
|
|
*
|