एक लॉन्च एजेंट देख रहा है /etc/resolv.conf
, और दो नेटवर्क से संबंधित .plist फाइलें /Library/Preferences/SystemConfiguration/
मेरे लिए काम कर रहा है (मैक ओएस एक्स 10.8.4 में):
<?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">
<dict>
<key>Label</key>
<string>ifup.ddns</string>
<key>LowPriorityIO</key>
<true/>
<key>ProgramArguments</key>
<array>
<string>/Users/Shared/bin/ddns-update.sh</string>
</array>
<key>WatchPaths</key>
<array>
<string>/etc/resolv.conf</string>
<string>/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist</string>
<string>/Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
मैंने पहले केवल /etc/resolv.conf का उपयोग किया था, लेकिन ऐसे मामले थे जहां यह पर्याप्त नहीं था।