HttpDNS/README.md

34 lines
712 B
Markdown
Raw Normal View History

2021-06-12 09:50:56 +08:00
# HttpDNS
提取 [mmmdbybyd](https://github.com/mmmdbybyd) CProxy 中 httpdns 核心功能用于Android
## Build
Linux编译:
make clean; make
windows 10子系统交叉编译:
apt-get install gcc-aarch64-linux-gnu
make clean; CROSS_COMPILE=aarch64-linux-gnu- make
Android NDK 编译:
make android
ndk-build NDK_PROJECT_PATH=. NDK_APPLICATION_MK=Application.mk APP_BUILD_SCRIPT=Android.mk
## Help Information
HttpDNS(2.0.1)
Author: aixiao@aixiao.me
启动命令:
httpdns httpdns.conf
结束命令:
httpdns stop
检测命令:
httpdns status
重启命令:
httpdns restart httpdns.conf