forked from fw876/helloworld
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # luci-app-ssr-plus/root/etc/init.d/shadowsocksr # luci-app-ssr-plus/root/usr/bin/ssr-rules
- Loading branch information
Showing
7 changed files
with
76 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
luci-app-ssr-plus/root/usr/share/shadowsocksr/shadowsocksr.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
config global | ||
option global_server 'nil' | ||
option netflix_server 'nil' | ||
option netflix_proxy '0' | ||
option threads '0' | ||
option run_mode 'router' | ||
option dports '2' | ||
option custom_ports '80,443' | ||
option pdnsd_enable '1' | ||
option tunnel_forward '8.8.4.4:53' | ||
option monitor_enable '1' | ||
option enable_switch '1' | ||
option switch_time '667' | ||
option switch_timeout '5' | ||
option switch_try_count '3' | ||
option shunt_dns '1' | ||
option gfwlist_url 'https://fastly.jsdelivr.net/gh/YW5vbnltb3Vz/domain-list-community@release/gfwlist.txt' | ||
option chnroute_url 'https://ispip.clang.cn/all_cn.txt' | ||
option nfip_url 'https://fastly.jsdelivr.net/gh/QiuSimons/Netflix_IP/NF_only.txt' | ||
option adblock_url 'https://anti-ad.net/anti-ad-for-dnsmasq.conf' | ||
|
||
config server_subscribe | ||
option proxy '0' | ||
option auto_update_time '2' | ||
option auto_update '1' | ||
option filter_words '过期时间/剩余流量/QQ群/官网/防失联地址/回国' | ||
|
||
config access_control | ||
option lan_ac_mode '0' | ||
option router_proxy '1' | ||
list wan_fw_ips '149.154.160.0/20' | ||
list wan_fw_ips '67.198.55.0/24' | ||
list wan_fw_ips '91.108.4.0/22' | ||
list wan_fw_ips '91.108.56.0/22' | ||
list wan_fw_ips '109.239.140.0/24' | ||
list wan_fw_ips '8.8.8.8' | ||
list wan_fw_ips '1.1.1.1' | ||
list Interface 'lan' | ||
|
||
config socks5_proxy | ||
option server 'nil' | ||
option local_port '1080' | ||
|
||
config server_global | ||
option enable_server '0' | ||
|
||
config global_xray_fragment | ||
option fragment '0' | ||
option noise '0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=xray-core | ||
PKG_VERSION:=24.10.16 | ||
PKG_NAME:=Xray-core | ||
PKG_VERSION:=24.10.31 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)? | ||
PKG_HASH:=2964cf0cc7cb1b631591cc49c49160d1a478d2f83e4f0a1081e0bc6cc38d8725 | ||
PKG_HASH:=b61102ce87c61fa97c001cb08bb3ad794ff7184e2457bc58fe71206e53dcee83 | ||
|
||
PKG_MAINTAINER:=Tianling Shen <[email protected]> | ||
PKG_LICENSE:=MPL-2.0 | ||
|