Updated README

This commit is contained in:
PeratX 2017-08-25 13:46:37 +08:00
parent d3db92ceed
commit f43498d821
2 changed files with 4 additions and 1 deletions

View File

@ -2,12 +2,15 @@ iTXTech Daedalus
=============== ===============
__No root required Android DNS modifier and hosts/DNSMasq resolver.__ __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) [![Build Status](https://travis-ci.org/iTXTech/Daedalus.svg?branch=master)](https://travis-ci.org/iTXTech/Daedalus)
Installation Installation
------------- -------------
__[Releases](https://github.com/iTXTech/Daedalus/releases)__ __[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' [<img alt='Get it on Google Play'
src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' 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) height="80">](https://play.google.com/store/apps/details?id=org.itxtech.daedalus)

View File

@ -54,12 +54,12 @@ public class Daedalus extends Application {
private static final String SHORTCUT_ID_ACTIVATE = "shortcut_activate"; private static final String SHORTCUT_ID_ACTIVATE = "shortcut_activate";
public static final List<DNSServer> DNS_SERVERS = new ArrayList<DNSServer>() {{ 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("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("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("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("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.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>() {{ public static final List<Rule> RULES = new ArrayList<Rule>() {{