mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-08 20:46:50 +03:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2aee77b9a2 |
@@ -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.4.3
|
PKG_VERSION:=0.4.4
|
||||||
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.4.3
|
PKG_VERSION:=0.4.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
|
PKG_MAINTAINER:=ITDog <podkop@itdog.info>
|
||||||
|
|||||||
@@ -797,6 +797,7 @@ sing_box_dns() {
|
|||||||
--arg fakeip "$FAKEIP" \
|
--arg fakeip "$FAKEIP" \
|
||||||
'.dns = {
|
'.dns = {
|
||||||
"strategy": "ipv4_only",
|
"strategy": "ipv4_only",
|
||||||
|
"independent_cache": true,
|
||||||
"fakeip": {
|
"fakeip": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"inet4_range": $fakeip
|
"inet4_range": $fakeip
|
||||||
|
|||||||
Reference in New Issue
Block a user