Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nextgen-router
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
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
MyCard
nextgen-router
Commits
f25d5d95
Commit
f25d5d95
authored
Dec 16, 2020
by
nanahira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove chnroute prepare script
parent
68932ced
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
prepare.sh
prepare.sh
+4
-4
No files found.
prepare.sh
View file @
f25d5d95
...
@@ -11,7 +11,7 @@ download_repo() {
...
@@ -11,7 +11,7 @@ download_repo() {
fi
fi
}
}
download_repo chnroutes2 https://github.com/misakaio/chnroutes2.git
#
download_repo chnroutes2 https://github.com/misakaio/chnroutes2.git
download_repo dnsmasq-china-list https://github.com/felixonmars/dnsmasq-china-list.git
download_repo dnsmasq-china-list https://github.com/felixonmars/dnsmasq-china-list.git
download_repo mycard-dnsmasq https://code.mycard.moe/mycard/dnsmasq
download_repo mycard-dnsmasq https://code.mycard.moe/mycard/dnsmasq
...
@@ -23,8 +23,8 @@ rm -rf ./data/china-list.conf
...
@@ -23,8 +23,8 @@ rm -rf ./data/china-list.conf
sed
's/114.114.114.114/china/g'
./dnsmasq-china-list/
*
.smartdns.conf
>>
./data/china-list.conf
sed
's/114.114.114.114/china/g'
./dnsmasq-china-list/
*
.smartdns.conf
>>
./data/china-list.conf
grep
-P
'^bogus-nxdomain=.+$'
dnsmasq-china-list/bogus-nxdomain.china.conf |
sed
's/=/ /g'
>>
./data/china-list.conf
grep
-P
'^bogus-nxdomain=.+$'
dnsmasq-china-list/bogus-nxdomain.china.conf |
sed
's/=/ /g'
>>
./data/china-list.conf
cd
lists
#
cd lists
python3 route_helper.py
#
python3 route_helper.py
cd
..
#
cd ..
curl
-sL
https://cokebar.github.io/gfwlist2dnsmasq/dnsmasq_gfwlist_ipset.conf |
grep
-P
'^ipset='
>
./data/gfwlist-ipset.conf
curl
-sL
https://cokebar.github.io/gfwlist2dnsmasq/dnsmasq_gfwlist_ipset.conf |
grep
-P
'^ipset='
>
./data/gfwlist-ipset.conf
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