update-03.02
This commit is contained in:
parent
21b748bac7
commit
a2c55b5e5b
|
@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=UnblockNeteaseMusic
|
||||
PKG_BASE_VERSION:=0.27.0-rc.4
|
||||
PKG_RELEASE:=90
|
||||
PKG_RELEASE:=91
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/UnblockNeteaseMusic/server.git
|
||||
PKG_SOURCE_DATE:=2021-12-21
|
||||
PKG_SOURCE_VERSION:=497d1d9cb331ab076ae66223faaaf93626a88de6
|
||||
PKG_SOURCE_VERSION:=59ca6119b6d85543218c58a023266ae6930d0e1a
|
||||
PKG_MIRROR_HASH:=skip
|
||||
|
||||
PKG_VERSION:=$(PKG_BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adguardhome
|
||||
PKG_VERSION:=0.108.0-b.3
|
||||
PKG_VERSION:=0.107.4
|
||||
PKG_RELEASE:=
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=6d0a43aad66239b462204f5386d495acd571c96a
|
||||
PKG_SOURCE_VERSION:=dd2153b7ac2094b4f04ef9bcae6c8f5681ad61d6
|
||||
PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome
|
||||
PKG_MIRROR_HASH:=skip
|
||||
|
||||
|
|
|
@ -1,76 +0,0 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=kcptun
|
||||
PKG_VERSION:=20210922
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/xtaci/kcptun/tar.gz/v${PKG_VERSION}?
|
||||
PKG_SOURCE_DATE:=2021-09-22
|
||||
PKG_HASH:=skip
|
||||
|
||||
PKG_MAINTAINER:=Dengfeng Liu <liudf0716@gmail.com>, Chao Liu <expiron18@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE.md
|
||||
|
||||
PKG_BUILD_DEPENDS:=golang/host
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
|
||||
GO_PKG:=github.com/xtaci/kcptun
|
||||
|
||||
GO_PKG_LDFLAGS_X:=main.VERSION=$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk
|
||||
|
||||
define Package/kcptun-config
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Web Servers/Proxies
|
||||
TITLE:=Kcptun Config Scripts
|
||||
URL:=https://github.com/xtaci/kcptun
|
||||
DEPENDS:=$(GO_ARCH_DEPENDS)
|
||||
endef
|
||||
|
||||
define Package/kcptun-config/conffiles
|
||||
/etc/config/kcptun
|
||||
endef
|
||||
|
||||
define Package/kcptun-config/install
|
||||
$(INSTALL_DIR) $(1)/etc/config
|
||||
$(INSTALL_CONF) ./files/kcptun.config $(1)/etc/config/kcptun
|
||||
$(INSTALL_DIR) $(1)/etc/init.d
|
||||
$(INSTALL_BIN) ./files/kcptun.init $(1)/etc/init.d/kcptun
|
||||
endef
|
||||
|
||||
define Package/kcptun/Default
|
||||
define Package/kcptun-$(1)
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Web Servers/Proxies
|
||||
TITLE:=KCP-based Secure Tunnel $(1)
|
||||
URL:=https://github.com/xtaci/kcptun
|
||||
DEPENDS:=+kcptun-config
|
||||
endef
|
||||
|
||||
define Package/kcptun-$(1)/description
|
||||
kcptun is a Stable & Secure Tunnel Based On KCP with N:M Multiplexing.
|
||||
This package only contains kcptun $(1).
|
||||
endef
|
||||
|
||||
define Package/kcptun-$(1)/install
|
||||
$$(call GoPackage/Package/Install/Bin,$$(PKG_INSTALL_DIR))
|
||||
|
||||
$$(INSTALL_DIR) $$(1)/usr/bin
|
||||
$$(INSTALL_BIN) $$(PKG_INSTALL_DIR)/usr/bin/$(1) $$(1)/usr/bin/kcptun-$(1)
|
||||
endef
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,kcptun-config))
|
||||
KCPTUN_COMPONENTS:=server client
|
||||
$(foreach component,$(KCPTUN_COMPONENTS), \
|
||||
$(eval $(call Package/kcptun/Default,$(component))) \
|
||||
$(eval $(call GoBinPackage,kcptun-$(component))) \
|
||||
$(eval $(call BuildPackage,kcptun-$(component))) \
|
||||
)
|
|
@ -1,43 +0,0 @@
|
|||
config server
|
||||
option disabled 1
|
||||
option listen 29900
|
||||
option target '127.0.0.1'
|
||||
option target_port 12948
|
||||
option crypt 'aes'
|
||||
option key 'secret'
|
||||
option mode 'fast'
|
||||
option datashard 10
|
||||
option parityshard 3
|
||||
option dscp 46
|
||||
option nocomp 1
|
||||
option snmplog '/var/log/snmp.log'
|
||||
option snmpperiod 60
|
||||
option pprof 1
|
||||
option quiet 1
|
||||
option syslog 1
|
||||
option user nobody
|
||||
|
||||
config client
|
||||
option disabled 1
|
||||
option bind_address '0.0.0.0'
|
||||
option local_port 12948
|
||||
option server 'vps'
|
||||
option server_port 29900
|
||||
option crypt 'aes'
|
||||
option key 'secret'
|
||||
option mode 'fast'
|
||||
option conn 1
|
||||
option autoexpire 0
|
||||
option scavengettl 600
|
||||
option mtu 1350
|
||||
option sndwnd 128
|
||||
option rcvwnd 512
|
||||
option nocomp 1
|
||||
option sockbuf 4194304
|
||||
option smuxver 1
|
||||
option smuxbuf 4194304
|
||||
option streambuf 2097152
|
||||
option keepalive 10
|
||||
option quiet 1
|
||||
option gogc 20
|
||||
option user nobody
|
|
@ -1,174 +0,0 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
#
|
||||
# Copyright (C) 2019 Chao Liu <expiron18@gmail.com>
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v3.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
USE_PROCD=1
|
||||
START=99
|
||||
|
||||
confdir=/var/etc/kcptun
|
||||
bindir=/usr/bin
|
||||
|
||||
mkjson_server_conf() {
|
||||
[ "$disabled" = 0 ] || return 1
|
||||
[ -n "$listen" ] || return 1
|
||||
[ -n "$target" ] || return 1
|
||||
[ -n "$target_port" ] || return 1
|
||||
json_add_string listen ":$listen"
|
||||
json_add_string target "$target:$target_port"
|
||||
json_add_boolean pprof "$pprof"
|
||||
}
|
||||
|
||||
mkjson_client_conf() {
|
||||
[ "$disabled" = 0 ] || return 1
|
||||
[ -n "$local_port" ] || return 1
|
||||
[ -n "$server" ] || return 1
|
||||
[ -n "$server_port" ] || return 1
|
||||
json_add_string localaddr "$bind_address:$local_port"
|
||||
json_add_string remoteaddr "$server:$server_port"
|
||||
[ -z "$conn" ] || json_add_int conn "$conn"
|
||||
[ -z "$autoexpire" ] || json_add_int autoexpire "$autoexpire"
|
||||
[ -z "$scavengettl" ] || json_add_int scavengettl "$scavengettl"
|
||||
}
|
||||
|
||||
kcptun() {
|
||||
local cfg="$1"
|
||||
local cfgtype="$2"
|
||||
local bin="$bindir/kcptun-$cfgtype"
|
||||
local confjson="$confdir/$cfgtype.$cfg.json"
|
||||
|
||||
[ -x "$bin" ] || return
|
||||
eval "$("validate_${cfgtype}_section" "$cfg" validate_mklocal)"
|
||||
"validate_${cfgtype}_section" "$cfg" || return
|
||||
[ "$disabled" = 0 ] || return
|
||||
|
||||
json_init
|
||||
mkjson_${cfgtype}_conf || return
|
||||
[ -z "$crypt" ] || json_add_string crypt "$crypt"
|
||||
[ -z "$key" ] || json_add_string key "$key"
|
||||
[ -z "$mode" ] || json_add_string mode "$mode"
|
||||
[ -z "$mtu" ] || json_add_int mtu "$mtu"
|
||||
[ -z "$sndwnd" ] || json_add_int sndwnd "$sndwnd"
|
||||
[ -z "$rcvwnd" ] || json_add_int rcvwnd "$rcvwnd"
|
||||
[ -z "$datashard" ] || json_add_int datashard "$datashard"
|
||||
[ -z "$parityshard" ] || json_add_int parityshard "$parityshard"
|
||||
[ -z "$dscp" ] || json_add_int dscp "$dscp"
|
||||
json_add_boolean nocomp "$nocomp"
|
||||
[ -z "$sockbuf" ] || json_add_int sockbuf "$sockbuf"
|
||||
[ -z "$smuxver" ] || json_add_int smuxver "$smuxver"
|
||||
[ -z "$smuxbuf" ] || json_add_int smuxbuf "$smuxbuf"
|
||||
[ -z "$streambuf" ] || json_add_int streambuf "$streambuf"
|
||||
[ -z "$keepalive" ] || json_add_int keepalive "$keepalive"
|
||||
[ -z "$snmplog" ] || json_add_string snmplog "$snmplog"
|
||||
[ -z "$snmpperiod" ] || json_add_int snmpperiod "$snmpperiod"
|
||||
json_add_boolean quiet "$quiet"
|
||||
json_dump -i > "$confjson"
|
||||
|
||||
procd_open_instance "$cfgtype.$cfg"
|
||||
procd_set_param command "$bin" -c "$confjson"
|
||||
[ -z "$gogc" ] || procd_set_param env GOGC="$gogc"
|
||||
[ -z "$syslog" ] || procd_set_param stderr 1
|
||||
[ -z "$user" ] || procd_set_param user "$user"
|
||||
procd_set_param file "$confjson"
|
||||
procd_set_param respawn
|
||||
procd_close_instance
|
||||
}
|
||||
|
||||
start_service() {
|
||||
local cfgtype
|
||||
|
||||
mkdir -p "$confdir"
|
||||
config_load kcptun
|
||||
for cfgtype in server client; do
|
||||
config_foreach kcptun "$cfgtype" "$cfgtype"
|
||||
done
|
||||
}
|
||||
|
||||
stop_service() {
|
||||
rm -rf "$confdir"
|
||||
}
|
||||
|
||||
service_triggers() {
|
||||
procd_add_reload_interface_trigger wan
|
||||
procd_add_reload_trigger kcptun
|
||||
procd_open_validate
|
||||
validate_server_section
|
||||
validate_client_section
|
||||
procd_close_validate
|
||||
}
|
||||
|
||||
validate_mklocal() {
|
||||
local tuple opts
|
||||
|
||||
shift 2
|
||||
for tuple in "$@"; do
|
||||
opts="${tuple%%:*} $opts"
|
||||
done
|
||||
[ -z "$opts" ] || echo "local $opts"
|
||||
}
|
||||
|
||||
validate() {
|
||||
uci_validate_section kcptun "$@"
|
||||
}
|
||||
|
||||
validate_common_options() {
|
||||
local cfgtype="$1"; shift
|
||||
local cfg="$1"; shift
|
||||
local func="$1"; shift
|
||||
local crypt_methods='"aes", "aes-128", "aes-192", "salsa20", "blowfish", "twofish", "cast5", "3des", "tea", "xtea", "xor", "sm4", "none"'
|
||||
local mode_profiles='"fast3", "fast2", "fast", "normal", "manual"'
|
||||
|
||||
"${func:-validate}" "$cfgtype" "$cfg" "$@" \
|
||||
'disabled:bool:0' \
|
||||
'key:string' \
|
||||
"crypt:or($crypt_methods)" \
|
||||
"mode:or($mode_profiles)" \
|
||||
'mtu:uinteger' \
|
||||
'sndwnd:uinteger' \
|
||||
'rcvwnd:uinteger' \
|
||||
'datashard:uinteger' \
|
||||
'parityshard:uinteger' \
|
||||
'dscp:uinteger' \
|
||||
'nocomp:bool' \
|
||||
'sockbuf:uinteger' \
|
||||
'smuxver:uinteger' \
|
||||
'smuxbuf:uinteger' \
|
||||
'streambuf:uinteger' \
|
||||
'keepalive:uinteger' \
|
||||
'snmplog:string' \
|
||||
'snmpperiod:uinteger' \
|
||||
'quiet:bool' \
|
||||
'gogc:uinteger' \
|
||||
'syslog:bool:1' \
|
||||
'user:string:nobody'
|
||||
}
|
||||
|
||||
validate_server_options() {
|
||||
validate_common_options server "$@" \
|
||||
'listen:port' \
|
||||
'target:host' \
|
||||
'target_port:port' \
|
||||
'pprof:bool'
|
||||
}
|
||||
|
||||
validate_client_options() {
|
||||
validate_common_options client "$@" \
|
||||
'bind_address:ipaddr' \
|
||||
'local_port:port' \
|
||||
'server:host' \
|
||||
'server_port:port' \
|
||||
'conn:uinteger' \
|
||||
'autoexpire:uinteger' \
|
||||
'scavengettl:uinteger'
|
||||
}
|
||||
|
||||
validate_server_section() {
|
||||
validate_server_options "$1" "$2"
|
||||
}
|
||||
|
||||
validate_client_section() {
|
||||
validate_client_options "$1" "$2"
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -375,6 +375,7 @@
|
|||
2227q.com
|
||||
222im.com
|
||||
225c34aba07.com
|
||||
2276bf7413.com
|
||||
22qzhao5.cn
|
||||
23.109.87.101
|
||||
23.109.87.42
|
||||
|
@ -819,6 +820,7 @@
|
|||
5qoh.cn
|
||||
5socks.cn
|
||||
5t59uw2iuh.com
|
||||
5toft8or7on8tt.com
|
||||
5vpbnbkiey24.com
|
||||
5wuefo9haif3.com
|
||||
5y9nfpes.52pk.com
|
||||
|
@ -2028,6 +2030,7 @@ adop.co
|
|||
adop.pw
|
||||
adoperatorx.com
|
||||
adopexchange.com
|
||||
adoptexplorationanguish.com
|
||||
adoptpassivepromise.com
|
||||
adoptum.net
|
||||
adorableold.com
|
||||
|
@ -3014,6 +3017,7 @@ aftdt.cn
|
|||
afterdownload.com
|
||||
afterdownloads.com
|
||||
afterthoughtdevil.com
|
||||
aftist.com
|
||||
aftjohnanodes.com
|
||||
ag1.zuszw.com
|
||||
agacelebir.com
|
||||
|
@ -3191,6 +3195,7 @@ ajkzd9h.com
|
|||
ajoqysuc.xyz
|
||||
ajrequestion.xyz
|
||||
ajwssds.com
|
||||
ajxx98.online
|
||||
ak.imgaft.com
|
||||
ak0429.com
|
||||
ak0gsh40.com
|
||||
|
@ -3328,6 +3333,7 @@ alphagodaddy.com
|
|||
alphonso.tv
|
||||
alpurtxslb.com
|
||||
alreadygrippatsy.com
|
||||
alreat.com
|
||||
als-svc.nytimes.com
|
||||
alstrome9riya10.com
|
||||
altao.xyz
|
||||
|
@ -4027,6 +4033,7 @@ awin1.com
|
|||
awleo.cn
|
||||
awlnqqackjkixk.com
|
||||
awltovhc.com
|
||||
awmdelivery.com
|
||||
awmserve.com
|
||||
awnxcexsy.xyz
|
||||
awokedoubtless.com
|
||||
|
@ -4464,6 +4471,7 @@ barscreative1.com
|
|||
bas.boshi.tv
|
||||
basebanner.com
|
||||
basheighthnumerous.com
|
||||
bashfulweaponsscratch.com
|
||||
basinmodelingcolumns.com
|
||||
baskba.xyz
|
||||
basketballbelieve.com
|
||||
|
@ -4901,6 +4909,7 @@ bihaipack.com
|
|||
bihamcurchef.cam
|
||||
bihexoipaomfjie.xyz
|
||||
bihutg.com
|
||||
biisonalmflevqg.top
|
||||
bijayrxkkppm.com
|
||||
bikesmachineryi.com
|
||||
bikesmodestnotoriety.com
|
||||
|
@ -7345,6 +7354,7 @@ d1e28xq8vu3baf.cloudfront.net
|
|||
d1ebha2k07asm5.cloudfront.net
|
||||
d1esebcdm6wx7j.cloudfront.net
|
||||
d1ev866ubw90c6.cloudfront.net
|
||||
d1ezlc9vy4yc7g.cloudfront.net
|
||||
d1f05vr3sjsuy7.cloudfront.net
|
||||
d1fs2ef81chg3.cloudfront.net
|
||||
d1il9t8pu4dsoj.cloudfront.net
|
||||
|
@ -7724,6 +7734,7 @@ daugloon.net
|
|||
daurmonb.com
|
||||
dawhomeno.com
|
||||
dawmal.com
|
||||
dawwscr.cn
|
||||
dayanygold.com
|
||||
dayouyuanliao.com
|
||||
daysaristocracy.com
|
||||
|
@ -7849,6 +7860,7 @@ defyraspypuke.com
|
|||
degreenoxious.com
|
||||
degrtdqvaansd.com
|
||||
degryrubi.com
|
||||
degustswaughts.com
|
||||
dehtxweiq.com
|
||||
dehua.ixinfan.com
|
||||
dehuaguanyin.com
|
||||
|
@ -8539,6 +8551,7 @@ drpurrmcirwurb.com
|
|||
drtuproft.com
|
||||
druadirjfviwn.xyz
|
||||
drumcash.com
|
||||
drumimaring.xyz
|
||||
drunkenknowing.com
|
||||
drydrum.com
|
||||
dryraw.vip
|
||||
|
@ -8978,6 +8991,7 @@ ef37e8027b.com
|
|||
efd3b86a5fbddda.com
|
||||
efe0df50ac.com
|
||||
effacerevealing.com
|
||||
effectivecpmcontent.com
|
||||
effectivecpmgate.com
|
||||
effectivedisplaycontent.com
|
||||
effectivedisplayformat.com
|
||||
|
@ -9154,6 +9168,7 @@ engage.dnsfilter.com
|
|||
engage.webshrinker.com
|
||||
engage.windows.com
|
||||
engagebdr.com
|
||||
engagedthicketforeman.com
|
||||
engagesrvr.filefactory.com
|
||||
engageya.com
|
||||
engine.eroge.com
|
||||
|
@ -9262,6 +9277,7 @@ epzpzmg.cn
|
|||
eq984.cn
|
||||
eqads.com
|
||||
eqfgc.com
|
||||
eqlidke.cn
|
||||
eqljprszxo.com
|
||||
eqnylooggau.xyz
|
||||
eqsstvfotd.com
|
||||
|
@ -9914,6 +9930,7 @@ findyourcasino.com
|
|||
finedqueerrigid.com
|
||||
finedsweetonly.com
|
||||
fineoffer.net
|
||||
finestflirtcudgel.com
|
||||
fingahvf.top
|
||||
fingsmelis.pro
|
||||
finized.co
|
||||
|
@ -10314,6 +10331,7 @@ fuguilm.com
|
|||
fuhaimuye.cn
|
||||
fuhykici.xyz
|
||||
fujincenter.com
|
||||
fuklvbuuronj.com
|
||||
fukpgbwf.com
|
||||
fuligrs.cn
|
||||
fullcdn.ga
|
||||
|
@ -10399,6 +10417,7 @@ fxyg168.com
|
|||
fxyjmp.top
|
||||
fy4zb.cn
|
||||
fyan.tech
|
||||
fyesqma.cn
|
||||
fyhishushe.com
|
||||
fyijt.cn
|
||||
fyjyhm.com
|
||||
|
@ -10768,6 +10787,7 @@ giddyattendant.com
|
|||
giddycoat.com
|
||||
gigaads.xyz
|
||||
gigacpmserv.com
|
||||
giglelazo.pro
|
||||
gilarditus.com
|
||||
gilgamesh-amu.com
|
||||
gilhgiotmsv.com
|
||||
|
@ -11175,6 +11195,7 @@ grichewoza.pro
|
|||
grifictuberal.site
|
||||
grilledjut.com
|
||||
grilydivy.com
|
||||
griotsspeos.com
|
||||
grirault.net
|
||||
gritchuw.com
|
||||
grivupie.net
|
||||
|
@ -11439,6 +11460,7 @@ hadskiz.com
|
|||
hadsokz.com
|
||||
hadspmz.com
|
||||
haftobso.net
|
||||
hagdonsplacque.com
|
||||
haghalra.com
|
||||
hagqlhroomwjew.com
|
||||
hahazl.com
|
||||
|
@ -12178,6 +12200,7 @@ htlbid.com
|
|||
htmonster.com
|
||||
htmorn.com
|
||||
htmuhftnu.com
|
||||
hton.ren
|
||||
htopensationclie.info
|
||||
htranldpkzgx.com
|
||||
htsj.vip
|
||||
|
@ -12880,6 +12903,7 @@ intimidatepropel.com
|
|||
intimidatewearisomespecialist.com
|
||||
intnotif.club
|
||||
intrudeaccess.com
|
||||
intrudesome.com
|
||||
intxt.cn
|
||||
inurneddoggish.com
|
||||
inuropag.tk
|
||||
|
@ -13472,6 +13496,7 @@ joicky.com
|
|||
joiningpreferencemobile.com
|
||||
joinnowinstantly.com
|
||||
jokelibellous.com
|
||||
joker6.fun
|
||||
jolecyclist.com
|
||||
jolic2.com
|
||||
jollyfirmexterminate.com
|
||||
|
@ -15166,6 +15191,7 @@ lzmm8.com
|
|||
lzqicpumq.com
|
||||
lzrikate.com
|
||||
lzscagcpmroyyz.com
|
||||
lzwnb.site
|
||||
m-rtb.com
|
||||
m-shes.ru
|
||||
m.aty.sohu.com
|
||||
|
@ -15472,6 +15498,7 @@ mbzgogo.xyz
|
|||
mc.tvzhe.com
|
||||
mc.weather.com.cn
|
||||
mcaril.com
|
||||
mcaspkd.cn
|
||||
mcdhshlsboom.com
|
||||
mcdlks.com
|
||||
mcdncoiw.com
|
||||
|
@ -15492,6 +15519,7 @@ mdadx.com
|
|||
mdcytqwnbr.com
|
||||
mdehyvckjaou.com
|
||||
mdffun.cn
|
||||
mdkjefq.cn
|
||||
mdn2015x1.com
|
||||
mdous.com
|
||||
mdpqambxvmzai.com
|
||||
|
@ -16271,6 +16299,7 @@ mvlkvth.cn
|
|||
mvlqhielqnsdmy.com
|
||||
mvtmkpysz.com
|
||||
mwbiwypvprg.com
|
||||
mwbsvh.cn
|
||||
mwprotected.com
|
||||
mwquick.com
|
||||
mx.loubiqu.com
|
||||
|
@ -16500,6 +16529,7 @@ ndihjiyeo.com
|
|||
ndikvccwz.com
|
||||
nditlookslike.biz
|
||||
ndlobvsnyfk.xyz
|
||||
ndollarhe.com
|
||||
ndparking.com
|
||||
ndroip.com
|
||||
ndtzx.com
|
||||
|
@ -16955,6 +16985,7 @@ nscontext.com
|
|||
nsdsvc.com
|
||||
nsdzrhsb.com
|
||||
nsecretaflicti.info
|
||||
nsfwadds.com
|
||||
nshkedu.com
|
||||
nsionscorm.com
|
||||
nsmartad.com
|
||||
|
@ -17652,6 +17683,7 @@ outoctillerytor.com
|
|||
outovenmusths.com
|
||||
outpacetochers.com
|
||||
outragedisgraceful.com
|
||||
outrageousexplosion.com
|
||||
outrodetops.com
|
||||
outrushfetor.cam
|
||||
outseeltor.com
|
||||
|
@ -19299,6 +19331,7 @@ qdwght.com
|
|||
qdyazc.com
|
||||
qdzyspjx.com
|
||||
qebodu.com
|
||||
qecqdbilsawwstw.xyz
|
||||
qehdbfjgydvpp.top
|
||||
qel-qel-fie.com
|
||||
qertewrt.com
|
||||
|
@ -19547,6 +19580,7 @@ quicksandear.com
|
|||
quidachieve.com
|
||||
quideo.men
|
||||
quietknowledge.com
|
||||
quiltobserve.com
|
||||
quinst.com
|
||||
quintus-mil.com
|
||||
quipin.cn
|
||||
|
@ -20413,6 +20447,7 @@ roxyaffiliates.com
|
|||
royalcactus.com
|
||||
rozamimo9za10.com
|
||||
rozivpxtl.com
|
||||
rozumotterer.com
|
||||
rpersonals.com
|
||||
rprinc6etodn9kunjiv.com
|
||||
rprygapywrk.com
|
||||
|
@ -20476,6 +20511,7 @@ rtlggubycdpgjt.com
|
|||
rtmark.net
|
||||
rtnews.pro
|
||||
rtoukfareputf.com
|
||||
rtpawnwlcciii.com
|
||||
rtpdn10.com
|
||||
rtpdn11.com
|
||||
rtpdn12.com
|
||||
|
@ -21907,6 +21943,7 @@ ssb.ah499.com
|
|||
ssbyysdaj.com
|
||||
ssdaili.com
|
||||
ssdoi.com
|
||||
ssdsss.top
|
||||
ssers.xyz
|
||||
ssettoourm.com
|
||||
ssgg.chazidian.com
|
||||
|
@ -21935,6 +21972,7 @@ ssuilbtg.xyz
|
|||
ssvttlmmsrbhv.com
|
||||
ssznrs.com
|
||||
st.dynamicyield.com
|
||||
st1net.com
|
||||
stack-sonar.com
|
||||
stackadapt.com
|
||||
stackattacka.com
|
||||
|
@ -22216,6 +22254,7 @@ subqueriessalutationcurtain.com
|
|||
subscribe.hearstmags.com
|
||||
subscriberpursuehum.com
|
||||
subshall.cn
|
||||
subtillglowed.com
|
||||
subtlepeel.com
|
||||
suburbdiscernbreeder.com
|
||||
succeedkid.com
|
||||
|
@ -22253,6 +22292,7 @@ summerobject.com
|
|||
sumo.com
|
||||
sumofainstuff.com
|
||||
sumome.com
|
||||
sumshaggy.com
|
||||
sunang37.cn
|
||||
sundady.online
|
||||
sundayceremonytitanic.com
|
||||
|
@ -22694,6 +22734,7 @@ tecors.com
|
|||
tecuil.com
|
||||
tedinexplori.biz
|
||||
tedioustooth.com
|
||||
tedmonasty.xyz
|
||||
tedmonastyd.com
|
||||
tedropkinthenligh.pro
|
||||
tedruptcyfal.info
|
||||
|
@ -23621,6 +23662,7 @@ tubemov.com
|
|||
tudotecnologia.site
|
||||
tuesdayfetidlit.com
|
||||
tuezse.cn
|
||||
tufsjnk.cn
|
||||
tuftingkuan.com
|
||||
tugnote.com
|
||||
tuifish.com
|
||||
|
@ -24649,6 +24691,7 @@ vriwjpzvh.com
|
|||
vrmynha.cn
|
||||
vrptgslcxm.com
|
||||
vrs.cz
|
||||
vrsshsdaa.com
|
||||
vrtrdvx.cn
|
||||
vrtzads.com
|
||||
vs.tucows.com
|
||||
|
@ -24816,6 +24859,7 @@ wangqipu.com
|
|||
wangtianci.cn
|
||||
wangxiaowei.ink
|
||||
wangxingkui.online
|
||||
wangyao.pro
|
||||
wangyasen.link
|
||||
wangyeshij.top
|
||||
wangyh.icu
|
||||
|
@ -25166,6 +25210,7 @@ whsdmiaxdujo.com
|
|||
whsepelmrnz.com
|
||||
whshangsha.com
|
||||
whsia.cn
|
||||
whsrdsweq.com
|
||||
whsseqpcs.top
|
||||
whugesto.net
|
||||
whughesh.com
|
||||
|
@ -26557,6 +26602,7 @@ ysdtcdnoox.com
|
|||
ysfc360.cn
|
||||
ysgqfroqbqk.xyz
|
||||
ysgsq.cn
|
||||
yshbklgje.com
|
||||
ysjkbk.com
|
||||
ysjwj.com
|
||||
ysmhcwwvgtcx.com
|
||||
|
|
|
@ -3,3 +3,4 @@ ifcfg.cn
|
|||
speed.neu.edu.cn/getIP.php
|
||||
ddns.oray.com/checkip
|
||||
www.net.cn/static/customercare/yourip.asp
|
||||
myip.ipip.net/s
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=microsocks
|
||||
PKG_VERSION=1.0.2
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=1.0.3
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/rofl0r/microsocks/tar.gz/v$(PKG_VERSION)?
|
||||
|
|
Loading…
Reference in New Issue