-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now you can convert them by yourself with a C++ program! Simple and easy. Just don't add any file extension when it asks the file name.
- Loading branch information
1 parent
6815094
commit 79b6835
Showing
11 changed files
with
38,143 additions
and
37,076 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
# Compiled Object files | ||
*.slo | ||
*.lo | ||
*.o | ||
*.obj | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Compiled Dynamic libraries | ||
*.so | ||
*.dylib | ||
*.dll | ||
|
||
# Fortran module files | ||
*.mod | ||
*.smod | ||
|
||
# Compiled Static libraries | ||
*.lai | ||
*.la | ||
*.a | ||
*.lib | ||
|
||
# Executables | ||
*.out | ||
*.app | ||
*.bat | ||
|
||
#JetBrain's Stuff | ||
.idea/* | ||
cmake-build-debug/* | ||
|
||
## Ignore Visual Studio temporary files, build results, and files | ||
|
||
# User-specific files | ||
*.suo | ||
*.user | ||
*.sln.docstates | ||
|
||
# Build results | ||
|
||
[Dd]ebug/ | ||
[Rr]elease/ | ||
x64/ | ||
build/ | ||
[Bb]in/ | ||
[Oo]bj/ | ||
|
||
# MSTest test Results | ||
[Tt]est[Rr]esult*/ | ||
[Bb]uild[Ll]og.* | ||
|
||
*_i.c | ||
*_p.c | ||
*.ilk | ||
*.meta | ||
*.obj | ||
*.pch | ||
*.pdb | ||
*.pgc | ||
*.pgd | ||
*.rsp | ||
*.sbr | ||
*.tlb | ||
*.tli | ||
*.tlh | ||
*.tmp | ||
*.tmp_proj | ||
*.log | ||
*.vspscc | ||
*.vssscc | ||
.builds | ||
*.pidb | ||
*.log | ||
*.scc | ||
|
||
# ========================= | ||
# Windows detritus | ||
# ========================= | ||
|
||
# Windows image file caches | ||
Thumbs.db | ||
ehthumbs.db | ||
|
||
# Folder config file | ||
Desktop.ini | ||
|
||
# Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
#Visual Studio Files in C++ | ||
*.VC.db | ||
*.VC.opendb | ||
*.ipch | ||
*.sln | ||
*.vcxproj* | ||
src/.vs/* |
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,7 +1,19 @@ | ||
# bind-china-list | ||
|
||
|
||
## Usage (For generators) | ||
|
||
1. Put the file you wanted with the exe located in ***builds*** folder | ||
2. Type in the filename without any extension when running the program. | ||
3. Type in the DNS you want to configure | ||
(I might support reading DNS from the original file, this program is mainly for the ChinaList). | ||
4. Enjoy! You've got the file. | ||
|
||
## Usage (For configs) | ||
Coverted China List from [felixonmars/dnsmasq-china-list](https://github.com/felixonmars/dnsmasq-china-list) for Bind Users | ||
Just include the file you downloaded/converted in /etc/bind/named.conf.local | ||
|
||
|
||
Just include the file you downloaded in /etc/bind/named.conf.local | ||
|
||
DO WHAT THE FUCK YOU WANT TO WITH THIS (NO LICENSE) | ||
|
Binary file not shown.
Oops, something went wrong.