Commit Graph

287 Commits

Author SHA1 Message Date
sbwml
c5d78865dc luci-app-mosdns: Move v2dat_dump to mosdns.sh 2023-03-29 23:12:25 +08:00
sbwml
f9852b8116 luci-app-mosdns: Add DDNS Lists support
* enforce ttl 5, no caches
2023-03-29 07:47:40 +08:00
sbwml
6235e5d766 luci-app-mosdns: config.yaml: fix whitelist DNS cache problem 2023-03-29 07:41:22 +08:00
sbwml
0df11e88d2 luci-app-mosdns: API: Add flush cache function 2023-03-28 23:13:22 +08:00
Bard
eddbeb7837
Update README.md 2023-03-28 05:01:01 +08:00
sbwml
e0f74b9b3b luci-app-mosdns: Remote DNS add EDNS support (ECS) 2023-03-28 04:20:23 +08:00
sbwml
916183687e luci-app-mosdns: Add http/3 protocol support for Remote DNS 2023-03-27 23:34:54 +08:00
Bard
326f742fac luci-app-mosdns: bump version to 1.5.2 2023-03-27 19:46:02 +08:00
Bard
ff4eb3b93d
Update mosdns_log.htm 2023-03-27 13:28:30 +08:00
sbwml
0cb40643be luci-app-mosdns: update translation 2023-03-27 12:54:08 +08:00
sbwml
6477265efd luci-app-mosdns: sync Luci configuration file 2023-03-27 12:35:17 +08:00
sbwml
ec4d25516c luci-app-mosdns: Add DoH/TCP/DoT idle timeout settings 2023-03-27 12:35:11 +08:00
sbwml
6b22fe4cc4 luci-app-mosdns: Allows disabling TLS server certificate validation 2023-03-27 12:35:05 +08:00
sbwml
e4a640f62f luci-app-mosdns: Adjust the log preview window height 2023-03-27 12:34:59 +08:00
sbwml
004cf63e8e luci-app-mosdns: Add DoH and pipeline's TCP/DoT maximum connections settings 2023-03-27 12:34:53 +08:00
sbwml
4b25902d76 luci-app-mosdns: Add DNS Servers concurrency setting 2023-03-27 12:34:45 +08:00
sbwml
9d76341fb8 luci-app-mosdns: Add Enable API support 2023-03-27 12:34:38 +08:00
sbwml
9d98b22173 luci-app-mosdns: Add a Settings tab category 2023-03-27 12:34:16 +08:00
sbwml
b1756bd586 luci-app-mosdns: don't print v2dat log when mosdns loglevel is error/warn 2023-03-27 06:38:45 +08:00
sbwml
45d9ca79b8 luci-app-mosdns: config.yaml: fix whitelist not work 2023-03-27 05:55:07 +08:00
sbwml
8f038d956b luci-app-mosdns: re-add DNSPod udp DNS 2023-03-26 19:05:23 +08:00
sbwml
222d145204 luci-app-mosdns: don't use service command to invocation init.d script
* The `service` command cannot be found on older openwrt derivatives

* fix #66
2023-03-26 05:29:21 +08:00
qingtian110
47d0aae310 luci-app-mosdns: tidy up code 2023-03-26 05:29:15 +08:00
sbwml
d2a8635961 ci: openwrt-sdk: use openwrt-22.03 & golang 1.20.x 2023-03-25 07:52:39 +08:00
sbwml
e212d877c9 ci: latest release 2023-03-25 07:39:05 +08:00
sbwml
024e18a7d0 luci-app-mosdns: Update chinese translation 2023-03-25 07:38:19 +08:00
sbwml
35ec5ee5ef luci-app-mosdns: mosdns.sh: fix execute in custom configuration mode 2023-03-25 07:23:24 +08:00
sbwml
e8707b855d luci-app-mosdns: mosdns.sh: Use dnspod & alidns as default DNS 2023-03-25 06:51:31 +08:00
sbwml
8c968d1f34 luci-app-mosdns: init.d: optimizing Scripts
* fix `service_triggers` restart service cache data loss
2023-03-25 06:39:55 +08:00
sbwml
bd89c52b99 luci-app-mosdns: print mosdns version on Luci. close #60 2023-03-25 02:46:16 +08:00
sbwml
0e21e1554f README.md: v5 branches 2023-03-25 02:16:02 +08:00
sbwml
dfff109e98 luci-app-mosdns: update config files 2023-03-25 02:06:00 +08:00
sbwml
6ab9e7adf3 luci-app-mosdns: bump version to 1.5.1 2023-03-25 01:20:13 +08:00
sbwml
c3b7847b59 luci-app-mosdns: Clean cache.dump file when "Save Cache" is disabled 2023-03-25 01:15:06 +08:00
sbwml
e138175cb4 luci-app-mosdns: Add DNS cache saving support 2023-03-25 00:56:05 +08:00
sbwml
94b85324bd luci-app-mosdns: Add enable_pipeline support for custom local DNS 2023-03-24 23:36:37 +08:00
sbwml
2adefe0246 luci-app-mosdns: Add bootstrap for remote DNS 2023-03-24 23:16:16 +08:00
sbwml
51123e7951 luci-app-mosdns: init.d: fix error reading local_dns when custom_local_dns is not enabled
fix #61
2023-03-24 22:16:02 +08:00
sbwml
c19992b483 luci-app-mosdns: init.d: sent terminate signal by procd 2023-03-24 22:14:58 +08:00
sbwml
d5cf333653 luci-app-mosdns: restart service after the rules updated 2023-03-21 09:12:00 +08:00
sbwml
80068ba196 luci-app-mosdns: update oisd rules source 2023-03-21 08:52:03 +08:00
sbwml
cf09dcbb5b luci-app-mosdns: curl: allow insecure server connections 2023-03-21 08:51:51 +08:00
Bard
6c0269f575 install.sh: mosdns v5 2023-03-21 08:49:33 +08:00
sbwml
5076cb2e6f mosdns: bump to v5.1.3 2023-03-15 17:37:01 +08:00
sbwml
3f23189bf4 ci: auto release 2023-03-15 17:35:52 +08:00
Bard
af99c8844c
Update sp_low.tdata 2023-02-11 22:49:49 +08:00
sbwml
1b7e3f117f luci-app-mosdns: update version to 1.5.0 2023-02-07 00:03:43 +08:00
sbwml
91756c87f5 luci-app-mosdns: update mosdns v5.x support 2023-02-07 00:01:48 +08:00
sbwml
5597a6c306 luci-app-mosdns: dump geodata 2023-02-06 21:21:36 +08:00
sbwml
6aaffaaf28 mosdns: update to v5.1.0 2023-02-06 20:34:24 +08:00