1.5.3


Old Stuff

 www.your-freedom.net
 www.secure-tunnel.com

Ticket #328 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Need to be able to customize list of Bonjour Services

Reported by: andrei Assigned to: andrei
Priority: normal Milestone: AlmostVPN 1.5
Component: PreferencePanel Version: 1.0
Severity: normal Keywords: bobjour custom
Cc:

Change History

02/23/07 12:51:41 changed by andrei

  • status changed from new to closed.
  • resolution set to fixed.

Fixed as of 1.5pre/136.

AVPN looking for

com.leapingbytes.AlmostVPNPRO.BonjourDefinitions.plist

in the same folder where com.leapingbytes.AlmostVPNPRO.plist located ( ~/Library/Preferences or /Library/Preferences ). If file is there, definitions from this file will be added to the list of Bonjour services.

Sample of the file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
	<dict>
		<key>port</key>
		<string>9999</string>
		<key>title</key>
		<string>Very Custom Service</string>
		<key>defaultName</key>
		<string>customOne</string>
		<key>type</key>
		<string>_custom._tcp.</string>
	</dict>
</array>
</plist>

NOTE: file can contain more then once service definition.