Commit Graph

307 Commits

Author SHA1 Message Date
Bard
b7d0bec38f
luci-app-mosdns: init.d: set the boot order to S75 2024-09-16 16:09:02 +08:00
sbwml
5df6a93f17 luci-app-mosdns: fix i18n
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-12 22:14:56 +08:00
sbwml
49e5a0dfb0 luci-app-mosdns: update: add GeoIP database type support
Signed-off-by: sbwml <admin@cooluc.com>
2024-09-02 10:40:19 +08:00
sbwml
9c42ea4036 luci-app-mosdns: updated Simplified Chinese translation
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-25 22:23:57 +08:00
sbwml
fdf5ff519a luci-app-mosdns: bump verson to 1.6.5
* In order to update the ipk file normally

Signed-off-by: sbwml <admin@cooluc.com>
2024-08-24 19:24:54 +08:00
sbwml
bba908ba98 luci-app-mosdns: adjust the delay for loading codemirror configuration
* enough time to complete loading of codemirror resources.

* fix #243

Signed-off-by: sbwml <admin@cooluc.com>
2024-08-24 18:47:40 +08:00
sbwml
18b3a9f95e luci-app-mosdns: codemirror5: disable cursor style from openwrt theme
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-23 18:24:19 +08:00
sbwml
6865a0651e luci-app-mosdns: fix codemirror may not work correctly
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-21 20:20:38 +08:00
sbwml
a0f7f2a583 luci-app-mosdns: Add code highlight and code format checking
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-20 01:25:51 +08:00
sbwml
6458fb296b luci-app-mosdns: fix TypeError by checking DOM element existence before setting innerHTML
* Added a check to confirm that the DOM element with ID 'service_status' exists before attempting to set its innerHTML.
* Added a setTimeout to ensure the page is fully rendered before starting the polling process.

Signed-off-by: sbwml <admin@cooluc.com>
2024-08-19 19:32:09 +08:00
sbwml
92bf8db5a6 luci-app-mosdns: fix some issues with log printing
* print the bottom log content by default.
* fix the problem that users cannot scroll the log content when refreshing the log.

Signed-off-by: sbwml <admin@cooluc.com>
2024-08-19 19:16:38 +08:00
sbwml
b98af55480 luci-app-mosdns: optimize rule file write
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-19 00:25:22 +08:00
sbwml
6f37807cf5 install.sh: openwrt-18.06 is no longer supported
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-16 18:35:57 +08:00
sbwml
83b3707716 mosdns: update to 5.3.3
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-15 12:48:48 +08:00
sbwml
36ea52d10f luci-app-mosdns: print mosdns core version
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-15 12:48:08 +08:00
sbwml
5bd80872b9 ci: sdk: update go1.23
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-15 12:46:56 +08:00
sbwml
84fdff502e luci-app-mosdns: fix ACL permission error
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-04 19:02:43 +08:00
sbwml
b99b579cd0 luci-app-mosdns: rewritten in LuCI2
Signed-off-by: sbwml <admin@cooluc.com>
2024-08-03 16:20:46 +08:00
sbwml
c31e112465 luci-app-mosdns: add DNS cache controller
Signed-off-by: sbwml <admin@cooluc.com>
2024-07-28 13:48:38 +08:00
Bard
1837e20e69
install.sh: update ghproxy 2024-07-20 18:04:59 +08:00
Bard
403d7a5527
luci-app-mosdns: update ghproxy 2024-07-20 18:02:17 +08:00
sbwml
7bdd3034f0 fixup! luci-app-mosdns: Add streaming media DNS server support
Signed-off-by: sbwml <admin@cooluc.com>
2024-06-04 07:10:19 +08:00
Asura
f92c26bb07 luci-app-mosdns: Add streaming media DNS server support
Signed-off-by: sbwml <admin@cooluc.com>
2024-06-03 20:31:57 +08:00
sbwml
97867eae9d luci-app-mosdns: fix the problem of non-github links being proxy
Signed-off-by: sbwml <admin@cooluc.com>
2024-04-15 16:03:47 +08:00
sbwml
49051dbca3 luci-app-mosdns: remove lockfile when adlist download fail
Signed-off-by: sbwml <admin@cooluc.com>
2024-03-30 21:00:16 +08:00
sbwml
a4b8a30fb4 luci-app-mosdns: use jshn to generate config file
Signed-off-by: sbwml <admin@cooluc.com>
2024-03-30 15:16:02 +08:00
Bard
83853f6938
luci-app-mosdns: init.d: startup priority -> 51
* start the DNS service before nginx to solve the problem that the pass_proxy domain name cannot be resolved and nginx fails to start.
2024-03-04 04:18:00 +08:00
sbwml
c7dff01b5c luci-app-mosdns: fix mosdns.sh
Signed-off-by: sbwml <admin@cooluc.com>
2024-03-02 16:04:52 +08:00
sbwml
21bff11aeb mosdns/v2dat: drop GO_PKG_TARGET_VARS variable
Signed-off-by: sbwml <admin@cooluc.com>
2024-02-27 21:35:09 +08:00
Bard
2dac1a5a48
v2dat: add missing no MIPS16 variable 2024-02-26 22:14:56 +08:00
sbwml
0da873fbb9 luci-app-mosdns: fix using local filter lists to get stuck in infinite loops
Signed-off-by: sbwml <admin@cooluc.com>
2024-02-26 21:31:40 +08:00
sbwml
67e88512fe ci: update actions
Signed-off-by: sbwml <admin@cooluc.com>
2024-02-26 21:29:57 +08:00
sbwml
664253d1e2 mosdns/v2dat: enable cgo
* fix build with go1.22
* 079dfdcac0

Signed-off-by: sbwml <admin@cooluc.com>
2024-02-26 11:50:11 +08:00
Bard
169ae0510c
install.sh: update gh url 2024-01-17 18:47:35 +08:00
Bard
a073a03391
ci: use automatic token authentication 2023-12-16 18:34:24 +08:00
sbwml
5836557da1 luci-app-mosdns: init.d: set default working path
* Allow custom configuration files to use relative paths for the /etc/mosdns directory
2023-11-19 15:57:52 +08:00
Bard
ed09f893ac luci-app-mosdns: mosdns.sh: fix execution sequence
Signed-off-by: sbwml <admin@cooluc.com>
2023-11-15 23:08:36 +08:00
sbwml
e79a991d75 luci-app-mosdns: add optional prefer_ipv4 for remote dns
Signed-off-by: sbwml <admin@cooluc.com>
2023-11-15 23:05:48 +08:00
sbwml
ce08474f7c mosdns: bump to 5.3.1
Signed-off-by: sbwml <admin@cooluc.com>
2023-11-06 12:56:10 +08:00
sbwml
74d15c273a luci-app-mosdns: add github proxy settings support for data updates
Signed-off-by: sbwml <admin@cooluc.com>
2023-11-05 20:08:31 +08:00
sbwml
7509532e9c luci-app-mosdns: drop ip mask for ecs plugin
*  ip mask for ecs plugin deprecated in mosdns v5.3.0
2023-11-04 18:41:00 +08:00
sbwml
b42fc889f6 luci-app-mosdns: update for 5.3.0 2023-11-01 23:27:42 +08:00
sbwml
3ef6a85fe0 mosdns: bump to 5.3.0 2023-11-01 23:02:29 +08:00
sbwml
cea09d4404 luci-app-mosdns: bump version 2023-10-23 16:41:56 +08:00
sbwml
8a427120b7 luci-app-mosdns: customize the remote DNS ecs address
* In poor network conditions, obtaining an IP address through curl may fail and cause MOSDNS to fail to start, so replace it with manual filling.

Signed-off-by: sbwml <admin@cooluc.com>
2023-10-23 16:36:16 +08:00
sbwml
329756b8e3 luci-app-mosdns: Update Chinese translations 2023-10-23 15:30:22 +08:00
Bard
b9972eaa2e luci-app-mosdns: clean default rules 2023-10-19 04:34:58 +08:00
sbwml
95a3ebae6d luci-app-mosdns: fix DNS leak option does not work
* busybox sed does not support regular expression.
2023-10-16 22:45:01 +08:00
sbwml
d708a3edad luci-app-mosdns: disable apple_optimization by default 2023-10-16 15:58:37 +08:00
sbwml
9bb28a32d3 luci-app-mosdns: fix 476d0bf 2023-10-16 15:54:01 +08:00