|
@ -15,8 +15,6 @@ |
|
|
|
|
|
|
|
|
#define VERSION "1.3.2" |
|
|
#define VERSION "1.3.2" |
|
|
#define CONFIG_FILE "cleardns.yml" |
|
|
#define CONFIG_FILE "cleardns.yml" |
|
|
#define ADGUARD_USER "admin" |
|
|
|
|
|
#define ADGUARD_PASSWD "cleardns" |
|
|
|
|
|
|
|
|
|
|
|
#define DNSPROXY_BIN "dnsproxy" |
|
|
#define DNSPROXY_BIN "dnsproxy" |
|
|
#define OVERTURE_BIN "overture" |
|
|
#define OVERTURE_BIN "overture" |
|
@ -27,6 +25,9 @@ |
|
|
#define ASSETS_DIR "/cleardns/assets/" |
|
|
#define ASSETS_DIR "/cleardns/assets/" |
|
|
#define ADGUARD_DIR "/cleardns/adguard/" |
|
|
#define ADGUARD_DIR "/cleardns/adguard/" |
|
|
|
|
|
|
|
|
|
|
|
#define ADGUARD_USER "admin" |
|
|
|
|
|
#define ADGUARD_PASSWD "cleardns" |
|
|
|
|
|
|
|
|
#define UPDATE_CRON "0 4 * * *" |
|
|
#define UPDATE_CRON "0 4 * * *" |
|
|
#define ASSETS_PKG "/assets.tar.xz" |
|
|
#define ASSETS_PKG "/assets.tar.xz" |
|
|
|
|
|
|
|
|