dnscrypt-proxy 1.6.0
[tomato.git] / release / src / router / dnscrypt / org.dnscrypt.osx.DNSCryptProxy.plist
blob8e2548baca2c746b0ab67a834bcc690855997389
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-/Apple/DTD PLIST 1.0/EN" "http:/www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>Label</key>
6 <string>org.dnscrypt.osx.DNSCryptProxy</string>
7 <key>KeepAlive</key>
8 <true/>
9 <key>RunAtLoad</key>
10 <true/>
11 <key>ProgramArguments</key>
12 <array>
13 <!-- You might want to change this on iOS or if you installed the proxy in a specific location -->
14 <string>/usr/local/sbin/dnscrypt-proxy</string>
16 <!-- You might want to change this on iOS or if you installed the proxy in a specific location -->
17 <string>--resolvers-list=/usr/local/share/dnscrypt-proxy/dnscrypt-resolvers.csv</string>
19 <!-- Change this to the provider name you want to use -->
20 <string>--resolver-name=***CHANGETHIS***</string>
22 <string>--user=nobody</string>
23 </array>
24 <key>StandardErrorPath</key>
25 <string>/dev/null</string>
26 <key>StandardOutPath</key>
27 <string>/dev/null</string>
28 <key>UserName</key>
29 <string>root</string>
30 </dict>
31 </plist>