• March 28, 2024, 04:58:39 AM
  • Welcome, Guest
Please login or register.

Login with username, password and session length
Advanced search  

News:

This Forum Beta is ONLY for registered owners of D-Link products in the USA for which we have created boards at this time.

Author Topic: Plz add https for Bonjour  (Read 2255 times)

jinserk

  • Level 1 Member
  • *
  • Posts: 9
Plz add https for Bonjour
« on: December 17, 2009, 06:30:55 AM »

I found that http supports Bonjour, but https does not.

simply I changed /mnt/HD_a2/Nas_Prog/Bonjour/sbin/bonjournamescript file like this:
Code: [Select]
#!/bin/sh

kill -9 `pidof mDNSResponder`

#re-write config file
host=$(hostname)
echo "$host" _http._tcp local. 80 >/etc/howl/mDNSResponder.conf
echo "$host" _https._tcp local. 443 >>/etc/howl/mDNSResponder.conf
echo -n "$host" _smb._tcp local. 445 >>/etc/howl/mDNSResponder.conf

mDNSResponder &

then re-run the Bonjour, then https works with https://nasname.local
this fix is so simple that I hope this will be the default when you release the next version of bonjour addon.
« Last Edit: December 17, 2009, 06:32:40 AM by jinserk »
Logged