update 2022-06-28 08:52:58

This commit is contained in:
github-actions[bot] 2022-06-28 08:52:58 +08:00
parent 9b57ea7582
commit d6e770a80f
6 changed files with 25 additions and 8 deletions

View File

@ -12,7 +12,7 @@ PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Simple_obfs \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Simple_obfs_server \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Xray: \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Xray \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Trojan \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_Trojan-Go \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy \

View File

@ -12166,6 +12166,7 @@ analytics.civicplus.com
analytics.clic2buy.com
analytics.clickdimensions.com
analytics.clickpathmedia.com
analytics.cloud.coveo.com
analytics.cloud.unity3d.com
analytics.cloudron.io
analytics.cmn.com
@ -12217,6 +12218,7 @@ analytics.donaukurier.de
analytics.doubleverify.com
analytics.dpd.com
analytics.dspunion.com
analytics.dsyqt.com
analytics.dugun.com
analytics.dvidshub.net
analytics.easyjet.com
@ -12274,6 +12276,7 @@ analytics.gamedatacrunch.com
analytics.gameforge.de
analytics.gandi.net
analytics.ganji.com
analytics.gate.co.id
analytics.gazeta.pl
analytics.getpostman.com
analytics.getshogun.com
@ -12645,6 +12648,7 @@ analytics.tio.ch
analytics.tmonews.com
analytics.tntdramma.com
analytics.tochka-tech.com
analytics.tokosia.com
analytics.tool.lu
analytics.tooso.ai
analytics.top10-charts.com
@ -12670,6 +12674,7 @@ analytics.tv189.cn
analytics.tver.jp
analytics.twitter.com
analytics.uax.io
analytics.unand.ac.id
analytics.unibuddy.co
analytics.unilogcorp.com
analytics.unister.gmbh.de
@ -21370,6 +21375,7 @@ caikouli.com
caimlkh.com
caing.adsame.com
caioaraujo.vip
caipa.net.cn
cairalei.com
caishenbaoyou.top
caiteesh.net
@ -40069,6 +40075,7 @@ functionsprecision.com
fundacionausubelvirtual.com
fundamentalcoordinatebolt.com
fundamentalenvironmental.com
fundamentalinefficient.com
fundardsesaz.club
fundesh.com.bd
fundingchoicesmessages.google.com
@ -49351,6 +49358,7 @@ ipage.com.ar
ipapi.tmbi.com
ipaypay.cn
ipbc.io
ipc-nena.net
ipc.skimresources.com
ipcatch.com
ipcheck.blogsys.jp
@ -69360,6 +69368,7 @@ people.api.boomtrain.com
people.mbtionline.com
peoplenperformance.com
peoplewasserwar.casa
pep-saman-bmb.tk
pepburst.com
pepipo.com
pepnerdmime.cam
@ -70207,6 +70216,7 @@ piwik.ero-advertising.com
piwik.everzones.com
piwik.inria.fr
piwik.myvpn.run
piwik.onlinecasino321.com
piwik.opendesktop.org
piwik.pro
piwik.widerplanet.com
@ -75518,6 +75528,7 @@ pwj.biqugezw.com
pwjmzqx.cn
pwjwgrtznpl.com
pwk.pandora.tv
pwkrakanmet.met.gov.my
pwmctl.com
pwnlukodsynwds.xyz
pwnwiltpear.com
@ -76867,6 +76878,7 @@ radiusmarketing.com
radiusproceedings.com
rads.msn.com
rads.stackoverflow.com
radull.com
radust.com
radverdirect.com
raenfh9tkuka.com
@ -88026,6 +88038,7 @@ statisticsv2.yinyuetai.com
statistiek.rijksoverheid.nl
statistik-gallup.dk
statistik-gallup.net
statistik.komputerkampus.com
statistik.mitmischen.de
statistik.motorpresse.de
statistik.simaja.de
@ -88157,6 +88170,7 @@ stats.concierge.com
stats.condenastdigital.com
stats.contentwritingjobs.com
stats.coronalabs.com
stats.coursepad.com
stats.craftybase.com
stats.creativeboom.com
stats.creativinn.com
@ -90687,6 +90701,7 @@ tag.sp.advertising.com
tag.targeting.unrulymedia.com
tag.triboomedia.it
tag.vlitag.com
tag.winister.app
tag.wknd.ai
tag.yieldoptimizer.com
tag.yoc-adserver.com
@ -98197,6 +98212,7 @@ user-clicks.com
user-metrics.onthemarket.com
user-rating.burda-forward.de
user-red.com
user-shield-check.com
user-stats.rbl.ms
user-sync-mannenmedia.adhese.com
user-sync-mycujoo.adhese.com
@ -101434,6 +101450,7 @@ webstats.ch.ch
webstats.channel4.com
webstats.com
webstats.gnome.org
webstats.pixcell.ch
webstats.sapo.pt
webstats.thaindian.com
webstats.vodafone.com

View File

@ -582,9 +582,9 @@ function sub_info_get()
_, len = string.gsub(s.address, '[^\n]+', "")
if len and len > 1 then return end
sub_url = s.address
info = luci.sys.exec(string.format("curl -sLI -m 10 -w 'http_code='%%{http_code} -H 'User-Agent: Clash' '%s'", sub_url))
info = luci.sys.exec(string.format("curl -sLI -X GET -m 10 -w 'http_code='%%{http_code} -H 'User-Agent: Clash' '%s'", sub_url))
if not info or tonumber(string.sub(string.match(info, "http_code=%d+"), 11, -1)) ~= 200 then
info = luci.sys.exec(string.format("curl -sLI -m 10 -w 'http_code='%%{http_code} -H 'User-Agent: Quantumultx' '%s'", sub_url))
info = luci.sys.exec(string.format("curl -sLI -X GET -m 10 -w 'http_code='%%{http_code} -H 'User-Agent: Quantumultx' '%s'", sub_url))
end
if info then
http_code=string.sub(string.match(info, "http_code=%d+"), 11, -1)

View File

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mosdns_neo
PKG_VERSION:=48eb5ef
PKG_VERSION:=259bb47
PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

View File

@ -10,9 +10,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/SagerNet/v2ray-core.git
PKG_SOURCE_DATE:=2022-06-26
PKG_SOURCE_VERSION:=b5f100d6a37a1a33d21c3f3781dc123124fba949
PKG_MIRROR_HASH:=5b123b5db03039bb5c38bb7b70bb7097ce1ddbac650cecba8422155481e59ddf
PKG_SOURCE_DATE:=2022-06-27
PKG_SOURCE_VERSION:=d81715258c3bc178eaeaccbd9bc19ad1dc2d971f
PKG_MIRROR_HASH:=61b522a994d0ba9f08d81bb81625b2063d5e35c62e0e13a06322e19ddc5088ad
PKG_VERSION:=$(BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
PKG_LICENSE:=GPL-3.0-or-later

View File

@ -40,7 +40,7 @@ go get github.com/Dreamacro/clash/transport/simple-obfs
+github.com/sagernet/clash v1.10.7-0.20220610080510-ac56b2a05ded/go.mod h1:qrmVDeYq4Gr8SiGuxVoA4cc4xhq7TNgnLa76AANNYRA=
github.com/sagernet/gvisor v0.0.0-20220402114650-763d12dc953e h1:Y4avBAtZ59OWvLl6zP9sF62jtMEVRPIH78IQctq9aXQ=
github.com/sagernet/gvisor v0.0.0-20220402114650-763d12dc953e/go.mod h1:tWwEcFvJavs154OdjFCw78axNrsDlz4Zh8jvPqwcpGI=
github.com/sagernet/sing v0.0.0-20220620074945-99754098d119 h1:YBlJc+jgan/xl1qnmT4FIEsdfuuS2IwGfPICqJHg54o=
github.com/sagernet/sing v0.0.0-20220627092450-605697c1aec0 h1:WRc+FBhOM12FwVphxpRgPLcr9+9JmFLuDKIBtoSrvwk=
@@ -394,6 +396,8 @@ github.com/shurcooL/sanitized_anchor_nam
github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537/go.mod h1:QJTqeLYEDaXHZDBsXlPCDqdhQuJkuw4NOtaxYe3xii4=
github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133/go.mod h1:hKmq5kWdCj2z2KEozexVbfEZIWiTjhE0+UjmZgPqehw=