Skip to content

Instantly share code, notes, and snippets.

@faddat
Created November 13, 2020 10:16
Show Gist options
  • Select an option

  • Save faddat/cd48bc9aec7abc17e63cebe49a0912fb to your computer and use it in GitHub Desktop.

Select an option

Save faddat/cd48bc9aec7abc17e63cebe49a0912fb to your computer and use it in GitHub Desktop.
hnsd.plist
cat /Library/LaunchDaemons/net.hns.hnsd.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>KeepAlive</key>
<true/>
<key>Label</key>
<string>net.hns.hnsd</string>
<key>ProcessType</key>
<string>Background</string>
<key>ProgramArguments</key>
<array>
<string>/bin/sh</string>
<string>-c</string>
<string>/Users/faddat/hnsd/hnsd -p 4 -r 127.0.0.1:53</string>
</array>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment