Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3d05fe8be4 | ||
|
|
6ddf9d3b24 |
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-podkop
|
PKG_NAME:=luci-app-podkop
|
||||||
PKG_VERSION:=0.3.20
|
PKG_VERSION:=0.3.21
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI podkop app
|
LUCI_TITLE:=LuCI podkop app
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=podkop
|
PKG_NAME:=podkop
|
||||||
PKG_VERSION:=0.3.20
|
PKG_VERSION:=0.3.21
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
|
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
|
||||||
|
|||||||
@@ -1432,7 +1432,7 @@ process_all_traffic_for_section() {
|
|||||||
sing_box_rules_source_ip_cidr() {
|
sing_box_rules_source_ip_cidr() {
|
||||||
log "Configure source_ip_cidr rule in sing-box"
|
log "Configure source_ip_cidr rule in sing-box"
|
||||||
local source_ip_cidr="$1"
|
local source_ip_cidr="$1"
|
||||||
local outbound="$2"
|
local outbound="$section"
|
||||||
|
|
||||||
local current_source_ip_cidr=$(jq -r ".route.rules[] | select(.outbound == \"$outbound\" and .source_ip_cidr) | .rule_set" $SING_BOX_CONFIG)
|
local current_source_ip_cidr=$(jq -r ".route.rules[] | select(.outbound == \"$outbound\" and .source_ip_cidr) | .rule_set" $SING_BOX_CONFIG)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user