Skip to content

Instantly share code, notes, and snippets.

@drnic
Created May 28, 2009 01:40
Show Gist options
  • Save drnic/119034 to your computer and use it in GitHub Desktop.
Save drnic/119034 to your computer and use it in GitHub Desktop.
def advertise!
puts "* Advertising on bonjour"
tr = DNSSD::TextRecord.new
tr["uri"] = web_uri
tr["name"] = Bananajour.config.name
DNSSD.register("#{config.name}'s bananajour", "_bananajour._tcp", nil, web_port, tr) {}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment