56 lines
2.8 KiB
Markdown
56 lines
2.8 KiB
Markdown
iTXTech Daedalus
|
|
===============
|
|
__See the world outside through a CLEAN DNS.__
|
|
|
|
Introduction
|
|
-------------
|
|
This application can create a VPN tunnel to modify the DNS settings on Android.<br>
|
|
No root access required, no ads contained and functional under data connection.<br>
|
|
Through the DNS which are provided by third parties, users can visit Google, Twitter and so on via https directly without a VPN.<br>
|
|
<br>
|
|
Local hosts is located in SDCard/Android/data/org.itxtech.daedalus/files <br>
|
|
<br>
|
|
__Users must comply with local laws and regulations.__<br>
|
|
|
|
DNS providers
|
|
-------------
|
|
* __CuteDNS!__ - *Stop service due to police intervention.*
|
|
* __[Pure DNS](http://puredns.cn/)__ - *I DO NOT KNOW HOW TO DESCRIBE~~~*
|
|
* __[AIXYZ DNS](https://aixyz.com/)__ - __*For academic purposes only.*__
|
|
|
|
Requirements
|
|
-------------
|
|
* Minimum Android version: 4.0.4 (API 15) - __*Basic VPN functions*__
|
|
* Recommended Android version: >= 5.0 (API 21) - __*Full features*__
|
|
* Best Android version: >= 7.1 (API 25) - __*Launcher shortcuts*__
|
|
|
|
Get Daedalus
|
|
-------------
|
|
__[Releases](https://github.com/iTXTech/Daedalus/releases)__
|
|
|
|
Open Source Licenses
|
|
-------------
|
|
* __[ClearEditText](https://github.com/MrFuFuFu/ClearEditText)__ by *[Yuan Fu](https://github.com/MrFuFuFu)* - None
|
|
* __[DNS66](https://github.com/julian-klode/dns66)__ by *[Julian Andres Klode](https://github.com/julian-klode)* - [GPLv3](https://github.com/julian-klode/dns66/blob/master/COPYING)
|
|
* __[Pcap4J](https://github.com/kaitoy/pcap4j)__ by *[Kaito Yamada](https://github.com/kaitoy)* - [MIT](https://github.com/kaitoy/pcap4j)
|
|
* __[MiniDNS](https://github.com/rtreffer/minidns)__ by *[Rene Treffer](https://github.com/rtreffer)* - [LGPLv2.1](https://github.com/rtreffer/minidns/blob/master/LICENCE_LGPL2.1)
|
|
* __[hosts](https://github.com/racaljk/hosts)__ by *[Cthulhu](https://github.com/racaljk)* - [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh)
|
|
* __[google-hosts](https://github.com/fengixng/google-hosts)__ by *[fengixng](https://github.com/fengixng)* - None
|
|
|
|
License
|
|
------------
|
|
Copyright (C) 2017 by iTXTech <[admin@itxtech.org](mailto:admin@itxtech.org)><br>
|
|
Copyright (C) 2017 by PeratX <[peratx@itxtech.org](mailto:peratx@itxtech.org)>
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>. |