update-03.02
This commit is contained in:
parent
21b748bac7
commit
a2c55b5e5b
|
@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=UnblockNeteaseMusic
|
PKG_NAME:=UnblockNeteaseMusic
|
||||||
PKG_BASE_VERSION:=0.27.0-rc.4
|
PKG_BASE_VERSION:=0.27.0-rc.4
|
||||||
PKG_RELEASE:=90
|
PKG_RELEASE:=91
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/UnblockNeteaseMusic/server.git
|
PKG_SOURCE_URL:=https://github.com/UnblockNeteaseMusic/server.git
|
||||||
PKG_SOURCE_DATE:=2021-12-21
|
PKG_SOURCE_DATE:=2021-12-21
|
||||||
PKG_SOURCE_VERSION:=497d1d9cb331ab076ae66223faaaf93626a88de6
|
PKG_SOURCE_VERSION:=59ca6119b6d85543218c58a023266ae6930d0e1a
|
||||||
PKG_MIRROR_HASH:=skip
|
PKG_MIRROR_HASH:=skip
|
||||||
|
|
||||||
PKG_VERSION:=$(PKG_BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
|
PKG_VERSION:=$(PKG_BASE_VERSION)-$(PKG_SOURCE_DATE)-$(call version_abbrev,$(PKG_SOURCE_VERSION))
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=adguardhome
|
PKG_NAME:=adguardhome
|
||||||
PKG_VERSION:=0.108.0-b.3
|
PKG_VERSION:=0.107.4
|
||||||
PKG_RELEASE:=
|
PKG_RELEASE:=
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_VERSION:=6d0a43aad66239b462204f5386d495acd571c96a
|
PKG_SOURCE_VERSION:=dd2153b7ac2094b4f04ef9bcae6c8f5681ad61d6
|
||||||
PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome
|
PKG_SOURCE_URL:=https://github.com/AdguardTeam/AdGuardHome
|
||||||
PKG_MIRROR_HASH:=skip
|
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
|
2227q.com
|
||||||
222im.com
|
222im.com
|
||||||
225c34aba07.com
|
225c34aba07.com
|
||||||
|
2276bf7413.com
|
||||||
22qzhao5.cn
|
22qzhao5.cn
|
||||||
23.109.87.101
|
23.109.87.101
|
||||||
23.109.87.42
|
23.109.87.42
|
||||||
|
@ -819,6 +820,7 @@
|
||||||
5qoh.cn
|
5qoh.cn
|
||||||
5socks.cn
|
5socks.cn
|
||||||
5t59uw2iuh.com
|
5t59uw2iuh.com
|
||||||
|
5toft8or7on8tt.com
|
||||||
5vpbnbkiey24.com
|
5vpbnbkiey24.com
|
||||||
5wuefo9haif3.com
|
5wuefo9haif3.com
|
||||||
5y9nfpes.52pk.com
|
5y9nfpes.52pk.com
|
||||||
|
@ -2028,6 +2030,7 @@ adop.co
|
||||||
adop.pw
|
adop.pw
|
||||||
adoperatorx.com
|
adoperatorx.com
|
||||||
adopexchange.com
|
adopexchange.com
|
||||||
|
adoptexplorationanguish.com
|
||||||
adoptpassivepromise.com
|
adoptpassivepromise.com
|
||||||
adoptum.net
|
adoptum.net
|
||||||
adorableold.com
|
adorableold.com
|
||||||
|
@ -3014,6 +3017,7 @@ aftdt.cn
|
||||||
afterdownload.com
|
afterdownload.com
|
||||||
afterdownloads.com
|
afterdownloads.com
|
||||||
afterthoughtdevil.com
|
afterthoughtdevil.com
|
||||||
|
aftist.com
|
||||||
aftjohnanodes.com
|
aftjohnanodes.com
|
||||||
ag1.zuszw.com
|
ag1.zuszw.com
|
||||||
agacelebir.com
|
agacelebir.com
|
||||||
|
@ -3191,6 +3195,7 @@ ajkzd9h.com
|
||||||
ajoqysuc.xyz
|
ajoqysuc.xyz
|
||||||
ajrequestion.xyz
|
ajrequestion.xyz
|
||||||
ajwssds.com
|
ajwssds.com
|
||||||
|
ajxx98.online
|
||||||
ak.imgaft.com
|
ak.imgaft.com
|
||||||
ak0429.com
|
ak0429.com
|
||||||
ak0gsh40.com
|
ak0gsh40.com
|
||||||
|
@ -3328,6 +3333,7 @@ alphagodaddy.com
|
||||||
alphonso.tv
|
alphonso.tv
|
||||||
alpurtxslb.com
|
alpurtxslb.com
|
||||||
alreadygrippatsy.com
|
alreadygrippatsy.com
|
||||||
|
alreat.com
|
||||||
als-svc.nytimes.com
|
als-svc.nytimes.com
|
||||||
alstrome9riya10.com
|
alstrome9riya10.com
|
||||||
altao.xyz
|
altao.xyz
|
||||||
|
@ -4027,6 +4033,7 @@ awin1.com
|
||||||
awleo.cn
|
awleo.cn
|
||||||
awlnqqackjkixk.com
|
awlnqqackjkixk.com
|
||||||
awltovhc.com
|
awltovhc.com
|
||||||
|
awmdelivery.com
|
||||||
awmserve.com
|
awmserve.com
|
||||||
awnxcexsy.xyz
|
awnxcexsy.xyz
|
||||||
awokedoubtless.com
|
awokedoubtless.com
|
||||||
|
@ -4464,6 +4471,7 @@ barscreative1.com
|
||||||
bas.boshi.tv
|
bas.boshi.tv
|
||||||
basebanner.com
|
basebanner.com
|
||||||
basheighthnumerous.com
|
basheighthnumerous.com
|
||||||
|
bashfulweaponsscratch.com
|
||||||
basinmodelingcolumns.com
|
basinmodelingcolumns.com
|
||||||
baskba.xyz
|
baskba.xyz
|
||||||
basketballbelieve.com
|
basketballbelieve.com
|
||||||
|
@ -4901,6 +4909,7 @@ bihaipack.com
|
||||||
bihamcurchef.cam
|
bihamcurchef.cam
|
||||||
bihexoipaomfjie.xyz
|
bihexoipaomfjie.xyz
|
||||||
bihutg.com
|
bihutg.com
|
||||||
|
biisonalmflevqg.top
|
||||||
bijayrxkkppm.com
|
bijayrxkkppm.com
|
||||||
bikesmachineryi.com
|
bikesmachineryi.com
|
||||||
bikesmodestnotoriety.com
|
bikesmodestnotoriety.com
|
||||||
|
@ -7345,6 +7354,7 @@ d1e28xq8vu3baf.cloudfront.net
|
||||||
d1ebha2k07asm5.cloudfront.net
|
d1ebha2k07asm5.cloudfront.net
|
||||||
d1esebcdm6wx7j.cloudfront.net
|
d1esebcdm6wx7j.cloudfront.net
|
||||||
d1ev866ubw90c6.cloudfront.net
|
d1ev866ubw90c6.cloudfront.net
|
||||||
|
d1ezlc9vy4yc7g.cloudfront.net
|
||||||
d1f05vr3sjsuy7.cloudfront.net
|
d1f05vr3sjsuy7.cloudfront.net
|
||||||
d1fs2ef81chg3.cloudfront.net
|
d1fs2ef81chg3.cloudfront.net
|
||||||
d1il9t8pu4dsoj.cloudfront.net
|
d1il9t8pu4dsoj.cloudfront.net
|
||||||
|
@ -7724,6 +7734,7 @@ daugloon.net
|
||||||
daurmonb.com
|
daurmonb.com
|
||||||
dawhomeno.com
|
dawhomeno.com
|
||||||
dawmal.com
|
dawmal.com
|
||||||
|
dawwscr.cn
|
||||||
dayanygold.com
|
dayanygold.com
|
||||||
dayouyuanliao.com
|
dayouyuanliao.com
|
||||||
daysaristocracy.com
|
daysaristocracy.com
|
||||||
|
@ -7849,6 +7860,7 @@ defyraspypuke.com
|
||||||
degreenoxious.com
|
degreenoxious.com
|
||||||
degrtdqvaansd.com
|
degrtdqvaansd.com
|
||||||
degryrubi.com
|
degryrubi.com
|
||||||
|
degustswaughts.com
|
||||||
dehtxweiq.com
|
dehtxweiq.com
|
||||||
dehua.ixinfan.com
|
dehua.ixinfan.com
|
||||||
dehuaguanyin.com
|
dehuaguanyin.com
|
||||||
|
@ -8539,6 +8551,7 @@ drpurrmcirwurb.com
|
||||||
drtuproft.com
|
drtuproft.com
|
||||||
druadirjfviwn.xyz
|
druadirjfviwn.xyz
|
||||||
drumcash.com
|
drumcash.com
|
||||||
|
drumimaring.xyz
|
||||||
drunkenknowing.com
|
drunkenknowing.com
|
||||||
drydrum.com
|
drydrum.com
|
||||||
dryraw.vip
|
dryraw.vip
|
||||||
|
@ -8978,6 +8991,7 @@ ef37e8027b.com
|
||||||
efd3b86a5fbddda.com
|
efd3b86a5fbddda.com
|
||||||
efe0df50ac.com
|
efe0df50ac.com
|
||||||
effacerevealing.com
|
effacerevealing.com
|
||||||
|
effectivecpmcontent.com
|
||||||
effectivecpmgate.com
|
effectivecpmgate.com
|
||||||
effectivedisplaycontent.com
|
effectivedisplaycontent.com
|
||||||
effectivedisplayformat.com
|
effectivedisplayformat.com
|
||||||
|
@ -9154,6 +9168,7 @@ engage.dnsfilter.com
|
||||||
engage.webshrinker.com
|
engage.webshrinker.com
|
||||||
engage.windows.com
|
engage.windows.com
|
||||||
engagebdr.com
|
engagebdr.com
|
||||||
|
engagedthicketforeman.com
|
||||||
engagesrvr.filefactory.com
|
engagesrvr.filefactory.com
|
||||||
engageya.com
|
engageya.com
|
||||||
engine.eroge.com
|
engine.eroge.com
|
||||||
|
@ -9262,6 +9277,7 @@ epzpzmg.cn
|
||||||
eq984.cn
|
eq984.cn
|
||||||
eqads.com
|
eqads.com
|
||||||
eqfgc.com
|
eqfgc.com
|
||||||
|
eqlidke.cn
|
||||||
eqljprszxo.com
|
eqljprszxo.com
|
||||||
eqnylooggau.xyz
|
eqnylooggau.xyz
|
||||||
eqsstvfotd.com
|
eqsstvfotd.com
|
||||||
|
@ -9914,6 +9930,7 @@ findyourcasino.com
|
||||||
finedqueerrigid.com
|
finedqueerrigid.com
|
||||||
finedsweetonly.com
|
finedsweetonly.com
|
||||||
fineoffer.net
|
fineoffer.net
|
||||||
|
finestflirtcudgel.com
|
||||||
fingahvf.top
|
fingahvf.top
|
||||||
fingsmelis.pro
|
fingsmelis.pro
|
||||||
finized.co
|
finized.co
|
||||||
|
@ -10314,6 +10331,7 @@ fuguilm.com
|
||||||
fuhaimuye.cn
|
fuhaimuye.cn
|
||||||
fuhykici.xyz
|
fuhykici.xyz
|
||||||
fujincenter.com
|
fujincenter.com
|
||||||
|
fuklvbuuronj.com
|
||||||
fukpgbwf.com
|
fukpgbwf.com
|
||||||
fuligrs.cn
|
fuligrs.cn
|
||||||
fullcdn.ga
|
fullcdn.ga
|
||||||
|
@ -10399,6 +10417,7 @@ fxyg168.com
|
||||||
fxyjmp.top
|
fxyjmp.top
|
||||||
fy4zb.cn
|
fy4zb.cn
|
||||||
fyan.tech
|
fyan.tech
|
||||||
|
fyesqma.cn
|
||||||
fyhishushe.com
|
fyhishushe.com
|
||||||
fyijt.cn
|
fyijt.cn
|
||||||
fyjyhm.com
|
fyjyhm.com
|
||||||
|
@ -10768,6 +10787,7 @@ giddyattendant.com
|
||||||
giddycoat.com
|
giddycoat.com
|
||||||
gigaads.xyz
|
gigaads.xyz
|
||||||
gigacpmserv.com
|
gigacpmserv.com
|
||||||
|
giglelazo.pro
|
||||||
gilarditus.com
|
gilarditus.com
|
||||||
gilgamesh-amu.com
|
gilgamesh-amu.com
|
||||||
gilhgiotmsv.com
|
gilhgiotmsv.com
|
||||||
|
@ -11175,6 +11195,7 @@ grichewoza.pro
|
||||||
grifictuberal.site
|
grifictuberal.site
|
||||||
grilledjut.com
|
grilledjut.com
|
||||||
grilydivy.com
|
grilydivy.com
|
||||||
|
griotsspeos.com
|
||||||
grirault.net
|
grirault.net
|
||||||
gritchuw.com
|
gritchuw.com
|
||||||
grivupie.net
|
grivupie.net
|
||||||
|
@ -11439,6 +11460,7 @@ hadskiz.com
|
||||||
hadsokz.com
|
hadsokz.com
|
||||||
hadspmz.com
|
hadspmz.com
|
||||||
haftobso.net
|
haftobso.net
|
||||||
|
hagdonsplacque.com
|
||||||
haghalra.com
|
haghalra.com
|
||||||
hagqlhroomwjew.com
|
hagqlhroomwjew.com
|
||||||
hahazl.com
|
hahazl.com
|
||||||
|
@ -12178,6 +12200,7 @@ htlbid.com
|
||||||
htmonster.com
|
htmonster.com
|
||||||
htmorn.com
|
htmorn.com
|
||||||
htmuhftnu.com
|
htmuhftnu.com
|
||||||
|
hton.ren
|
||||||
htopensationclie.info
|
htopensationclie.info
|
||||||
htranldpkzgx.com
|
htranldpkzgx.com
|
||||||
htsj.vip
|
htsj.vip
|
||||||
|
@ -12880,6 +12903,7 @@ intimidatepropel.com
|
||||||
intimidatewearisomespecialist.com
|
intimidatewearisomespecialist.com
|
||||||
intnotif.club
|
intnotif.club
|
||||||
intrudeaccess.com
|
intrudeaccess.com
|
||||||
|
intrudesome.com
|
||||||
intxt.cn
|
intxt.cn
|
||||||
inurneddoggish.com
|
inurneddoggish.com
|
||||||
inuropag.tk
|
inuropag.tk
|
||||||
|
@ -13472,6 +13496,7 @@ joicky.com
|
||||||
joiningpreferencemobile.com
|
joiningpreferencemobile.com
|
||||||
joinnowinstantly.com
|
joinnowinstantly.com
|
||||||
jokelibellous.com
|
jokelibellous.com
|
||||||
|
joker6.fun
|
||||||
jolecyclist.com
|
jolecyclist.com
|
||||||
jolic2.com
|
jolic2.com
|
||||||
jollyfirmexterminate.com
|
jollyfirmexterminate.com
|
||||||
|
@ -15166,6 +15191,7 @@ lzmm8.com
|
||||||
lzqicpumq.com
|
lzqicpumq.com
|
||||||
lzrikate.com
|
lzrikate.com
|
||||||
lzscagcpmroyyz.com
|
lzscagcpmroyyz.com
|
||||||
|
lzwnb.site
|
||||||
m-rtb.com
|
m-rtb.com
|
||||||
m-shes.ru
|
m-shes.ru
|
||||||
m.aty.sohu.com
|
m.aty.sohu.com
|
||||||
|
@ -15472,6 +15498,7 @@ mbzgogo.xyz
|
||||||
mc.tvzhe.com
|
mc.tvzhe.com
|
||||||
mc.weather.com.cn
|
mc.weather.com.cn
|
||||||
mcaril.com
|
mcaril.com
|
||||||
|
mcaspkd.cn
|
||||||
mcdhshlsboom.com
|
mcdhshlsboom.com
|
||||||
mcdlks.com
|
mcdlks.com
|
||||||
mcdncoiw.com
|
mcdncoiw.com
|
||||||
|
@ -15492,6 +15519,7 @@ mdadx.com
|
||||||
mdcytqwnbr.com
|
mdcytqwnbr.com
|
||||||
mdehyvckjaou.com
|
mdehyvckjaou.com
|
||||||
mdffun.cn
|
mdffun.cn
|
||||||
|
mdkjefq.cn
|
||||||
mdn2015x1.com
|
mdn2015x1.com
|
||||||
mdous.com
|
mdous.com
|
||||||
mdpqambxvmzai.com
|
mdpqambxvmzai.com
|
||||||
|
@ -16271,6 +16299,7 @@ mvlkvth.cn
|
||||||
mvlqhielqnsdmy.com
|
mvlqhielqnsdmy.com
|
||||||
mvtmkpysz.com
|
mvtmkpysz.com
|
||||||
mwbiwypvprg.com
|
mwbiwypvprg.com
|
||||||
|
mwbsvh.cn
|
||||||
mwprotected.com
|
mwprotected.com
|
||||||
mwquick.com
|
mwquick.com
|
||||||
mx.loubiqu.com
|
mx.loubiqu.com
|
||||||
|
@ -16500,6 +16529,7 @@ ndihjiyeo.com
|
||||||
ndikvccwz.com
|
ndikvccwz.com
|
||||||
nditlookslike.biz
|
nditlookslike.biz
|
||||||
ndlobvsnyfk.xyz
|
ndlobvsnyfk.xyz
|
||||||
|
ndollarhe.com
|
||||||
ndparking.com
|
ndparking.com
|
||||||
ndroip.com
|
ndroip.com
|
||||||
ndtzx.com
|
ndtzx.com
|
||||||
|
@ -16955,6 +16985,7 @@ nscontext.com
|
||||||
nsdsvc.com
|
nsdsvc.com
|
||||||
nsdzrhsb.com
|
nsdzrhsb.com
|
||||||
nsecretaflicti.info
|
nsecretaflicti.info
|
||||||
|
nsfwadds.com
|
||||||
nshkedu.com
|
nshkedu.com
|
||||||
nsionscorm.com
|
nsionscorm.com
|
||||||
nsmartad.com
|
nsmartad.com
|
||||||
|
@ -17652,6 +17683,7 @@ outoctillerytor.com
|
||||||
outovenmusths.com
|
outovenmusths.com
|
||||||
outpacetochers.com
|
outpacetochers.com
|
||||||
outragedisgraceful.com
|
outragedisgraceful.com
|
||||||
|
outrageousexplosion.com
|
||||||
outrodetops.com
|
outrodetops.com
|
||||||
outrushfetor.cam
|
outrushfetor.cam
|
||||||
outseeltor.com
|
outseeltor.com
|
||||||
|
@ -19299,6 +19331,7 @@ qdwght.com
|
||||||
qdyazc.com
|
qdyazc.com
|
||||||
qdzyspjx.com
|
qdzyspjx.com
|
||||||
qebodu.com
|
qebodu.com
|
||||||
|
qecqdbilsawwstw.xyz
|
||||||
qehdbfjgydvpp.top
|
qehdbfjgydvpp.top
|
||||||
qel-qel-fie.com
|
qel-qel-fie.com
|
||||||
qertewrt.com
|
qertewrt.com
|
||||||
|
@ -19547,6 +19580,7 @@ quicksandear.com
|
||||||
quidachieve.com
|
quidachieve.com
|
||||||
quideo.men
|
quideo.men
|
||||||
quietknowledge.com
|
quietknowledge.com
|
||||||
|
quiltobserve.com
|
||||||
quinst.com
|
quinst.com
|
||||||
quintus-mil.com
|
quintus-mil.com
|
||||||
quipin.cn
|
quipin.cn
|
||||||
|
@ -20413,6 +20447,7 @@ roxyaffiliates.com
|
||||||
royalcactus.com
|
royalcactus.com
|
||||||
rozamimo9za10.com
|
rozamimo9za10.com
|
||||||
rozivpxtl.com
|
rozivpxtl.com
|
||||||
|
rozumotterer.com
|
||||||
rpersonals.com
|
rpersonals.com
|
||||||
rprinc6etodn9kunjiv.com
|
rprinc6etodn9kunjiv.com
|
||||||
rprygapywrk.com
|
rprygapywrk.com
|
||||||
|
@ -20476,6 +20511,7 @@ rtlggubycdpgjt.com
|
||||||
rtmark.net
|
rtmark.net
|
||||||
rtnews.pro
|
rtnews.pro
|
||||||
rtoukfareputf.com
|
rtoukfareputf.com
|
||||||
|
rtpawnwlcciii.com
|
||||||
rtpdn10.com
|
rtpdn10.com
|
||||||
rtpdn11.com
|
rtpdn11.com
|
||||||
rtpdn12.com
|
rtpdn12.com
|
||||||
|
@ -21907,6 +21943,7 @@ ssb.ah499.com
|
||||||
ssbyysdaj.com
|
ssbyysdaj.com
|
||||||
ssdaili.com
|
ssdaili.com
|
||||||
ssdoi.com
|
ssdoi.com
|
||||||
|
ssdsss.top
|
||||||
ssers.xyz
|
ssers.xyz
|
||||||
ssettoourm.com
|
ssettoourm.com
|
||||||
ssgg.chazidian.com
|
ssgg.chazidian.com
|
||||||
|
@ -21935,6 +21972,7 @@ ssuilbtg.xyz
|
||||||
ssvttlmmsrbhv.com
|
ssvttlmmsrbhv.com
|
||||||
ssznrs.com
|
ssznrs.com
|
||||||
st.dynamicyield.com
|
st.dynamicyield.com
|
||||||
|
st1net.com
|
||||||
stack-sonar.com
|
stack-sonar.com
|
||||||
stackadapt.com
|
stackadapt.com
|
||||||
stackattacka.com
|
stackattacka.com
|
||||||
|
@ -22216,6 +22254,7 @@ subqueriessalutationcurtain.com
|
||||||
subscribe.hearstmags.com
|
subscribe.hearstmags.com
|
||||||
subscriberpursuehum.com
|
subscriberpursuehum.com
|
||||||
subshall.cn
|
subshall.cn
|
||||||
|
subtillglowed.com
|
||||||
subtlepeel.com
|
subtlepeel.com
|
||||||
suburbdiscernbreeder.com
|
suburbdiscernbreeder.com
|
||||||
succeedkid.com
|
succeedkid.com
|
||||||
|
@ -22253,6 +22292,7 @@ summerobject.com
|
||||||
sumo.com
|
sumo.com
|
||||||
sumofainstuff.com
|
sumofainstuff.com
|
||||||
sumome.com
|
sumome.com
|
||||||
|
sumshaggy.com
|
||||||
sunang37.cn
|
sunang37.cn
|
||||||
sundady.online
|
sundady.online
|
||||||
sundayceremonytitanic.com
|
sundayceremonytitanic.com
|
||||||
|
@ -22694,6 +22734,7 @@ tecors.com
|
||||||
tecuil.com
|
tecuil.com
|
||||||
tedinexplori.biz
|
tedinexplori.biz
|
||||||
tedioustooth.com
|
tedioustooth.com
|
||||||
|
tedmonasty.xyz
|
||||||
tedmonastyd.com
|
tedmonastyd.com
|
||||||
tedropkinthenligh.pro
|
tedropkinthenligh.pro
|
||||||
tedruptcyfal.info
|
tedruptcyfal.info
|
||||||
|
@ -23621,6 +23662,7 @@ tubemov.com
|
||||||
tudotecnologia.site
|
tudotecnologia.site
|
||||||
tuesdayfetidlit.com
|
tuesdayfetidlit.com
|
||||||
tuezse.cn
|
tuezse.cn
|
||||||
|
tufsjnk.cn
|
||||||
tuftingkuan.com
|
tuftingkuan.com
|
||||||
tugnote.com
|
tugnote.com
|
||||||
tuifish.com
|
tuifish.com
|
||||||
|
@ -24649,6 +24691,7 @@ vriwjpzvh.com
|
||||||
vrmynha.cn
|
vrmynha.cn
|
||||||
vrptgslcxm.com
|
vrptgslcxm.com
|
||||||
vrs.cz
|
vrs.cz
|
||||||
|
vrsshsdaa.com
|
||||||
vrtrdvx.cn
|
vrtrdvx.cn
|
||||||
vrtzads.com
|
vrtzads.com
|
||||||
vs.tucows.com
|
vs.tucows.com
|
||||||
|
@ -24816,6 +24859,7 @@ wangqipu.com
|
||||||
wangtianci.cn
|
wangtianci.cn
|
||||||
wangxiaowei.ink
|
wangxiaowei.ink
|
||||||
wangxingkui.online
|
wangxingkui.online
|
||||||
|
wangyao.pro
|
||||||
wangyasen.link
|
wangyasen.link
|
||||||
wangyeshij.top
|
wangyeshij.top
|
||||||
wangyh.icu
|
wangyh.icu
|
||||||
|
@ -25166,6 +25210,7 @@ whsdmiaxdujo.com
|
||||||
whsepelmrnz.com
|
whsepelmrnz.com
|
||||||
whshangsha.com
|
whshangsha.com
|
||||||
whsia.cn
|
whsia.cn
|
||||||
|
whsrdsweq.com
|
||||||
whsseqpcs.top
|
whsseqpcs.top
|
||||||
whugesto.net
|
whugesto.net
|
||||||
whughesh.com
|
whughesh.com
|
||||||
|
@ -26557,6 +26602,7 @@ ysdtcdnoox.com
|
||||||
ysfc360.cn
|
ysfc360.cn
|
||||||
ysgqfroqbqk.xyz
|
ysgqfroqbqk.xyz
|
||||||
ysgsq.cn
|
ysgsq.cn
|
||||||
|
yshbklgje.com
|
||||||
ysjkbk.com
|
ysjkbk.com
|
||||||
ysjwj.com
|
ysjwj.com
|
||||||
ysmhcwwvgtcx.com
|
ysmhcwwvgtcx.com
|
||||||
|
|
|
@ -3,3 +3,4 @@ ifcfg.cn
|
||||||
speed.neu.edu.cn/getIP.php
|
speed.neu.edu.cn/getIP.php
|
||||||
ddns.oray.com/checkip
|
ddns.oray.com/checkip
|
||||||
www.net.cn/static/customercare/yourip.asp
|
www.net.cn/static/customercare/yourip.asp
|
||||||
|
myip.ipip.net/s
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=microsocks
|
PKG_NAME:=microsocks
|
||||||
PKG_VERSION=1.0.2
|
PKG_VERSION:=1.0.3
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=$(AUTORELEASE)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/rofl0r/microsocks/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/rofl0r/microsocks/tar.gz/v$(PKG_VERSION)?
|
||||||
|
|
Loading…
Reference in New Issue