Skip to content

Commit

Permalink
Converter!
Browse files Browse the repository at this point in the history
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
LBYPatrick committed May 4, 2017
1 parent 6815094 commit 79b6835
Show file tree
Hide file tree
Showing 11 changed files with 38,143 additions and 37,076 deletions.
99 changes: 99 additions & 0 deletions .gitignore
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/*
14 changes: 13 additions & 1 deletion README.md
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 added builds/dnsmasq-to-bind.exe
Binary file not shown.
Loading

0 comments on commit 79b6835

Please sign in to comment.