Skip to content

Instantly share code, notes, and snippets.

@imsizon
Forked from lexrus/com.shadowsocks.chinadns.plist
Last active August 29, 2015 14:16
Show Gist options
  • Save imsizon/3bb5bccd031f1e696e62 to your computer and use it in GitHub Desktop.
Save imsizon/3bb5bccd031f1e696e62 to your computer and use it in GitHub Desktop.
<?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>com.shadowsocks.chinadns</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/chinadns</string>
<string>-l /usr/local/etc/chinadns/iplist.txt</string>
<string>-c /usr/local/etc/chinadns/chnroute.txt</string>
<string>-s 223.5.5.5,114.114.114.114,208.67.222.222:443,8.8.8.8</string>
<string>-m</string>
<string>-p 1053</string>
</array>
<key>KeepAlive</key>
<dict>
<key>NetworkState</key>
<true/>
</dict>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment