Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
24116b53
Commit
24116b53
authored
Mar 24, 2018
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable China IP list in overture
parent
cffd9d1e
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5079 deletions
+1
-5079
core/src/overture/src/github.com/shadowsocks/overture
core/src/overture/src/github.com/shadowsocks/overture
+1
-1
mobile/src/main/assets/overture/china_ip_list.txt
mobile/src/main/assets/overture/china_ip_list.txt
+0
-5077
mobile/src/main/java/com/github/shadowsocks/bg/LocalDnsService.kt
...rc/main/java/com/github/shadowsocks/bg/LocalDnsService.kt
+0
-1
No files found.
overture
@
e7594118
Subproject commit
58ab31a9fdfcc7f62f00c0b093ff6a37efcc3ff2
Subproject commit
e7594118e8cf164ffb53923b9b89ae169cb87156
mobile/src/main/assets/overture/china_ip_list.txt
deleted
100644 → 0
View file @
cffd9d1e
This diff is collapsed.
Click to expand it.
mobile/src/main/java/com/github/shadowsocks/bg/LocalDnsService.kt
View file @
24116b53
...
@@ -84,7 +84,6 @@ object LocalDnsService {
...
@@ -84,7 +84,6 @@ object LocalDnsService {
Acl
.
BYPASS_CHN
,
Acl
.
BYPASS_LAN_CHN
,
Acl
.
GFWLIST
,
Acl
.
CUSTOM_RULES
->
config
Acl
.
BYPASS_CHN
,
Acl
.
BYPASS_LAN_CHN
,
Acl
.
GFWLIST
,
Acl
.
CUSTOM_RULES
->
config
.
put
(
"PrimaryDNS"
,
localDns
)
.
put
(
"PrimaryDNS"
,
localDns
)
.
put
(
"AlternativeDNS"
,
remoteDns
)
.
put
(
"AlternativeDNS"
,
remoteDns
)
.
put
(
"IPNetworkFile"
,
"china_ip_list.txt"
)
.
put
(
"DomainFile"
,
data
.
aclFile
!!
.
absolutePath
)
.
put
(
"DomainFile"
,
data
.
aclFile
!!
.
absolutePath
)
Acl
.
CHINALIST
->
config
Acl
.
CHINALIST
->
config
.
put
(
"PrimaryDNS"
,
localDns
)
.
put
(
"PrimaryDNS"
,
localDns
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment