mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Updated Updates (markdown)
parent
c85c72cda6
commit
7eb1ee7515
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ Then to get this script to automatically run add this as a cron job under `root`
|
|||
|
||||
`0 */12 * * * /path/dnscrypt-proxy-update.sh`
|
||||
|
||||
Also, this script needs to be run as `root`.
|
||||
This script needs to be run as `root`.
|
||||
|
||||
It assumes that you are running Linux on an `x86_64` CPU. Change `linux` and `x86_64` to the actual platform you are running if it is different (for example, on a Raspberry Pi, it should probably be `linux_arm` instead of `linux_x86_64`).
|
||||
|
||||
```sh
|
||||
#! /bin/sh
|
||||
|
|
Loading…
Add table
Reference in a new issue