Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
Created February 20, 2015 03:12
Show Gist options
  • Save andrewpmiller/4b9387648a798f4cf179 to your computer and use it in GitHub Desktop.
Save andrewpmiller/4b9387648a798f4cf179 to your computer and use it in GitHub Desktop.
Avahi Netatalk setup for Pi (create as root /etc/avahi/services/rfb.service)
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name replace-wildcards="yes">%h</name>
<service>
<type>_rfb._tcp</type>
<port>5900</port>
</service>
</service-group>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment