TOR: fix compilation
[tomato.git] / release / src / router / dnscrypt / org.dnscrypt.osx.DNSCryptProxy.plist.in
blob35b7a278b35cd282850b8b65a774560055c26dc4
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>@sbindir@/dnscrypt-proxy</string>
16 <!-- You may want to change this on iOS or if you installed the proxy in a specific location -->
17 <!-- Also check the paths in that configuration file, especially the path to dnscrypt-resolvers.csv -->
18 <!-- You might also have to disable plugins (such as the LocalCache option) -->
19 <string>@sysconfdir@/dnscrypt-proxy.conf</string>
20 </array>
21 <key>StandardErrorPath</key>
22 <string>/dev/null</string>
23 <key>StandardOutPath</key>
24 <string>/dev/null</string>
25 <key>UserName</key>
26 <string>root</string>
27 </dict>
28 </plist>