Skip to content

Commit

Permalink
update 2024-10-11 12:15:27
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzok8 committed Oct 11, 2024
1 parent fd8fe53 commit 50079fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luci-app-ssr-plus/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-ssr-plus
PKG_VERSION:=188
PKG_RELEASE:=6
PKG_RELEASE:=7

PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_$(PKG_NAME)_INCLUDE_NONE_V2RAY \
Expand Down Expand Up @@ -133,7 +133,7 @@ endchoice

config PACKAGE_$(PKG_NAME)_INCLUDE_ChinaDNS_NG
bool "Include ChinaDNS-NG"
default y
default n

config PACKAGE_$(PKG_NAME)_INCLUDE_MosDNS
bool "Include MosDNS"
Expand Down
2 changes: 2 additions & 0 deletions luci-app-ssr-plus/root/etc/init.d/shadowsocksr
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,8 @@ reset() {
add_list shadowsocksr.@access_control[0].wan_fw_ips=91.108.4.0/22
add_list shadowsocksr.@access_control[0].wan_fw_ips=91.108.56.0/22
add_list shadowsocksr.@access_control[0].wan_fw_ips=109.239.140.0/24
add_list shadowsocksr.@access_control[0].wan_fw_ips=8.8.8.8
add_list shadowsocksr.@access_control[0].wan_fw_ips=1.1.1.1
add_list shadowsocksr.@access_control[0].Interface='lan'
add shadowsocksr socks5_proxy
set shadowsocksr.@socks5_proxy[0].server='nil'
Expand Down

0 comments on commit 50079fa

Please sign in to comment.