From 800d14fac7debb697cc8bb70f4f0f125db190c5a Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Mon, 31 Oct 2022 23:18:01 +0800 Subject: [PATCH] update: cleardns version `1.3.3` --- include/constant.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/include/constant.h b/include/constant.h index b2b09da..bc22c13 100644 --- a/include/constant.h +++ b/include/constant.h @@ -13,23 +13,24 @@ #define RESTART_DELAY 1 #define DIVERTER_TIMEOUT 6 -#define VERSION "1.3.2" +#define VERSION "1.3.3" #define CONFIG_FILE "cleardns.yml" -#define ADGUARD_USER "admin" -#define ADGUARD_PASSWD "cleardns" #define DNSPROXY_BIN "dnsproxy" #define OVERTURE_BIN "overture" #define ADGUARD_BIN "AdGuardHome" +#define UPDATE_CRON "0 4 * * *" +#define ASSETS_PKG "/assets.tar.xz" + +#define ADGUARD_USER "admin" +#define ADGUARD_PASSWD "cleardns" + #define EXPOSE_DIR "/cleardns/" #define WORK_DIR "/etc/cleardns/" #define ASSETS_DIR "/cleardns/assets/" #define ADGUARD_DIR "/cleardns/adguard/" -#define UPDATE_CRON "0 4 * * *" -#define ASSETS_PKG "/assets.tar.xz" - #define ASSET_TTL "ttl.txt" #define ASSET_HOSTS "hosts.txt" #define ASSET_GFW_LIST "gfwlist.txt"