mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
update 2024-06-05 00:23:05
This commit is contained in:
parent
2148abf87f
commit
97423481da
@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=natflow
|
||||
PKG_VERSION:=20240606
|
||||
PKG_VERSION:=20240607
|
||||
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/ptpt52/natflow/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=4a23604e76ab4ddc454d084cc7cdd5a0eff3ac24809ecd46a4951bdddfb7a123
|
||||
PKG_HASH:=1404fdded445a053cd7c614c44354ebf9c8cea5bcb66fa7927d2db471a59ab8b
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
||||
PKG_MAINTAINER:=Chen Minqiang <ptpt52@gmail.com>
|
||||
|
@ -46,3 +46,25 @@ config qos_simple "simple1"
|
||||
option rx_rate '10Mbps'
|
||||
option tx_rate '5Mbps'
|
||||
option disabled '1'
|
||||
|
||||
config hostacl
|
||||
list host "baidu.com" #baidu.com and ALL *.baidu.com
|
||||
list host "www.qq.com" #www.qq.com and ALL *.www.qq.com
|
||||
option action "reset"
|
||||
option disabled '1'
|
||||
|
||||
config hostacl
|
||||
list host "google.com" #google.com and ALL *.google.com
|
||||
list host "v.qq.com"
|
||||
option action "drop"
|
||||
option disabled '1'
|
||||
|
||||
config hostacl
|
||||
list host "1.2.3.4" #HTTP ip access
|
||||
option action "reset"
|
||||
option disabled '1'
|
||||
|
||||
config hostacl
|
||||
list host "cn" #cn and ALL .cn domains
|
||||
option action 'record'
|
||||
option disabled "1"
|
||||
|
Loading…
Reference in New Issue
Block a user