Created
October 3, 2016 00:41
-
-
Save ghostbitmeta/00c9470a07f310fc0bfa3c4c4db94731 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" ?> | |
<!DOCTYPE service-group SYSTEM 'avahi-service.dtd'> | |
<service-group> | |
<name replace-wildcards="yes">AirPrint HLL2300D @ %h</name> | |
<service> | |
<type>_ipp._tcp</type> | |
<subtype>_universal._sub._ipp._tcp</subtype> | |
<port>631</port> | |
<txt-record>txtvers=1</txt-record> | |
<txt-record>qtotal=1</txt-record> | |
<txt-record>Transparent=T</txt-record> | |
<txt-record>URF=none</txt-record> | |
<txt-record>rp=printers/HLL2300D</txt-record> | |
<txt-record>note=HLL2300D</txt-record> | |
<txt-record>product=(GPL Ghostscript)</txt-record | |
><txt-record>printer-state=3</txt-record> | |
<txt-record>printer-type=0x809014</txt-record> | |
<txt-record>pdl=application/octet-stream,application/pdf,application/postscript,application/vnd.cups-raster,image/gif,image/jpeg,image/png,image/tiff,image/urf,text/html,text/plain,application/vnd.adobe-reader-postscript,application/vnd.cups-command</txt-record> | |
</service> | |
</service-group> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment