Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Aug 25, 2017
1 parent d3db92c commit f43498d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ iTXTech Daedalus
===============
__No root required Android DNS modifier and hosts/DNSMasq resolver.__

[![Donate](https://img.shields.io/badge/alipay-donate-yellow.svg)](https://qr.alipay.com/a6x07022gffiehykicipv1a)
[![Build Status](https://travis-ci.org/iTXTech/Daedalus.svg?branch=master)](https://travis-ci.org/iTXTech/Daedalus)

Installation
-------------
__[Releases](https://github.com/iTXTech/Daedalus/releases)__

__[Beta Test Early Access](https://play.google.com/apps/testing/org.itxtech.daedalus)__

[<img alt='Get it on Google Play'
src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png'
height="80">](https://play.google.com/store/apps/details?id=org.itxtech.daedalus)
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/org/itxtech/daedalus/Daedalus.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ public void uncaughtException(Thread t, Throwable e) {
private static final String SHORTCUT_ID_ACTIVATE = "shortcut_activate";

public static final List<DNSServer> DNS_SERVERS = new ArrayList<DNSServer>() {{
add(new DNSServer("119.23.248.241", R.string.server_fundns));
add(new DNSServer("115.159.220.214", R.string.server_puredns_east_china));
add(new DNSServer("123.207.137.88", R.string.server_puredns_north_china));
add(new DNSServer("115.159.146.99", R.string.server_aixyz_east_china));
add(new DNSServer("123.206.21.48", R.string.server_aixyz_south_china));
add(new DNSServer("119.29.105.234", R.string.server_cutedns_south_china));
add(new DNSServer("119.23.248.241", R.string.server_fundns));
}};

public static final List<Rule> RULES = new ArrayList<Rule>() {{
Expand Down

0 comments on commit f43498d

Please sign in to comment.