Compare commits
70 Commits
Release27
...
Release32-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9829f6155 | ||
|
|
1923271630 | ||
|
|
c23ec7ea8f | ||
|
|
aad751c1f5 | ||
|
|
138df2fd5d | ||
|
|
297ea29639 | ||
|
|
bc0d6b89ca | ||
|
|
2148efd262 | ||
|
|
ce46ac58a7 | ||
|
|
c1f9941427 | ||
|
|
770ce9e8bc | ||
|
|
60d0fc856e | ||
|
|
95472129ee | ||
|
|
f79ceeac43 | ||
|
|
54801e1ed6 | ||
|
|
304e94bc6f | ||
|
|
3985ea8269 | ||
|
|
c2c418ed89 | ||
|
|
b78c9eb6fe | ||
|
|
0aec326d55 | ||
|
|
29e4d4b48b | ||
|
|
a6fe329105 | ||
|
|
c824c0abc5 | ||
|
|
3ad7cd7f45 | ||
|
|
b31792ad9b | ||
|
|
5a411c3937 | ||
|
|
0092212f46 | ||
|
|
f269f582f3 | ||
|
|
9bc32f9f01 | ||
|
|
f6255da2ad | ||
|
|
c5985d3f2d | ||
|
|
0d2d08586a | ||
|
|
c8ab6db39e | ||
|
|
2afd4e7d4a | ||
|
|
20051a3698 | ||
|
|
5f9167cf07 | ||
|
|
3cf2d35c13 | ||
|
|
8990446411 | ||
|
|
8f40eba083 | ||
|
|
4bd6c025db | ||
|
|
80174d9da5 | ||
|
|
7d1b850119 | ||
|
|
744a5409e0 | ||
|
|
d965df2c44 | ||
|
|
2322a9dbd0 | ||
|
|
aa7237f770 | ||
|
|
50572acc11 | ||
|
|
511f8c135c | ||
|
|
198d18f18a | ||
|
|
ba9fbc981f | ||
|
|
5a91e90ee3 | ||
|
|
982002e836 | ||
|
|
aaeae7167b | ||
|
|
0228a79991 | ||
|
|
d6c34658af | ||
|
|
cc93156ee3 | ||
|
|
8433729186 | ||
|
|
4464bb982e | ||
|
|
371aab6d4b | ||
|
|
01e4140722 | ||
|
|
2b08ffee98 | ||
|
|
9f27bb9b70 | ||
|
|
528d5c6ccc | ||
|
|
6bf6315a6d | ||
|
|
aaca1c013b | ||
|
|
25c6cab4a8 | ||
|
|
408c199564 | ||
|
|
044536aef6 | ||
|
|
1fb5cbbcd9 | ||
|
|
4e0cbc50b3 |
@@ -7,3 +7,4 @@ UseTab: ForContinuationAndIndentation
|
|||||||
MaxEmptyLinesToKeep: 1
|
MaxEmptyLinesToKeep: 1
|
||||||
AllowShortFunctionsOnASingleLine: Empty
|
AllowShortFunctionsOnASingleLine: Empty
|
||||||
BreakBeforeBraces: Linux
|
BreakBeforeBraces: Linux
|
||||||
|
ColumnLimit: 120
|
||||||
|
|||||||
20
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature.md
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: 需求建议
|
||||||
|
about: 需求建议描述
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**需求应用场景**
|
||||||
|
请描述需求应用的场景和方式。
|
||||||
|
|
||||||
|
**建议的方案**
|
||||||
|
实现上述场景建议的方案。
|
||||||
|
|
||||||
|
**设备信息**
|
||||||
|
1. 设备信息(CPU,厂家)
|
||||||
|
|
||||||
|
2. 固件信息
|
||||||
|
|
||||||
29
.github/ISSUE_TEMPLATE/issue.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/issue.md
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
name: 问题报告
|
||||||
|
about: 问题现象描述
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**问题现象**
|
||||||
|
简要描述问题出现的现象
|
||||||
|
|
||||||
|
**运行环境**
|
||||||
|
1. 固件型号
|
||||||
|
|
||||||
|
2. 运营商
|
||||||
|
|
||||||
|
**重现步骤**
|
||||||
|
1. 上游DNS配置。
|
||||||
|
|
||||||
|
2. 访问的域名。
|
||||||
|
|
||||||
|
|
||||||
|
**信息收集**
|
||||||
|
1. 将/var/log/smrtdns.log日志作为附件上传。
|
||||||
|
2. 如进程异常,请将coredump功能开启,上传coredump信息文件。
|
||||||
|
在自定义界面,开启设置->自定义设置->生成coredump配置,重现问题后提交coredump文件
|
||||||
|
coredump文件在/tmp目录下
|
||||||
|
|
||||||
18
Dockerfile
Normal file
18
Dockerfile
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
FROM debian:buster-slim
|
||||||
|
|
||||||
|
RUN apt update && \
|
||||||
|
apt install -y git make gcc libssl-dev && \
|
||||||
|
git clone https://github.com/pymumu/smartdns.git --depth 1 && \
|
||||||
|
cd smartdns && \
|
||||||
|
sh ./package/build-pkg.sh --platform debian --arch `dpkg --print-architecture` && \
|
||||||
|
dpkg -i package/*.deb && \
|
||||||
|
cd / && \
|
||||||
|
rm -rf smartdns/ && \
|
||||||
|
apt autoremove -y git make gcc libssl-dev && \
|
||||||
|
apt clean && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
EXPOSE 53/udp
|
||||||
|
VOLUME "/etc/smartdns/"
|
||||||
|
|
||||||
|
CMD ["/usr/sbin/smartdns", "-f"]
|
||||||
149
LICENSE
149
LICENSE
@@ -1,21 +1,23 @@
|
|||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
GNU GENERAL PUBLIC LICENSE
|
||||||
Version 3, 19 November 2007
|
Version 3, 29 June 2007
|
||||||
|
|
||||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
|
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
|
||||||
Everyone is permitted to copy and distribute verbatim copies
|
Everyone is permitted to copy and distribute verbatim copies
|
||||||
of this license document, but changing it is not allowed.
|
of this license document, but changing it is not allowed.
|
||||||
|
|
||||||
Preamble
|
Preamble
|
||||||
|
|
||||||
The GNU Affero General Public License is a free, copyleft license for
|
The GNU General Public License is a free, copyleft license for
|
||||||
software and other kinds of works, specifically designed to ensure
|
software and other kinds of works.
|
||||||
cooperation with the community in the case of network server software.
|
|
||||||
|
|
||||||
The licenses for most software and other practical works are designed
|
The licenses for most software and other practical works are designed
|
||||||
to take away your freedom to share and change the works. By contrast,
|
to take away your freedom to share and change the works. By contrast,
|
||||||
our General Public Licenses are intended to guarantee your freedom to
|
the GNU General Public License is intended to guarantee your freedom to
|
||||||
share and change all versions of a program--to make sure it remains free
|
share and change all versions of a program--to make sure it remains free
|
||||||
software for all its users.
|
software for all its users. We, the Free Software Foundation, use the
|
||||||
|
GNU General Public License for most of our software; it applies also to
|
||||||
|
any other work released this way by its authors. You can apply it to
|
||||||
|
your programs, too.
|
||||||
|
|
||||||
When we speak of free software, we are referring to freedom, not
|
When we speak of free software, we are referring to freedom, not
|
||||||
price. Our General Public Licenses are designed to make sure that you
|
price. Our General Public Licenses are designed to make sure that you
|
||||||
@@ -24,34 +26,44 @@ them if you wish), that you receive source code or can get it if you
|
|||||||
want it, that you can change the software or use pieces of it in new
|
want it, that you can change the software or use pieces of it in new
|
||||||
free programs, and that you know you can do these things.
|
free programs, and that you know you can do these things.
|
||||||
|
|
||||||
Developers that use our General Public Licenses protect your rights
|
To protect your rights, we need to prevent others from denying you
|
||||||
with two steps: (1) assert copyright on the software, and (2) offer
|
these rights or asking you to surrender the rights. Therefore, you have
|
||||||
you this License which gives you legal permission to copy, distribute
|
certain responsibilities if you distribute copies of the software, or if
|
||||||
and/or modify the software.
|
you modify it: responsibilities to respect the freedom of others.
|
||||||
|
|
||||||
A secondary benefit of defending all users' freedom is that
|
For example, if you distribute copies of such a program, whether
|
||||||
improvements made in alternate versions of the program, if they
|
gratis or for a fee, you must pass on to the recipients the same
|
||||||
receive widespread use, become available for other developers to
|
freedoms that you received. You must make sure that they, too, receive
|
||||||
incorporate. Many developers of free software are heartened and
|
or can get the source code. And you must show them these terms so they
|
||||||
encouraged by the resulting cooperation. However, in the case of
|
know their rights.
|
||||||
software used on network servers, this result may fail to come about.
|
|
||||||
The GNU General Public License permits making a modified version and
|
|
||||||
letting the public access it on a server without ever releasing its
|
|
||||||
source code to the public.
|
|
||||||
|
|
||||||
The GNU Affero General Public License is designed specifically to
|
Developers that use the GNU GPL protect your rights with two steps:
|
||||||
ensure that, in such cases, the modified source code becomes available
|
(1) assert copyright on the software, and (2) offer you this License
|
||||||
to the community. It requires the operator of a network server to
|
giving you legal permission to copy, distribute and/or modify it.
|
||||||
provide the source code of the modified version running there to the
|
|
||||||
users of that server. Therefore, public use of a modified version, on
|
|
||||||
a publicly accessible server, gives the public access to the source
|
|
||||||
code of the modified version.
|
|
||||||
|
|
||||||
An older license, called the Affero General Public License and
|
For the developers' and authors' protection, the GPL clearly explains
|
||||||
published by Affero, was designed to accomplish similar goals. This is
|
that there is no warranty for this free software. For both users' and
|
||||||
a different license, not a version of the Affero GPL, but Affero has
|
authors' sake, the GPL requires that modified versions be marked as
|
||||||
released a new version of the Affero GPL which permits relicensing under
|
changed, so that their problems will not be attributed erroneously to
|
||||||
this license.
|
authors of previous versions.
|
||||||
|
|
||||||
|
Some devices are designed to deny users access to install or run
|
||||||
|
modified versions of the software inside them, although the manufacturer
|
||||||
|
can do so. This is fundamentally incompatible with the aim of
|
||||||
|
protecting users' freedom to change the software. The systematic
|
||||||
|
pattern of such abuse occurs in the area of products for individuals to
|
||||||
|
use, which is precisely where it is most unacceptable. Therefore, we
|
||||||
|
have designed this version of the GPL to prohibit the practice for those
|
||||||
|
products. If such problems arise substantially in other domains, we
|
||||||
|
stand ready to extend this provision to those domains in future versions
|
||||||
|
of the GPL, as needed to protect the freedom of users.
|
||||||
|
|
||||||
|
Finally, every program is threatened constantly by software patents.
|
||||||
|
States should not allow patents to restrict development and use of
|
||||||
|
software on general-purpose computers, but in those that do, we wish to
|
||||||
|
avoid the special danger that patents applied to a free program could
|
||||||
|
make it effectively proprietary. To prevent this, the GPL assures that
|
||||||
|
patents cannot be used to render the program non-free.
|
||||||
|
|
||||||
The precise terms and conditions for copying, distribution and
|
The precise terms and conditions for copying, distribution and
|
||||||
modification follow.
|
modification follow.
|
||||||
@@ -60,7 +72,7 @@ modification follow.
|
|||||||
|
|
||||||
0. Definitions.
|
0. Definitions.
|
||||||
|
|
||||||
"This License" refers to version 3 of the GNU Affero General Public License.
|
"This License" refers to version 3 of the GNU General Public License.
|
||||||
|
|
||||||
"Copyright" also means copyright-like laws that apply to other kinds of
|
"Copyright" also means copyright-like laws that apply to other kinds of
|
||||||
works, such as semiconductor masks.
|
works, such as semiconductor masks.
|
||||||
@@ -537,45 +549,35 @@ to collect a royalty for further conveying from those to whom you convey
|
|||||||
the Program, the only way you could satisfy both those terms and this
|
the Program, the only way you could satisfy both those terms and this
|
||||||
License would be to refrain entirely from conveying the Program.
|
License would be to refrain entirely from conveying the Program.
|
||||||
|
|
||||||
13. Remote Network Interaction; Use with the GNU General Public License.
|
13. Use with the GNU Affero General Public License.
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, if you modify the
|
|
||||||
Program, your modified version must prominently offer all users
|
|
||||||
interacting with it remotely through a computer network (if your version
|
|
||||||
supports such interaction) an opportunity to receive the Corresponding
|
|
||||||
Source of your version by providing access to the Corresponding Source
|
|
||||||
from a network server at no charge, through some standard or customary
|
|
||||||
means of facilitating copying of software. This Corresponding Source
|
|
||||||
shall include the Corresponding Source for any work covered by version 3
|
|
||||||
of the GNU General Public License that is incorporated pursuant to the
|
|
||||||
following paragraph.
|
|
||||||
|
|
||||||
Notwithstanding any other provision of this License, you have
|
Notwithstanding any other provision of this License, you have
|
||||||
permission to link or combine any covered work with a work licensed
|
permission to link or combine any covered work with a work licensed
|
||||||
under version 3 of the GNU General Public License into a single
|
under version 3 of the GNU Affero General Public License into a single
|
||||||
combined work, and to convey the resulting work. The terms of this
|
combined work, and to convey the resulting work. The terms of this
|
||||||
License will continue to apply to the part which is the covered work,
|
License will continue to apply to the part which is the covered work,
|
||||||
but the work with which it is combined will remain governed by version
|
but the special requirements of the GNU Affero General Public License,
|
||||||
3 of the GNU General Public License.
|
section 13, concerning interaction through a network will apply to the
|
||||||
|
combination as such.
|
||||||
|
|
||||||
14. Revised Versions of this License.
|
14. Revised Versions of this License.
|
||||||
|
|
||||||
The Free Software Foundation may publish revised and/or new versions of
|
The Free Software Foundation may publish revised and/or new versions of
|
||||||
the GNU Affero General Public License from time to time. Such new versions
|
the GNU General Public License from time to time. Such new versions will
|
||||||
will be similar in spirit to the present version, but may differ in detail to
|
be similar in spirit to the present version, but may differ in detail to
|
||||||
address new problems or concerns.
|
address new problems or concerns.
|
||||||
|
|
||||||
Each version is given a distinguishing version number. If the
|
Each version is given a distinguishing version number. If the
|
||||||
Program specifies that a certain numbered version of the GNU Affero General
|
Program specifies that a certain numbered version of the GNU General
|
||||||
Public License "or any later version" applies to it, you have the
|
Public License "or any later version" applies to it, you have the
|
||||||
option of following the terms and conditions either of that numbered
|
option of following the terms and conditions either of that numbered
|
||||||
version or of any later version published by the Free Software
|
version or of any later version published by the Free Software
|
||||||
Foundation. If the Program does not specify a version number of the
|
Foundation. If the Program does not specify a version number of the
|
||||||
GNU Affero General Public License, you may choose any version ever published
|
GNU General Public License, you may choose any version ever published
|
||||||
by the Free Software Foundation.
|
by the Free Software Foundation.
|
||||||
|
|
||||||
If the Program specifies that a proxy can decide which future
|
If the Program specifies that a proxy can decide which future
|
||||||
versions of the GNU Affero General Public License can be used, that proxy's
|
versions of the GNU General Public License can be used, that proxy's
|
||||||
public statement of acceptance of a version permanently authorizes you
|
public statement of acceptance of a version permanently authorizes you
|
||||||
to choose that version for the Program.
|
to choose that version for the Program.
|
||||||
|
|
||||||
@@ -633,29 +635,40 @@ the "copyright" line and a pointer to where the full notice is found.
|
|||||||
Copyright (C) <year> <name of author>
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as published
|
it under the terms of the GNU General Public License as published by
|
||||||
by the Free Software Foundation, either version 3 of the License, or
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
(at your option) any later version.
|
(at your option) any later version.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
This program is distributed in the hope that it will be useful,
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
GNU Affero General Public License for more details.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
You should have received a copy of the GNU Affero General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Also add information on how to contact you by electronic and paper mail.
|
Also add information on how to contact you by electronic and paper mail.
|
||||||
|
|
||||||
If your software can interact with users remotely through a computer
|
If the program does terminal interaction, make it output a short
|
||||||
network, you should also make sure that it provides a way for users to
|
notice like this when it starts in an interactive mode:
|
||||||
get its source. For example, if your program is a web application, its
|
|
||||||
interface could display a "Source" link that leads users to an archive
|
<program> Copyright (C) <year> <name of author>
|
||||||
of the code. There are many ways you could offer source, and different
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
solutions will be better for different programs; see section 13 for the
|
This is free software, and you are welcome to redistribute it
|
||||||
specific requirements.
|
under certain conditions; type `show c' for details.
|
||||||
|
|
||||||
|
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||||
|
parts of the General Public License. Of course, your program's commands
|
||||||
|
might be different; for a GUI interface, you would use an "about box".
|
||||||
|
|
||||||
You should also get your employer (if you work as a programmer) or school,
|
You should also get your employer (if you work as a programmer) or school,
|
||||||
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
||||||
For more information on this, and how to apply and follow the GNU AGPL, see
|
For more information on this, and how to apply and follow the GNU GPL, see
|
||||||
<http://www.gnu.org/licenses/>.
|
<https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
The GNU General Public License does not permit incorporating your program
|
||||||
|
into proprietary programs. If your program is a subroutine library, you
|
||||||
|
may consider it more useful to permit linking proprietary applications with
|
||||||
|
the library. If this is what you want to do, use the GNU Lesser General
|
||||||
|
Public License instead of this License. But first, please read
|
||||||
|
<https://www.gnu.org/licenses/why-not-lgpl.html>.
|
||||||
|
|||||||
47
Makefile
Normal file
47
Makefile
Normal file
@@ -0,0 +1,47 @@
|
|||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
|
PKG_CONFIG := pkg-config
|
||||||
|
DESTDIR :=
|
||||||
|
PREFIX := /usr
|
||||||
|
SBINDIR := $(PREFIX)/sbin
|
||||||
|
SYSCONFDIR := /etc
|
||||||
|
RUNSTATEDIR := /var/run
|
||||||
|
SYSTEMDSYSTEMUNITDIR := $(shell ${PKG_CONFIG} --variable=systemdsystemunitdir systemd)
|
||||||
|
SMARTDNS_SYSTEMD = systemd/smartdns.service
|
||||||
|
|
||||||
|
.PHONY: all clean install SMARTDNS_BIN
|
||||||
|
all: SMARTDNS_BIN
|
||||||
|
|
||||||
|
SMARTDNS_BIN: $(SMARTDNS_SYSTEMD)
|
||||||
|
$(MAKE) $(MFLAGS) -C src all
|
||||||
|
|
||||||
|
$(SMARTDNS_SYSTEMD): systemd/smartdns.service.in
|
||||||
|
cp $< $@
|
||||||
|
sed -i 's|@SBINDIR@|$(SBINDIR)|' $@
|
||||||
|
sed -i 's|@SYSCONFDIR@|$(SYSCONFDIR)|' $@
|
||||||
|
sed -i 's|@RUNSTATEDIR@|$(RUNSTATEDIR)|' $@
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(MAKE) $(MFLAGS) -C src clean
|
||||||
|
$(RM) $(SMARTDNS_SYSTEMD)
|
||||||
|
|
||||||
|
install: SMARTDNS_BIN
|
||||||
|
install -v -m 0640 -D -t $(DESTDIR)$(SYSCONFDIR)/default etc/default/smartdns
|
||||||
|
install -v -m 0755 -D -t $(DESTDIR)$(SYSCONFDIR)/init.d etc/init.d/smartdns
|
||||||
|
install -v -m 0640 -D -t $(DESTDIR)$(SYSCONFDIR)/smartdns etc/smartdns/smartdns.conf
|
||||||
|
install -v -m 0755 -D -t $(DESTDIR)$(SBINDIR) src/smartdns
|
||||||
|
install -v -m 0644 -D -t $(DESTDIR)$(SYSTEMDSYSTEMUNITDIR) systemd/smartdns.service
|
||||||
|
|
||||||
172
ReadMe.md
172
ReadMe.md
@@ -23,7 +23,6 @@ SmartDNS是一个运行在本地的DNS服务器,SmartDNS接受本地客户端
|
|||||||
1. [Windows 10 WSL安装/WSL ubuntu](#windows-10-wsl安装wsl-ubuntu)
|
1. [Windows 10 WSL安装/WSL ubuntu](#windows-10-wsl安装wsl-ubuntu)
|
||||||
1. [配置参数](#配置参数)
|
1. [配置参数](#配置参数)
|
||||||
1. [捐助](#donate)
|
1. [捐助](#donate)
|
||||||
1. [声明](#声明)
|
|
||||||
1. [FAQ](#faq)
|
1. [FAQ](#faq)
|
||||||
|
|
||||||
## 软件效果展示
|
## 软件效果展示
|
||||||
@@ -135,66 +134,22 @@ rtt min/avg/max/mdev = 5.954/6.133/6.313/0.195 ms
|
|||||||
|
|
||||||
|系统 |安装包|说明
|
|系统 |安装包|说明
|
||||||
|-----|-----|-----
|
|-----|-----|-----
|
||||||
|标准Linux系统(树莓派)| smartdns.xxxxxxxx.armhf.deb|支持树莓派Raspbian stretch,Debian 9系统。
|
|标准Linux系统(树莓派)| smartdns.xxxxxxxx.arm-debian-all.deb|支持树莓派Raspbian stretch,Debian 9系统。
|
||||||
|标准Linux系统(Armbian arm64)| smartdns.xxxxxxxx.arm64.deb|支持ARM64的Debian stretch,Debian 9系统。
|
|标准Linux系统(Armbian arm64)| smartdns.xxxxxxxx.aarch64-debian-all.deb|支持ARM64的Debian stretch,Debian 9系统。
|
||||||
|标准Linux系统(x86_64)| smartdns.xxxxxxxx.x86_64.tar.gz|支持x86_64 Linux 系统。
|
|标准Linux系统(x86_64)| smartdns.xxxxxxxx.x86_64-linux-all.tar.gz|支持x86_64 Linux 系统。
|
||||||
|Windows 10 WSL (ubuntu)| smartdns.xxxxxxxx.x86_64.tar.gz|支持Windows 10 WSL ubuntu系统。
|
|Windows 10 WSL (ubuntu)| smartdns.xxxxxxxx.x86_64-linux-all.tar.gz|支持Windows 10 WSL ubuntu系统。
|
||||||
|标准Linux系统(x86)| smartdns.xxxxxxxx.x86.tar.gz|支持x86系统。
|
|标准Linux系统(x86)| smartdns.xxxxxxxx.x86-linux-all.tar.gz|支持x86系统。
|
||||||
|华硕原生固件(optware)|smartdns.xxxxxxx.mipsbig.ipk|支持MIPS大端架构的系统,如RT-AC55U, RT-AC66U.
|
|optware|smartdns.xxxxxxxx.mips-optware-all.ipk|支持MIPS大端架构的optware系统。
|
||||||
|华硕原生固件(optware)|smartdns.xxxxxxx.mipsel.ipk|支持MIPS小端架构的系统。
|
|optware|smartdns.xxxxxxxx.mipsel-optware-all.ipk|支持MIPS小端架构的optware系统。
|
||||||
|华硕原生固件(optware)|smartdns.xxxxxxx.arm.ipk|支持arm小端架构的系统,如RT-AC68U。
|
|optware|smartdns.xxxxxxxx.arm-optware-all.ipk|支持arm小端架构的optware系统。
|
||||||
|Padavan|smartdns.xxxxxxx.mipselsf.ipk|padavan固件。
|
|openwrt|smartdns.xxxxxxxx.mips-openwrt-all.ipk|支持MIPS大端架构的openwrt系统。
|
||||||
|openwrt 15.01|smartdns.xxxxxxxx.ar71xx.ipk|支持AR71XX MIPS系统。
|
|openwrt|smartdns.xxxxxxxx.mipsel-openwrt-all.ipk|支持MIPS小端架构的openwrt系统。
|
||||||
|openwrt 15.01|smartdns.xxxxxxxx.ramips_24kec.ipk|支持MT762X等小端路由器
|
|openwrt|smartdns.xxxxxxxx.arm-openwrt-all.ipk|支持arm小端架构的openwrt系统。
|
||||||
|openwrt 15.01(潘多拉)|smartdns.xxxxxxxx.mipsel_24kec_dsp.ipk|支持MT7620系列的潘多拉固件
|
|openwrt LUCI|luci-app-smartdns.xxxxxxxxx.all.ipk|openwrt管理界面。
|
||||||
|openwrt 15.01(潘多拉)|smartdns.xxxxxxxx.mips_74kc_dsp2.ipk|支持AR71xx系列的潘多拉固件
|
|openwrt LUCI|luci-app-smartdns.xxxxxxxxx.all-luci-compat-all|兼容版本openwrt管理界面, openwrt 18.xx及之前版本安装。
|
||||||
|openwrt 18.06|smartdns.xxxxxxxx.mips_24kc.ipk|支持AR71XX MIPS系统。
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxx.mipsel_24kc.ipk|支持MT726X等小端路由器
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxx.x86_64.ipk|支持x86_64路由器
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxx.i386_pentium4.ipk|支持x86路由器
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxxxxx.arm_cortex-a9.ipk|支持arm A9核心CPU的路由器
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxxx.arm_cortex-a7_neon-vfpv4.ipk|支持arm A7核心CPU的路由器
|
|
||||||
|openwrt LUCI|luci-app-smartdns.xxxxxxxxx.xxxx.all.ipk|openwrt管理统一界面
|
|
||||||
|
|
||||||
* openwrt系统CPU架构比较多,上述表格未列出所有支持系统,请查看CPU架构后下载。
|
* 单独release的软件包为静态编译软件包,无外部依赖,但体积大。若需要小体积软件包,请自行编译或从openwrt/entware仓库获取。
|
||||||
* merlin梅林固件理论和华硕固件一致,所以根据硬件类型安装相应的ipk包即可。(梅林暂时未验证,有问题提交issue)
|
* 因静态编译,软件包未强制判断CPU架构,安装不正确的软件包将会导致服务无法启动,请获取正确的软件包。
|
||||||
* CPU架构可在路由器管理界面找到,查看方法:
|
|
||||||
登录路由器,点击`System`->`Software`,点击`Configuration` Tab页面,在opkg安装源中可找到对应软件架构,下载路径中可找到,如下,架构为ar71xx
|
|
||||||
|
|
||||||
```shell
|
|
||||||
src/gz chaos_calmer_base http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base
|
|
||||||
```
|
|
||||||
|
|
||||||
* 或ssh登录系统后通过如下命令查询软件架构:
|
|
||||||
|
|
||||||
* **openwrt系列命令**
|
|
||||||
|
|
||||||
```shell
|
|
||||||
opkg print_architecture
|
|
||||||
```
|
|
||||||
|
|
||||||
* **optware系列命令**
|
|
||||||
|
|
||||||
```shell
|
|
||||||
ipkg print_architecture
|
|
||||||
```
|
|
||||||
|
|
||||||
* **debian系列命令**
|
|
||||||
|
|
||||||
```shell
|
|
||||||
dpkg --print-architecture
|
|
||||||
```
|
|
||||||
|
|
||||||
* **例如**
|
|
||||||
|
|
||||||
下面的查询结果`arch ar71xx 10`表示ar71xx系列架构,选择`smartdns.xxxxxxxx.ar71xx.ipk`安装包
|
|
||||||
|
|
||||||
```shell
|
|
||||||
root@OpenWrt:~# opkg print_architecture
|
|
||||||
arch all 1
|
|
||||||
arch noarch 1
|
|
||||||
arch ar71xx 10
|
|
||||||
```
|
|
||||||
|
|
||||||
* **请在Release页面下载:[点击此处下载](https://github.com/pymumu/smartdns/releases)**
|
* **请在Release页面下载:[点击此处下载](https://github.com/pymumu/smartdns/releases)**
|
||||||
|
|
||||||
@@ -210,16 +165,16 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
1. 安装
|
1. 安装
|
||||||
|
|
||||||
下载配套安装包`smartdns.xxxxxxxx.armhf.deb`,并上传到Linux系统中。 执行如下命令安装
|
下载配套安装包`smartdns.xxxxxxxx.arm-debian-all.deb`,并上传到Linux系统中。 执行如下命令安装
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
dpkg -i smartdns.xxxxxxxx.armhf.deb
|
dpkg -i smartdns.xxxxxxxx.arm-debian-all.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
x86系统下载配套安装包`smartdns.xxxxxxxx.x86-64.tar.gz`, 并上传到Linux系统中。 执行如下命令安装
|
x86系统下载配套安装包`smartdns.xxxxxxxx.x86_64-linux-all.tar.gz`, 并上传到Linux系统中。 执行如下命令安装
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
tar zxf smartdns.xxxxxxxx.x86-64.tar.gz
|
tar zxf smartdns.xxxxxxxx.x86_64-linux-all.tar.gz
|
||||||
cd smartdns
|
cd smartdns
|
||||||
chmod +x ./install
|
chmod +x ./install
|
||||||
./install -i
|
./install -i
|
||||||
@@ -253,19 +208,19 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
1. 检测服务是否配置成功。
|
1. 检测服务是否配置成功。
|
||||||
|
|
||||||
使用`nslookup -querytype=ptr 0.0.0.0`查询域名
|
使用`nslookup -querytype=ptr smartdns`查询域名
|
||||||
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
### openwrt/LEDE
|
### openwrt
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
@@ -278,6 +233,8 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
opkg install luci-app-smartdns.xxxxxxxx.xxxx.all.ipk
|
opkg install luci-app-smartdns.xxxxxxxx.xxxx.all.ipk
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* 注意: 19.07之前的版本,请安装`luci-app-smartdns.xxxxxxxxx.all-luci-compat-all`界面。
|
||||||
|
|
||||||
1. 修改配置
|
1. 修改配置
|
||||||
|
|
||||||
登录openwrt管理页面,打开`Services`->`SmartDNS`进行配置。
|
登录openwrt管理页面,打开`Services`->`SmartDNS`进行配置。
|
||||||
@@ -297,16 +254,16 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
* **检测转发服务是否配置成功**
|
* **检测转发服务是否配置成功**
|
||||||
|
|
||||||
使用`nslookup -querytype=ptr 0.0.0.0`查询域名
|
使用`nslookup -querytype=ptr smartdns`查询域名
|
||||||
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
* **界面提示重定向失败**
|
* **界面提示重定向失败**
|
||||||
@@ -330,16 +287,16 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
* **检测上游服务是否配置成功**
|
* **检测上游服务是否配置成功**
|
||||||
|
|
||||||
* 方法一:使用`nslookup -querytype=ptr 0.0.0.0`查询域名
|
* 方法一:使用`nslookup -querytype=ptr smartdns`查询域名
|
||||||
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
* 方法二:使用`nslookup`查询`www.baidu.com`域名,查看结果中百度的IP地址是否`只有一个`,如有多个IP地址返回,则表示未生效,请多尝试几个域名检查。
|
* 方法二:使用`nslookup`查询`www.baidu.com`域名,查看结果中百度的IP地址是否`只有一个`,如有多个IP地址返回,则表示未生效,请多尝试几个域名检查。
|
||||||
@@ -394,16 +351,16 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
1. 重启路由器生效服务
|
1. 重启路由器生效服务
|
||||||
|
|
||||||
待路由器启动后,使用`nslookup -querytype=ptr 0.0.0.0`查询域名
|
待路由器启动后,使用`nslookup -querytype=ptr smartdns`查询域名
|
||||||
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
1. 额外说明
|
1. 额外说明
|
||||||
@@ -470,16 +427,16 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
1. 重启路由器生效服务
|
1. 重启路由器生效服务
|
||||||
|
|
||||||
待路由器启动后,使用`nslookup -querytype=ptr 0.0.0.0`查询域名
|
待路由器启动后,使用`nslookup -querytype=ptr smartdns`查询域名
|
||||||
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
注意:若服务没有自动启动,则需要设置optwre/entware自动启动,具体方法参考optware/entware的文档。
|
注意:若服务没有自动启动,则需要设置optwre/entware自动启动,具体方法参考optware/entware的文档。
|
||||||
@@ -494,7 +451,7 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
1. 安装smartdns
|
1. 安装smartdns
|
||||||
|
|
||||||
下载安装包`smartdns.xxxxxxxx.x86_64.tar.gz`,并解压到D盘根目录。解压后目录如下:
|
下载安装包`smartdns.xxxxxxxx.x86-linux-all.tar.gz`,并解压到D盘根目录。解压后目录如下:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
D:\SMARTDNS
|
D:\SMARTDNS
|
||||||
@@ -527,16 +484,16 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
1. 检测服务是否配置成功。
|
1. 检测服务是否配置成功。
|
||||||
|
|
||||||
使用`nslookup -querytype=ptr 0.0.0.0`查询域名
|
使用`nslookup -querytype=ptr smartdns`查询域名
|
||||||
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
看命令结果中的`name`项目是否显示为`smartdns`或`主机名`,如`smartdns`则表示生效
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
## 配置参数
|
## 配置参数
|
||||||
@@ -545,7 +502,7 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|--|--|--|--|--|
|
|--|--|--|--|--|
|
||||||
|server-name|DNS服务器名称|操作系统主机名/smartdns|符合主机名规格的字符串|server-name smartdns
|
|server-name|DNS服务器名称|操作系统主机名/smartdns|符合主机名规格的字符串|server-name smartdns
|
||||||
|bind|DNS监听端口号|[::]:53|可绑定多个端口<br>`IP:PORT`: 服务器IP,端口号。<br>`[-group]`: 请求时使用的DNS服务器组。<br>`[-no-rule-addr]`:跳过address规则。<br>`[-no-rule-nameserver]`:跳过Nameserver规则。<br>`[-no-rule-ipset]`:跳过Ipset规则。<br>`[no-rule-soa]`:跳过SOA(#)规则.<br>`[no-dualstack-selection]`:停用双栈测速。<br>`[-no-speed-check]`:停用测速。<br>`[-no-cache]`:停止缓存|bind :53
|
|bind|DNS监听端口号|[::]:53|可绑定多个端口<br>`IP:PORT`: 服务器IP,端口号。<br>`[-group]`: 请求时使用的DNS服务器组。<br>`[-no-rule-addr]`:跳过address规则。<br>`[-no-rule-nameserver]`:跳过Nameserver规则。<br>`[-no-rule-ipset]`:跳过Ipset规则。<br>`[no-rule-soa]`:跳过SOA(#)规则.<br>`[no-dualstack-selection]`:停用双栈测速。<br>`[-no-speed-check]`:停用测速。<br>`[-no-cache]`:停止缓存|bind :53
|
||||||
|bind|TCP DNS监听端口号|[::]:53|可绑定多个端口<br>`IP:PORT`: 服务器IP,端口号。<br>`[-group]`: 请求时使用的DNS服务器组。<br>`[-no-rule-addr]`:跳过address规则。<br>`[-no-rule-nameserver]`:跳过Nameserver规则。<br>`[-no-rule-ipset]`:跳过Ipset规则。<br>`[no-rule-soa]`:跳过SOA(#)规则.<br>`[no-dualstack-selection]`:停用双栈测速。<br>`[-no-speed-check]`:停用测速。<br>`[-no-cache]`:停止缓存|bind-tcp :53
|
|bind-tcp|TCP DNS监听端口号|[::]:53|可绑定多个端口<br>`IP:PORT`: 服务器IP,端口号。<br>`[-group]`: 请求时使用的DNS服务器组。<br>`[-no-rule-addr]`:跳过address规则。<br>`[-no-rule-nameserver]`:跳过Nameserver规则。<br>`[-no-rule-ipset]`:跳过Ipset规则。<br>`[no-rule-soa]`:跳过SOA(#)规则.<br>`[no-dualstack-selection]`:停用双栈测速。<br>`[-no-speed-check]`:停用测速。<br>`[-no-cache]`:停止缓存|bind-tcp :53
|
||||||
|cache-size|域名结果缓存个数|512|数字|cache-size 512
|
|cache-size|域名结果缓存个数|512|数字|cache-size 512
|
||||||
|tcp-idle-time|TCP链接空闲超时时间|120|数字|tcp-idle-time 120
|
|tcp-idle-time|TCP链接空闲超时时间|120|数字|tcp-idle-time 120
|
||||||
|rr-ttl|域名结果TTL|远程查询结果|大于0的数字|rr-ttl 600
|
|rr-ttl|域名结果TTL|远程查询结果|大于0的数字|rr-ttl 600
|
||||||
@@ -562,21 +519,26 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|conf-file|附加配置文件|无|文件路径|conf-file /etc/smartdns/smartdns.more.conf
|
|conf-file|附加配置文件|无|文件路径|conf-file /etc/smartdns/smartdns.more.conf
|
||||||
|server|上游UDP DNS|无|可重复<br>`[ip][:port]`:服务器IP,端口可选。<br>`[-blacklist-ip]`:blacklist-ip参数指定使用blacklist-ip配置IP过滤结果。<br>`[-whitelist-ip]`:whitelist-ip参数指定仅接受whitelist-ip中配置IP范围。<br>`[-group [group] ...]`:DNS服务器所属组,比如office, foreign,和nameserver配套使用。<br>`[-exclude-default-group]`:将DNS服务器从默认组中排除| server 8.8.8.8:53 -blacklist-ip -group g1
|
|server|上游UDP DNS|无|可重复<br>`[ip][:port]`:服务器IP,端口可选。<br>`[-blacklist-ip]`:blacklist-ip参数指定使用blacklist-ip配置IP过滤结果。<br>`[-whitelist-ip]`:whitelist-ip参数指定仅接受whitelist-ip中配置IP范围。<br>`[-group [group] ...]`:DNS服务器所属组,比如office, foreign,和nameserver配套使用。<br>`[-exclude-default-group]`:将DNS服务器从默认组中排除| server 8.8.8.8:53 -blacklist-ip -group g1
|
||||||
|server-tcp|上游TCP DNS|无|可重复<br>`[ip][:port]`:服务器IP,端口可选。<br>`[-blacklist-ip]`:blacklist-ip参数指定使用blacklist-ip配置IP过滤结果。<br>`[-whitelist-ip]`:whitelist-ip参数指定仅接受whitelist-ip中配置IP范围。<br>`[-group [group] ...]`:DNS服务器所属组,比如office, foreign,和nameserver配套使用。<br>`[-exclude-default-group]`:将DNS服务器从默认组中排除| server-tcp 8.8.8.8:53
|
|server-tcp|上游TCP DNS|无|可重复<br>`[ip][:port]`:服务器IP,端口可选。<br>`[-blacklist-ip]`:blacklist-ip参数指定使用blacklist-ip配置IP过滤结果。<br>`[-whitelist-ip]`:whitelist-ip参数指定仅接受whitelist-ip中配置IP范围。<br>`[-group [group] ...]`:DNS服务器所属组,比如office, foreign,和nameserver配套使用。<br>`[-exclude-default-group]`:将DNS服务器从默认组中排除| server-tcp 8.8.8.8:53
|
||||||
|server-tls|上游TLS DNS|无|可重复<br>`[ip][:port]`:服务器IP,端口可选。<br>`[-spki-pin [sha256-pin]]`: TLS合法性校验SPKI值,base64编码的sha256 SPKI pin值<br>`[-host-name]`:TLS SNI名称。<br>`[-tls-host-verify]`: TLS证书主机名校验。<br>`[-blacklist-ip]`:blacklist-ip参数指定使用blacklist-ip配置IP过滤结果。<br>`[-whitelist-ip]`:whitelist-ip参数指定仅接受whitelist-ip中配置IP范围。<br>`[-group [group] ...]`:DNS服务器所属组,比如office, foreign,和nameserver配套使用。<br>`[-exclude-default-group]`:将DNS服务器从默认组中排除| server-tls 8.8.8.8:853
|
|server-tls|上游TLS DNS|无|可重复<br>`[ip][:port]`:服务器IP,端口可选。<br>`[-spki-pin [sha256-pin]]`: TLS合法性校验SPKI值,base64编码的sha256 SPKI pin值<br>`[-host-name]`:TLS SNI名称。<br>`[-tls-host-verify]`: TLS证书主机名校验。<br> `-no-check-certificate:`:跳过证书校验。<br>`[-blacklist-ip]`:blacklist-ip参数指定使用blacklist-ip配置IP过滤结果。<br>`[-whitelist-ip]`:whitelist-ip参数指定仅接受whitelist-ip中配置IP范围。<br>`[-group [group] ...]`:DNS服务器所属组,比如office, foreign,和nameserver配套使用。<br>`[-exclude-default-group]`:将DNS服务器从默认组中排除| server-tls 8.8.8.8:853
|
||||||
|server-https|上游HTTPS DNS|无|可重复<br>`https://[host][:port]/path`:服务器IP,端口可选。<br>`[-spki-pin [sha256-pin]]`: TLS合法性校验SPKI值,base64编码的sha256 SPKI pin值<br>`[-host-name]`:TLS SNI名称<br>`[-http-host]`:http协议头主机名。<br>`[-tls-host-verify]`: TLS证书主机名校验。<br>`[-blacklist-ip]`:blacklist-ip参数指定使用blacklist-ip配置IP过滤结果。<br>`[-whitelist-ip]`:whitelist-ip参数指定仅接受whitelist-ip中配置IP范围。<br>`[-group [group] ...]`:DNS服务器所属组,比如office, foreign,和nameserver配套使用。<br>`[-exclude-default-group]`:将DNS服务器从默认组中排除| server-https https://cloudflare-dns.com/dns-query
|
|server-https|上游HTTPS DNS|无|可重复<br>`https://[host][:port]/path`:服务器IP,端口可选。<br>`[-spki-pin [sha256-pin]]`: TLS合法性校验SPKI值,base64编码的sha256 SPKI pin值<br>`[-host-name]`:TLS SNI名称<br>`[-http-host]`:http协议头主机名。<br>`[-tls-host-verify]`: TLS证书主机名校验。<br> `-no-check-certificate:`:跳过证书校验。<br>`[-blacklist-ip]`:blacklist-ip参数指定使用blacklist-ip配置IP过滤结果。<br>`[-whitelist-ip]`:whitelist-ip参数指定仅接受whitelist-ip中配置IP范围。<br>`[-group [group] ...]`:DNS服务器所属组,比如office, foreign,和nameserver配套使用。<br>`[-exclude-default-group]`:将DNS服务器从默认组中排除| server-https https://cloudflare-dns.com/dns-query
|
||||||
|speed-check-mode|测速模式选择|无|[ping\|tcp:[80]\|none]|speed-check-mode ping,tcp:80
|
|speed-check-mode|测速模式选择|无|[ping\|tcp:[80]\|none]|speed-check-mode ping,tcp:80
|
||||||
|address|指定域名IP地址|无|address /domain/[ip\|-\|-4\|-6\|#\|#4\|#6] <br>`-`表示忽略 <br>`#`表示返回SOA <br>`4`表示IPV4 <br>`6`表示IPV6| address /www.example.com/1.2.3.4
|
|address|指定域名IP地址|无|address /domain/[ip\|-\|-4\|-6\|#\|#4\|#6] <br>`-`表示忽略 <br>`#`表示返回SOA <br>`4`表示IPV4 <br>`6`表示IPV6| address /www.example.com/1.2.3.4
|
||||||
|nameserver|指定域名使用server组解析|无|nameserver /domain/[group\|-], `group`为组名,`-`表示忽略此规则,配套server中的`-group`参数使用| nameserver /www.example.com/office
|
|nameserver|指定域名使用server组解析|无|nameserver /domain/[group\|-], `group`为组名,`-`表示忽略此规则,配套server中的`-group`参数使用| nameserver /www.example.com/office
|
||||||
|ipset|域名IPSET|None|ipset /domain/[ipset\|-], `-`表示忽略|ipset /www.example.com/pass
|
|ipset|域名IPSET|None|ipset /domain/[ipset\|-], `-`表示忽略|ipset /www.example.com/pass
|
||||||
|ipset-timeout|设置IPSET超时功能启用|auto|[yes]|ipset-timeout yes
|
|ipset-timeout|设置IPSET超时功能启用|auto|[yes]|ipset-timeout yes
|
||||||
|
|domain-rules|设置域名规则|无|domain-rules /domain/ [-rules...]<br>`[-speed-check-mode]`: 测速模式,参考`speed-check-mode`配置<br>`[-address]`: 参考`address`配置<br>`[-nameserver]`: 参考`nameserver`配置<br>`[-ipset]`:参考`ipset`配置|domain-rules /www.example.com/ -speed-check-mode none
|
||||||
|bogus-nxdomain|假冒IP地址过滤|无|[ip/subnet],可重复| bogus-nxdomain 1.2.3.4/16
|
|bogus-nxdomain|假冒IP地址过滤|无|[ip/subnet],可重复| bogus-nxdomain 1.2.3.4/16
|
||||||
|ignore-ip|忽略IP地址|无|[ip/subnet],可重复| ignore-ip 1.2.3.4/16
|
|ignore-ip|忽略IP地址|无|[ip/subnet],可重复| ignore-ip 1.2.3.4/16
|
||||||
|whitelist-ip|白名单IP地址|无|[ip/subnet],可重复| whitelist-ip 1.2.3.4/16
|
|whitelist-ip|白名单IP地址|无|[ip/subnet],可重复| whitelist-ip 1.2.3.4/16
|
||||||
|blacklist-ip|黑名单IP地址|无|[ip/subnet],可重复| blacklist-ip 1.2.3.4/16
|
|blacklist-ip|黑名单IP地址|无|[ip/subnet],可重复| blacklist-ip 1.2.3.4/16
|
||||||
|force-AAAA-SOA|强制AAAA地址返回SOA|no|[yes\|no]|force-AAAA-SOA yes
|
|force-AAAA-SOA|强制AAAA地址返回SOA|no|[yes\|no]|force-AAAA-SOA yes
|
||||||
|prefetch-domain|域名预先获取功能|no|[yes\|no]|prefetch-domain yes
|
|prefetch-domain|域名预先获取功能|no|[yes\|no]|prefetch-domain yes
|
||||||
|
|serve-expired|过期缓存服务功能|no|[yes\|no],开启此功能后,如果有请求时尝试回应TTL为0的过期记录,并并发查询记录,以避免查询等待|serve-expired yes
|
||||||
|
|serve-expired-ttl|过期缓存服务最长超时时间|0|秒,0:表示停用超时,> 0表示指定的超时的秒数|serve-expired-ttl 0
|
||||||
|dualstack-ip-selection|双栈IP优选|no|[yes\|no]|dualstack-ip-selection yes
|
|dualstack-ip-selection|双栈IP优选|no|[yes\|no]|dualstack-ip-selection yes
|
||||||
|dualstack-ip-selection-threshold|双栈IP优选阈值|30ms|毫秒|dualstack-ip-selection-threshold [0-1000]
|
|dualstack-ip-selection-threshold|双栈IP优选阈值|30ms|毫秒|dualstack-ip-selection-threshold [0-1000]
|
||||||
|
|ca-file|证书文件|/etc/ssl/certs/ca-certificates.crt|路径|ca-file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|ca-path|证书文件路径|/etc/ssl/certs|路径|ca-path /etc/ssl/certs
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
@@ -595,6 +557,7 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
* 高速缓存机制,使访问更快速。
|
* 高速缓存机制,使访问更快速。
|
||||||
* 异步日志,审计机制,在记录信息的同时不影响DNS查询性能。
|
* 异步日志,审计机制,在记录信息的同时不影响DNS查询性能。
|
||||||
* 域名组(group)机制,特定域名使用特定上游服务器组查询,避免隐私泄漏。
|
* 域名组(group)机制,特定域名使用特定上游服务器组查询,避免隐私泄漏。
|
||||||
|
* 第二DNS支持自定义更多行为。
|
||||||
|
|
||||||
1. 如何配置上游服务器最佳。
|
1. 如何配置上游服务器最佳。
|
||||||
smartdns有测速机制,在配置上游服务器时,建议配置多个上游DNS服务器,包含多个不同区域的服务器,但总数建议在10个左右。推荐配置
|
smartdns有测速机制,在配置上游服务器时,建议配置多个上游DNS服务器,包含多个不同区域的服务器,但总数建议在10个左右。推荐配置
|
||||||
@@ -648,7 +611,12 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
nameserver /.office/office
|
nameserver /.office/office
|
||||||
```
|
```
|
||||||
|
|
||||||
通过上述配置即可实现DNS解析分流
|
通过上述配置即可实现DNS解析分流,如果需要实现按请求端端口分流,可以配置第二DNS服务器,bind配置增加--group参数指定分流名称。
|
||||||
|
|
||||||
|
```sh
|
||||||
|
bind :7053 -group office
|
||||||
|
bind :8053 -group home
|
||||||
|
```
|
||||||
|
|
||||||
1. IPV4, IPV6双栈IP优选功能如何使用
|
1. IPV4, IPV6双栈IP优选功能如何使用
|
||||||
目前IPV6已经开始普及,但IPV6网络在速度上,某些情况下还不如IPV4,为在双栈网络下获得较好的体验,smartdns提供来双栈IP优选机制,同一个域名,若IPV4的速度远快与IPV6,那么smartdns就会阻止IPV6的解析,让PC使用IPV4访问,具体配置文件通过`dualstack-ip-selection yes`启用此功能,通过`dualstack-ip-selection-threshold [time]`来修改阈值。如果要完全禁止IPV6 AAAA记录解析,可设置`force-AAAA-SOA yes`。
|
目前IPV6已经开始普及,但IPV6网络在速度上,某些情况下还不如IPV4,为在双栈网络下获得较好的体验,smartdns提供来双栈IP优选机制,同一个域名,若IPV4的速度远快与IPV6,那么smartdns就会阻止IPV6的解析,让PC使用IPV4访问,具体配置文件通过`dualstack-ip-selection yes`启用此功能,通过`dualstack-ip-selection-threshold [time]`来修改阈值。如果要完全禁止IPV6 AAAA记录解析,可设置`force-AAAA-SOA yes`。
|
||||||
@@ -667,6 +635,22 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
通过`prefetch-domain yes`来启用域名预先获取功能,提高查询命中率。
|
通过`prefetch-domain yes`来启用域名预先获取功能,提高查询命中率。
|
||||||
配合上述ttl超时时间,smartdns将在域名ttl即将超时使,再次发送查询请求,并缓存查询结果供后续使用。频繁访问的域名将会持续缓存。此功能将在空闲时消耗更多的CPU。
|
配合上述ttl超时时间,smartdns将在域名ttl即将超时使,再次发送查询请求,并缓存查询结果供后续使用。频繁访问的域名将会持续缓存。此功能将在空闲时消耗更多的CPU。
|
||||||
|
|
||||||
|
* 过期缓存服务功能
|
||||||
|
通过`serve-expired`来启用过期缓存服务功能,可提高缓存命中率的同时,降低CPU占用。
|
||||||
|
此功能会在TTL超时后,将返回TTL=0给客户端,并且同时再次发送查询请求,并缓存新的结果给后续使用。
|
||||||
|
|
||||||
|
1. 第二DNS如何自定义更多行为
|
||||||
|
第二DNS可以作为其他DNS服务器的上游,提供更多的查询行为,通过bind配置支持可以绑定多个端口,不同端口可设置不同的标志,实现不同的功能,如
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# 绑定 6053端口,6053端口的请求将采用配置office组的上游查询,且不对结果进行测速,忽略address的配置地址。
|
||||||
|
bind [::]:6053 -no-speed-check -group office -no-rule-addr
|
||||||
|
```
|
||||||
|
|
||||||
|
## 编译
|
||||||
|
|
||||||
|
smartdns包含了编译软件包的脚本,支持编译luci,debian,openwrt,optare安装包,可执行`package/build-pkg.sh`编译。
|
||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
|
|
||||||
如果你觉得此项目对你有帮助,请捐助我们,以使项目能持续发展,更加完善。
|
如果你觉得此项目对你有帮助,请捐助我们,以使项目能持续发展,更加完善。
|
||||||
@@ -683,14 +667,6 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 声明
|
## 开源声明
|
||||||
|
|
||||||
* `SmartDNS`著作权归属Nick Peng (pymumu at gmail.com)。
|
Smartdns 基于GPL V3协议开源。
|
||||||
* `SmartDNS`为免费软件,用户可以非商业性地复制和使用`SmartDNS`。
|
|
||||||
* 禁止将 `SmartDNS` 用于商业用途。
|
|
||||||
* 使用本软件的风险由用户自行承担,在适用法律允许的最大范围内,对因使用本产品所产生的损害及风险,包括但不限于直接或间接的个人损害、商业赢利的丧失、贸易中断、商业信息的丢失或任何其它经济损失,不承担任何责任。
|
|
||||||
* 本软件不会未经用户同意收集任何用户信息。
|
|
||||||
|
|
||||||
## 说明
|
|
||||||
|
|
||||||
目前代码未开源,后续根据情况开源。
|
|
||||||
|
|||||||
167
ReadMe_en.md
167
ReadMe_en.md
@@ -21,7 +21,6 @@ Support Raspberry Pi, openwrt, ASUS router, Windows and other devices.
|
|||||||
1. [Windows 10 WSL Installation/WSL ubuntu](#windows-10-wsl-installation/wsl-ubuntu)
|
1. [Windows 10 WSL Installation/WSL ubuntu](#windows-10-wsl-installation/wsl-ubuntu)
|
||||||
1. [Configuration parameter](#configuration-parameter)
|
1. [Configuration parameter](#configuration-parameter)
|
||||||
1. [Donate](#Donate)
|
1. [Donate](#Donate)
|
||||||
1. [Statement](#Statement)
|
|
||||||
1. [FAQ](#FAQ)
|
1. [FAQ](#FAQ)
|
||||||
|
|
||||||
## Software Show
|
## Software Show
|
||||||
@@ -130,66 +129,21 @@ Download the matching version of the SmartDNS installation package. The correspo
|
|||||||
|
|
||||||
|system |package|Description
|
|system |package|Description
|
||||||
|-----|-----|-----
|
|-----|-----|-----
|
||||||
|Standard Linux system (Raspberry Pi)| smartdns.xxxxxxxx.armhf.deb|Support Raspberry Pi Raspbian stretch, Debian 9 system.
|
|Standard Linux system (Raspberry Pi)| smartdns.xxxxxxxx.arm-debian-all.deb|Support Raspberry Pi Raspbian stretch, Debian 9 system.
|
||||||
|Standard Linux system (Armbian arm64)| smartdns.xxxxxxxx.arm64.deb|Support Armbian debian stretch, Debian 9 system.
|
|Standard Linux system (Armbian arm64)| smartdns.xxxxxxxx.aarch64-debian-all.deb|Support Armbian debian stretch, Debian 9 system.
|
||||||
|Standard Linux system (x86_64)| smartdns.xxxxxxxx.x86_64.tar.gz|Support for x86_64 Linux systems.
|
|Standard Linux system (x86_64)| smartdns.xxxxxxxx.x86_64-linux-all.tar.gz|Support for x86_64 Linux systems.
|
||||||
|Windows 10 WSL (Ubuntu)| smartdns.xxxxxxxx.x86_64.tar.gz|Windows 10 WSL ubuntu.
|
|Windows 10 WSL (ubuntu)| smartdns.xxxxxxxx.x86_64-linux-all.tar.gz|Windows 10 WSL ubuntu.
|
||||||
|Standard Linux system (x86)| smartdns.xxxxxxxx.x86.tar.gz|Support for x86_64 systems.
|
|Standard Linux system (x86)| smartdns.xxxxxxxx.x86-linux-all.tar.gz|Support for x86_64 systems.
|
||||||
|ASUS native firmware (optware)|smartdns.xxxxxxx.mipsbig.ipk|Systems that support the MIPS big-end architecture, such as RT-AC55U, RT-AC66U.
|
|optware|smartdns.xxxxxxxx.mips-optware-all.ipk|Support the MIPS big-endian architecture for optware。
|
||||||
|ASUS native firmware (optware)|smartdns.xxxxxxx.mipsel.ipk|System that supports the MIPS little endian architecture.
|
|optware|smartdns.xxxxxxxx.mipsel-optware-all.ipk|Support the MIPS little-endian architecture for optware。
|
||||||
|ASUS native firmware (optware)|smartdns.xxxxxxx.arm.ipk|System that supports the ARM small endian architecture, such as the RT-AC88U, RT-AC68U.
|
|optware|smartdns.xxxxxxxx.arm-optware-all.ipk|Support the arm architecture for optware。
|
||||||
|Padavan|smartdns.xxxxxxx.mipselsf.ipk|padavan Firmware.
|
|openwrt|smartdns.xxxxxxxx.mips-openwrt-all.ipk|Support the MIPS big-endian architecture for openwrt。
|
||||||
|openwrt 15.01|smartdns.xxxxxxxx.ar71xx.ipk|Support AR71XX MIPS system.
|
|openwrt|smartdns.xxxxxxxx.mipsel-openwrt-all.ipk|Support the MIPS little-endian architecture for openwrt。
|
||||||
|openwrt 15.01|smartdns.xxxxxxxx.ramips_24kec.ipk|Support small-end routers such as MT762X
|
|openwrt|smartdns.xxxxxxxx.arm-openwrt-all.ipk|Support the arm architecture for openwrt。
|
||||||
|openwrt 15.01(Pandora)|smartdns.xxxxxxxx.mipsel_24kec_dsp.ipk|Support for Pandora firmware of MT7620 series
|
|openwrt LUCI|luci-app-smartdns.xxxxxxxxx.all.ipk|Openwrt management interface.
|
||||||
|openwrt 15.01(Pandora)|smartdns.xxxxxxxx.mips_74kc_dsp2.ipk|Support for Pandora firmware of AR71xx series
|
|openwrt LUCI|luci-app-smartdns.xxxxxxxxx.all-luci-compat-all|Compat Openwrt management interface for early openwrt.
|
||||||
|openwrt 18.06|smartdns.xxxxxxxx.mips_24kc.ipk|Support AR71XX MIPS system.
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxx.mipsel_24kc.ipk|Support small-end routers such as MT726X
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxx.x86_64.ipk|Support x86_64 router
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxx.i386_pentium4.ipk|Support x86_64 router
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxxxxx.arm_cortex-a9.ipk|Router supporting arm A9 core CPU
|
|
||||||
|openwrt 18.06|smartdns.xxxxxxxxx.arm_cortex-a7_neon-vfpv4.ipk|Router supporting arm A7 core CPU
|
|
||||||
|openwrt LUCI|luci-app-smartdns.xxxxxxxxx.xxxx.all.ipk|Openwrt management interface
|
|
||||||
|
|
||||||
* The openwrt system supports a lot of CPU architecture. The above table does not list all the supported systems. Please check the CPU architecture and download it.
|
* The released packages are statically compiled. If you need a small size package, please compile it yourself or obtain it from the openwrt / entware repository.
|
||||||
* The merlin Merlin firmware theory is the same as the ASUS firmware, so install the corresponding ipk package according to the hardware type. (Merlin is not verified yet, and has a problem to submit an issue)
|
|
||||||
* The CPU architecture can be found in the router management interface:
|
|
||||||
Log in to the router, click `System`->`Software`, click the `Configuration` tab page, and find the corresponding software architecture in the opkg installation source. The download path can be found, as follows, the architecture is ar71xx
|
|
||||||
|
|
||||||
```shell
|
|
||||||
src/gz chaos_calmer_base http://downloads.openwrt.org/chaos_calmer/15.05/ar71xx/generic/packages/base
|
|
||||||
```
|
|
||||||
|
|
||||||
* Or after login to the system, you can query the architecture with the following commands:
|
|
||||||
|
|
||||||
* **Openwrt series commands**
|
|
||||||
|
|
||||||
```shell
|
|
||||||
opkg print_architecture
|
|
||||||
```
|
|
||||||
|
|
||||||
* **Optiware series commands**
|
|
||||||
|
|
||||||
```shell
|
|
||||||
ipkg print_architecture
|
|
||||||
```
|
|
||||||
|
|
||||||
* **Dedebian Series Order**
|
|
||||||
|
|
||||||
```shell
|
|
||||||
dpkg -- print-architecture
|
|
||||||
```
|
|
||||||
|
|
||||||
* **for example**
|
|
||||||
|
|
||||||
The following query result `arch ar71xx 10` represents the ar71xx series architecture, so select the `smartdns.xxxxxxx.ar71xx.ipk` installation package.
|
|
||||||
|
|
||||||
```shell
|
|
||||||
Root@OpenWrt:# opkg print_architecture
|
|
||||||
Arch all 1
|
|
||||||
Arch noarch 1
|
|
||||||
Arch ar71xx 10
|
|
||||||
```
|
|
||||||
|
|
||||||
* **Please download from the Release page: [Download here](https://github.com/pymu/smartdns/releases)**
|
* **Please download from the Release page: [Download here](https://github.com/pymu/smartdns/releases)**
|
||||||
|
|
||||||
@@ -205,16 +159,16 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
1. Installation
|
1. Installation
|
||||||
|
|
||||||
Download the installation package like `smartdns.xxxxxxxx.armhf.deb` and upload it to the Linux system. Run the following command to install
|
Download the installation package like `smartdns.xxxxxxxx.arm-debian-all.deb` and upload it to the Linux system. Run the following command to install
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
dpkg -i smartdns.xxxxxxxx.armhf.deb
|
dpkg -i smartdns.xxxxxxxx.arm-debian-all.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
For X86-64 system, download the installation package like `smartdns.xxxxxxxx.x86-64.tar.gz` and upload it to the Linux system. Run the following command to install
|
For X86-64 system, download the installation package like `smartdns.xxxxxxxx.x86_64-linux-all.tar.gz` and upload it to the Linux system. Run the following command to install
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
tar zxf smartdns.xxxxxxxx.x86-64.tar.gz
|
tar zxf smartdns.xxxxxxxx.x86_64-linux-all.tar.gz
|
||||||
cd smartdns
|
cd smartdns
|
||||||
chmod +x ./install
|
chmod +x ./install
|
||||||
./install -i
|
./install -i
|
||||||
@@ -248,19 +202,19 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
1. Check if the service is configured successfully
|
1. Check if the service is configured successfully
|
||||||
|
|
||||||
Query domain name with `nslookup -querytype=ptr 0.0.0.0`
|
Query domain name with `nslookup -querytype=ptr smartdns`
|
||||||
Check if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
Check if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
### openwrt/LEDE
|
### openwrt
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
@@ -273,6 +227,8 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
opkg install luci-app-smartdns.xxxxxxxx.xxxx.all.ipk
|
opkg install luci-app-smartdns.xxxxxxxx.xxxx.all.ipk
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Note: For versions before openwrt 19.07, please install `luci-app-smartdns.xxxxxxxxx.all-luci-compat-all` package.
|
||||||
|
|
||||||
1. Configuration
|
1. Configuration
|
||||||
|
|
||||||
Log in to the openwrt management page and open `Services`->`SmartDNS` to configure SmartDNS.
|
Log in to the openwrt management page and open `Services`->`SmartDNS` to configure SmartDNS.
|
||||||
@@ -292,16 +248,16 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
|
|
||||||
* **Check if the service is configured successfully**
|
* **Check if the service is configured successfully**
|
||||||
|
|
||||||
Query domain name with `nslookup -querytype=ptr 0.0.0.0`
|
Query domain name with `nslookup -querytype=ptr smartdns`
|
||||||
See if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
See if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
* **The interface prompts that the redirect failed**
|
* **The interface prompts that the redirect failed**
|
||||||
@@ -329,12 +285,12 @@ https://github.com/pymumu/smartdns/releases
|
|||||||
See if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
See if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
* Method 2: Use `nslookup` to query the `www.baidu.com` domain name to see if the IP address of Baidu in the result is `only one. If there are multiple IP addresses returned, it means that it is not valid. Please try to check several domain names.
|
* Method 2: Use `nslookup` to query the `www.baidu.com` domain name to see if the IP address of Baidu in the result is `only one. If there are multiple IP addresses returned, it means that it is not valid. Please try to check several domain names.
|
||||||
@@ -389,16 +345,16 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
|
|||||||
|
|
||||||
1. Restart router
|
1. Restart router
|
||||||
|
|
||||||
After the router is started, use `nslookup -querytype=ptr 0.0.0.0` to query the domain name.
|
After the router is started, use `nslookup -querytype=ptr smartdns` to query the domain name.
|
||||||
See if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
See if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Note
|
1. Note
|
||||||
@@ -465,16 +421,16 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
|
|||||||
|
|
||||||
1. Restart the router to take effect
|
1. Restart the router to take effect
|
||||||
|
|
||||||
After the router is started, use `nslookup -querytype=ptr 0.0.0.0` to query the domain name.
|
After the router is started, use `nslookup -querytype=ptr smartdns` to query the domain name.
|
||||||
See if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
See if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
Pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
Pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: If the service does not start automatically, you need to set optwre/entware to start automatically. For details, see the optware/entware documentation.
|
Note: If the service does not start automatically, you need to set optwre/entware to start automatically. For details, see the optware/entware documentation.
|
||||||
@@ -489,7 +445,7 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
|
|||||||
|
|
||||||
1. Install smartdns
|
1. Install smartdns
|
||||||
|
|
||||||
download install package `smartdns.xxxxxxxx.x86_64.tar.gz`,and unzip to the `D:\` directory, after decompression, the directory is as follows:
|
download install package `smartdns.xxxxxxxx.x86_64-linux-all.tar.gz`,and unzip to the `D:\` directory, after decompression, the directory is as follows:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
D:\SMARTDNS
|
D:\SMARTDNS
|
||||||
@@ -522,16 +478,16 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
|
|||||||
|
|
||||||
1. Check if the service is configured successfully
|
1. Check if the service is configured successfully
|
||||||
|
|
||||||
Query domain name with `nslookup -querytype=ptr 0.0.0.0`
|
Query domain name with `nslookup -querytype=ptr smartdns`
|
||||||
Check if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
Check if the `name` item in the command result is displayed as `smartdns` or `hostname`, such as `smartdns`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr 0.0.0.0
|
pi@raspberrypi:~/code/smartdns_build $ nslookup -querytype=ptr smartdns
|
||||||
Server: 192.168.1.1
|
Server: 192.168.1.1
|
||||||
Address: 192.168.1.1#53
|
Address: 192.168.1.1#53
|
||||||
|
|
||||||
Non-authoritative answer:
|
Non-authoritative answer:
|
||||||
0.0.0.0.in-addr.arpa name = smartdns.
|
smartdns name = smartdns.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration parameter
|
## Configuration parameter
|
||||||
@@ -557,21 +513,26 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
|
|||||||
|conf-file|additional conf file|None|File path|conf-file /etc/smartdns/smartdns.more.conf
|
|conf-file|additional conf file|None|File path|conf-file /etc/smartdns/smartdns.more.conf
|
||||||
|server|Upstream UDP DNS server|None|Repeatable <br>`[ip][:port]`: Server IP, port optional. <br>`[-blacklist-ip]`: The "-blacklist-ip" parameter is to filtering IPs which is configured by "blacklist-ip". <br>`[-whitelist-ip]`: whitelist-ip parameter specifies that only the IP range configured in whitelist-ip is accepted. <br>`[-group [group] ...]`: The group to which the DNS server belongs, such as office, foreign, use with nameserver. <br>`[-exclude-default-group]`: Exclude DNS servers from the default group| server 8.8.8.8:53 -blacklist-ip
|
|server|Upstream UDP DNS server|None|Repeatable <br>`[ip][:port]`: Server IP, port optional. <br>`[-blacklist-ip]`: The "-blacklist-ip" parameter is to filtering IPs which is configured by "blacklist-ip". <br>`[-whitelist-ip]`: whitelist-ip parameter specifies that only the IP range configured in whitelist-ip is accepted. <br>`[-group [group] ...]`: The group to which the DNS server belongs, such as office, foreign, use with nameserver. <br>`[-exclude-default-group]`: Exclude DNS servers from the default group| server 8.8.8.8:53 -blacklist-ip
|
||||||
|server-tcp|Upstream TCP DNS server|None|Repeatable <br>`[ip][:port]`: Server IP, port optional. <br>`[-blacklist-ip]`: The "-blacklist-ip" parameter is to filtering IPs which is configured by "blacklist-ip". <br>`[-whitelist-ip]`: whitelist-ip parameter specifies that only the IP range configured in whitelist-ip is accepted. <br>`[-group [group] ...]`: The group to which the DNS server belongs, such as office, foreign, use with nameserver. <br>`[-exclude-default-group]`: Exclude DNS servers from the default group| server-tcp 8.8.8.8:53
|
|server-tcp|Upstream TCP DNS server|None|Repeatable <br>`[ip][:port]`: Server IP, port optional. <br>`[-blacklist-ip]`: The "-blacklist-ip" parameter is to filtering IPs which is configured by "blacklist-ip". <br>`[-whitelist-ip]`: whitelist-ip parameter specifies that only the IP range configured in whitelist-ip is accepted. <br>`[-group [group] ...]`: The group to which the DNS server belongs, such as office, foreign, use with nameserver. <br>`[-exclude-default-group]`: Exclude DNS servers from the default group| server-tcp 8.8.8.8:53
|
||||||
|server-tls|Upstream TLS DNS server|None|Repeatable <br>`[ip][:port]`: Server IP, port optional. <br>`[-spki-pin [sha256-pin]]`: TLS verify SPKI value, a base64 encoded SHA256 hash<br>`[-host-name]`:TLS Server name. <br>`[-tls-host-verify]`: TLS cert hostname to verify.<br>`[-blacklist-ip]`: The "-blacklist-ip" parameter is to filtering IPs which is configured by "blacklist-ip". <br>`[-whitelist-ip]`: whitelist-ip parameter specifies that only the IP range configured in whitelist-ip is accepted. <br>`[-group [group] ...]`: The group to which the DNS server belongs, such as office, foreign, use with nameserver. <br>`[-exclude-default-group]`: Exclude DNS servers from the default group| server-tls 8.8.8.8:853
|
|server-tls|Upstream TLS DNS server|None|Repeatable <br>`[ip][:port]`: Server IP, port optional. <br>`[-spki-pin [sha256-pin]]`: TLS verify SPKI value, a base64 encoded SHA256 hash<br>`[-host-name]`:TLS Server name. <br>`[-tls-host-verify]`: TLS cert hostname to verify. <br>`-no-check-certificate:`: No check certificate. <br>`[-blacklist-ip]`: The "-blacklist-ip" parameter is to filtering IPs which is configured by "blacklist-ip". <br>`[-whitelist-ip]`: whitelist-ip parameter specifies that only the IP range configured in whitelist-ip is accepted. <br>`[-group [group] ...]`: The group to which the DNS server belongs, such as office, foreign, use with nameserver. <br>`[-exclude-default-group]`: Exclude DNS servers from the default group| server-tls 8.8.8.8:853
|
||||||
|server-https|Upstream HTTPS DNS server|None|Repeatable <br>`https://[host][:port]/path`: Server IP, port optional. <br>`[-spki-pin [sha256-pin]]`: TLS verify SPKI value, a base64 encoded SHA256 hash<br>`[-host-name]`:TLS Server name<br>`[-http-host]`:http header host. <br>`[-tls-host-verify]`: TLS cert hostname to verify.<br>`[-blacklist-ip]`: The "-blacklist-ip" parameter is to filtering IPs which is configured by "blacklist-ip". <br>`[-whitelist-ip]`: whitelist-ip parameter specifies that only the IP range configured in whitelist-ip is accepted. <br>`[-group [group] ...]`: The group to which the DNS server belongs, such as office, foreign, use with nameserver. <br>`[-exclude-default-group]`: Exclude DNS servers from the default group| server-https https://cloudflare-dns.com/dns-query
|
|server-https|Upstream HTTPS DNS server|None|Repeatable <br>`https://[host][:port]/path`: Server IP, port optional. <br>`[-spki-pin [sha256-pin]]`: TLS verify SPKI value, a base64 encoded SHA256 hash<br>`[-host-name]`:TLS Server name<br>`[-http-host]`:http header host. <br>`[-tls-host-verify]`: TLS cert hostname to verify. <br>`-no-check-certificate:`: No check certificate. <br>`[-blacklist-ip]`: The "-blacklist-ip" parameter is to filtering IPs which is configured by "blacklist-ip". <br>`[-whitelist-ip]`: whitelist-ip parameter specifies that only the IP range configured in whitelist-ip is accepted. <br>`[-group [group] ...]`: The group to which the DNS server belongs, such as office, foreign, use with nameserver. <br>`[-exclude-default-group]`: Exclude DNS servers from the default group| server-https https://cloudflare-dns.com/dns-query
|
||||||
|speed-check-mode|Speed mode|None|[ping\|tcp:[80]\|none]|speed-check-mode ping,tcp:443
|
|speed-check-mode|Speed mode|None|[ping\|tcp:[80]\|none]|speed-check-mode ping,tcp:443
|
||||||
|address|Domain IP address|None|address /domain/[ip\|-\|-4\|-6\|#\|#4\|#6], `-` for ignore, `#` for return SOA, `4` for IPV4, `6` for IPV6| address /www.example.com/1.2.3.4
|
|address|Domain IP address|None|address /domain/[ip\|-\|-4\|-6\|#\|#4\|#6], `-` for ignore, `#` for return SOA, `4` for IPV4, `6` for IPV6| address /www.example.com/1.2.3.4
|
||||||
|nameserver|To query domain with specific server group|None|nameserver /domain/[group\|-], `group` is the group name, `-` means ignore this rule, use the `-group` parameter in the related server|nameserver /www.example.com/office
|
|nameserver|To query domain with specific server group|None|nameserver /domain/[group\|-], `group` is the group name, `-` means ignore this rule, use the `-group` parameter in the related server|nameserver /www.example.com/office
|
||||||
|ipset|Domain IPSet|None|ipset /domain/[ipset\|-], `-` for ignore|ipset /www.example.com/pass
|
|ipset|Domain IPSet|None|ipset /domain/[ipset\|-], `-` for ignore|ipset /www.example.com/pass
|
||||||
|ipset-timeout|ipset timeout enable|auto|[yes]|ipset-timeout yes
|
|ipset-timeout|ipset timeout enable|auto|[yes]|ipset-timeout yes
|
||||||
|
|domain-rules|set domain rules|None|domain-rules /domain/ [-rules...]<br>`[-speed-check-mode]`: set speed check mode,same as parameter `speed-check-mode`<br>`[-address]`: same as parameter `address` <br>`[-nameserver]`: same as parameter `nameserver`<br>`[-ipset]`: same as parameter `ipset`|domain-rules /www.example.com/ -speed-check-mode none
|
||||||
|bogus-nxdomain|bogus IP address|None|[IP/subnet], Repeatable| bogus-nxdomain 1.2.3.4/16
|
|bogus-nxdomain|bogus IP address|None|[IP/subnet], Repeatable| bogus-nxdomain 1.2.3.4/16
|
||||||
|ignore-ip|ignore ip address|None|[ip/subnet], Repeatable| ignore-ip 1.2.3.4/16
|
|ignore-ip|ignore ip address|None|[ip/subnet], Repeatable| ignore-ip 1.2.3.4/16
|
||||||
|whitelist-ip|ip whitelist|None|[ip/subnet], Repeatable,When the filtering server responds IPs in the IP whitelist, only result in whitelist will be accepted| whitelist-ip 1.2.3.4/16
|
|whitelist-ip|ip whitelist|None|[ip/subnet], Repeatable,When the filtering server responds IPs in the IP whitelist, only result in whitelist will be accepted| whitelist-ip 1.2.3.4/16
|
||||||
|blacklist-ip|ip blacklist|None|[ip/subnet], Repeatable,When the filtering server responds IPs in the IP blacklist, The result will be discarded directly| blacklist-ip 1.2.3.4/16
|
|blacklist-ip|ip blacklist|None|[ip/subnet], Repeatable,When the filtering server responds IPs in the IP blacklist, The result will be discarded directly| blacklist-ip 1.2.3.4/16
|
||||||
|force-AAAA-SOA|force AAAA query return SOA|no|[yes\|no]|force-AAAA-SOA yes
|
|force-AAAA-SOA|force AAAA query return SOA|no|[yes\|no]|force-AAAA-SOA yes
|
||||||
|prefetch-domain|domain prefetch feature|no|[yes\|no]|prefetch-domain yes
|
|prefetch-domain|domain prefetch feature|no|[yes\|no]|prefetch-domain yes
|
||||||
|
|serve-expired|Cache serve expired feature|no|[yes\|no], Attempts to serve old responses from cache with a TTL of 0 in the response without waiting for the actual resolution to finish.|serve-expired yes
|
||||||
|
|serve-expired-ttl|Cache serve expired limite TTL|0|second,0:disable,> 0 seconds after expiration|serve-expired-ttl 0
|
||||||
|dualstack-ip-selection|Dualstack ip selection|no|[yes\|no]|dualstack-ip-selection yes
|
|dualstack-ip-selection|Dualstack ip selection|no|[yes\|no]|dualstack-ip-selection yes
|
||||||
|dualstack-ip-selection-threshold|Dualstack ip select threadhold|30ms|millisecond|dualstack-ip-selection-threshold [0-1000]
|
|dualstack-ip-selection-threshold|Dualstack ip select threadhold|30ms|millisecond|dualstack-ip-selection-threshold [0-1000]
|
||||||
|
|ca-file|certificate file|/etc/ssl/certs/ca-certificates.crt|path|ca-file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|ca-path|certificates path|/etc/ssl/certs|path|ca-path /etc/ssl/certs
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
@@ -591,6 +552,7 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
|
|||||||
* Cache mechanism to make access faster.
|
* Cache mechanism to make access faster.
|
||||||
* Asynchronous log, audit log mechanism, does not affect DNS query performance while recording information.
|
* Asynchronous log, audit log mechanism, does not affect DNS query performance while recording information.
|
||||||
* Domain group mechanism, specific domain names use specific upstream server group queries to avoid privacy leakage.
|
* Domain group mechanism, specific domain names use specific upstream server group queries to avoid privacy leakage.
|
||||||
|
* The second DNS supports customizing more behavior.
|
||||||
|
|
||||||
1. What is the best practices for upstream server configuration?
|
1. What is the best practices for upstream server configuration?
|
||||||
Smartdns has a speed measurement mechanism. When configuring an upstream server, it is recommended to configure multiple upstream DNS servers, including servers in different regions, but the total number is recommended to be around 10. Recommended configuration
|
Smartdns has a speed measurement mechanism. When configuring an upstream server, it is recommended to configure multiple upstream DNS servers, including servers in different regions, but the total number is recommended to be around 10. Recommended configuration
|
||||||
@@ -645,6 +607,13 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
|
|||||||
Nameserver /.office/office
|
Nameserver /.office/office
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can use the above configuration to implement DNS resolution and offload. If you need to implement traffic distribution on the requesting port, you can configure the second DNS server. The bind configuration is added. The group parameter specifies the traffic distribution name.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
Bind :7053 -group office
|
||||||
|
Bind :8053 -group home
|
||||||
|
```
|
||||||
|
|
||||||
1. How to use the IPV4, IPV6 dual stack IP optimization feature
|
1. How to use the IPV4, IPV6 dual stack IP optimization feature
|
||||||
At present, IPV6 network is not as fast as IPV4 in some cases. In order to get a better experience in the dual-stack network, SmartDNS provides a dual-stack IP optimization mechanism, the same domain name, and the speed of IPV4. Far faster than IPV6, then SmartDNS will block the resolution of IPV6, let the PC use IPV4, the feature is enabled by `dualstack-ip-selection yes`, `dualstack-ip-selection-threshold [time]` is for threshold. if you want to disable IPV6 AAAA record complete, please try `force-AAAA-SOA yes`.
|
At present, IPV6 network is not as fast as IPV4 in some cases. In order to get a better experience in the dual-stack network, SmartDNS provides a dual-stack IP optimization mechanism, the same domain name, and the speed of IPV4. Far faster than IPV6, then SmartDNS will block the resolution of IPV6, let the PC use IPV4, the feature is enabled by `dualstack-ip-selection yes`, `dualstack-ip-selection-threshold [time]` is for threshold. if you want to disable IPV6 AAAA record complete, please try `force-AAAA-SOA yes`.
|
||||||
|
|
||||||
@@ -662,6 +631,22 @@ Note: Merlin firmware is derived from ASUS firmware and can theoretically be use
|
|||||||
Enable pre-fetching of domain names with `prefetch-domain yes` to improve query hit rate.
|
Enable pre-fetching of domain names with `prefetch-domain yes` to improve query hit rate.
|
||||||
by default, Smartdns will send domain query request again before cache expire, and cache the result for the next query. Frequently accessed domain names will continue to be cached. This feature will consume more CPU when idle.
|
by default, Smartdns will send domain query request again before cache expire, and cache the result for the next query. Frequently accessed domain names will continue to be cached. This feature will consume more CPU when idle.
|
||||||
|
|
||||||
|
* Cache serve expired feature
|
||||||
|
Enable cache serve expired feature with `serve-expired yes` to improve the cache hit rate and reduce the CPU consumption.
|
||||||
|
This feature will return TTL = 0 to the client after the TTL timeout, and send a new query request again at the same time, and cache the new results for later query.
|
||||||
|
|
||||||
|
1. How does the second DNS customize more behavior?
|
||||||
|
The second DNS can be used as the upstream of other DNS servers to provide more query behaviors. Bind configuration support can bind multiple ports. Different ports can be set with different flags to implement different functions, such as
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# Binding 6053 port, request for port 6053 will be configured with the upstream query of the office group, and the result will not be measured. The address configuration address is ignored.
|
||||||
|
bind [::]:6053 -no-speed-check -group office -no-rule-addr
|
||||||
|
```
|
||||||
|
|
||||||
|
## Compile
|
||||||
|
|
||||||
|
smartdns contains scripts for compiling packages, supports compiling luci, debian, openwrt, opare installation packages, and can execute `package/build-pkg.sh` compilation.
|
||||||
|
|
||||||
## [Donate](#Donate)
|
## [Donate](#Donate)
|
||||||
|
|
||||||
If you feel that this project is helpful to you, please donate to us so that the project can continue to develop and be more perfect.
|
If you feel that this project is helpful to you, please donate to us so that the project can continue to develop and be more perfect.
|
||||||
@@ -678,14 +663,6 @@ If you feel that this project is helpful to you, please donate to us so that the
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Statement
|
## Open Source License
|
||||||
|
|
||||||
* `SmartDNS` copyright belongs to Nick Peng (pymumu at gmail.com).
|
Smartdns is licensed to the public under the GPL V3 License.
|
||||||
* `SmartDNS` is free software, users can copy and use `SmartDNS` non-commercially.
|
|
||||||
* It is forbidden to use `SmartDNS` for commercial purposes.
|
|
||||||
* The use of the software is at the user's own risk and, to the fullest extent permitted by applicable law, damages and risks resulting from the use of this product, including but not limited to direct or indirect personal damage, loss of commercial profit, trade disruption No loss of business information or any other financial loss.
|
|
||||||
* This software does not collect any user information without the user's consent.
|
|
||||||
|
|
||||||
## Additional information
|
|
||||||
|
|
||||||
Currently the code is not open source, and subsequent open source according to the situation.
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 52 KiB |
@@ -1,4 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
### BEGIN INIT INFO
|
### BEGIN INIT INFO
|
||||||
# Provides: smartdns
|
# Provides: smartdns
|
||||||
@@ -19,14 +34,14 @@ test -x $SMARTDNS || exit 5
|
|||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
start)
|
start)
|
||||||
$SMARTDNS $SMART_DNS_OPTS
|
$SMARTDNS "$SMART_DNS_OPTS"
|
||||||
while true; do
|
while true; do
|
||||||
if [ -e "$PIDFILE" ]; then
|
if [ -e "$PIDFILE" ]; then
|
||||||
break;
|
break;
|
||||||
fi
|
fi
|
||||||
sleep .5
|
sleep .5
|
||||||
done
|
done
|
||||||
PID="`cat $PIDFILE 2>/dev/null`"
|
PID="$(cat $PIDFILE 2>/dev/null)"
|
||||||
if [ -z "$PID" ]; then
|
if [ -z "$PID" ]; then
|
||||||
echo "start smartdns server failed."
|
echo "start smartdns server failed."
|
||||||
exit 1
|
exit 1
|
||||||
@@ -42,25 +57,25 @@ case $1 in
|
|||||||
echo "smartdns server is stopped."
|
echo "smartdns server is stopped."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
PID="`cat $PIDFILE 2>/dev/null`"
|
PID="$(cat $PIDFILE 2>/dev/null)"
|
||||||
if [ ! -e "/proc/$PID" ] || [ -z "$PID" ]; then
|
if [ ! -e "/proc/$PID" ] || [ -z "$PID" ]; then
|
||||||
echo "smartdns server is stopped"
|
echo "smartdns server is stopped"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kill -TERM $PID
|
kill -TERM "$PID"
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Stop smartdns server failed."
|
echo "Stop smartdns server failed."
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
rm -f $PIDFILE
|
rm -f "$PIDFILE"
|
||||||
echo "Stop smartdns server success."
|
echo "Stop smartdns server success."
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
$0 stop && sleep 1 && $0 start
|
"$0" stop && sleep 1 && "$0" start
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
PID="`cat $PIDFILE 2>/dev/null`"
|
PID="$(cat "$PIDFILE" 2>/dev/null)"
|
||||||
if [ ! -e "/proc/$PID" ] || [ -z "$PID" ]; then
|
if [ ! -e "/proc/$PID" ] || [ -z "$PID" ]; then
|
||||||
echo "smartdns server is not running."
|
echo "smartdns server is not running."
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# dns server name, defaut is host name
|
# dns server name, default is host name
|
||||||
# server-name,
|
# server-name,
|
||||||
# example:
|
# example:
|
||||||
# server-name smartdns
|
# server-name smartdns
|
||||||
@@ -22,6 +22,7 @@
|
|||||||
# -no-cache: skip cache.
|
# -no-cache: skip cache.
|
||||||
# -no-rule-soa: Skip address SOA(#) rules.
|
# -no-rule-soa: Skip address SOA(#) rules.
|
||||||
# -no-dualstack-selection: Disable dualstack ip selection.
|
# -no-dualstack-selection: Disable dualstack ip selection.
|
||||||
|
# -force-aaaa-soa: force AAAA query return SOA.
|
||||||
# example:
|
# example:
|
||||||
# IPV4:
|
# IPV4:
|
||||||
# bind :53
|
# bind :53
|
||||||
@@ -43,6 +44,14 @@ cache-size 512
|
|||||||
# prefetch-domain [yes|no]
|
# prefetch-domain [yes|no]
|
||||||
# prefetch-domain yes
|
# prefetch-domain yes
|
||||||
|
|
||||||
|
# cache serve expired
|
||||||
|
# serve-expired [yes|no]
|
||||||
|
# serve-expired yes
|
||||||
|
|
||||||
|
# cache serve expired TTL
|
||||||
|
# serve-expired-ttl [num]
|
||||||
|
# serve-expired-ttl 0
|
||||||
|
|
||||||
# List of hosts that supply bogus NX domain results
|
# List of hosts that supply bogus NX domain results
|
||||||
# bogus-nxdomain [ip/subnet]
|
# bogus-nxdomain [ip/subnet]
|
||||||
|
|
||||||
@@ -97,12 +106,20 @@ log-level info
|
|||||||
# dns audit
|
# dns audit
|
||||||
# audit-enable [yes|no]: enable or disable audit.
|
# audit-enable [yes|no]: enable or disable audit.
|
||||||
# audit-enable yes
|
# audit-enable yes
|
||||||
# audit-SOA [yes|no]: enable or disalbe log soa result.
|
# audit-SOA [yes|no]: enable or disable log soa result.
|
||||||
# audit-size size of each audit file, support k,m,g
|
# audit-size size of each audit file, support k,m,g
|
||||||
# audit-file /var/log/smartdns-audit.log
|
# audit-file /var/log/smartdns-audit.log
|
||||||
# audit-size 128k
|
# audit-size 128k
|
||||||
# audit-num 2
|
# audit-num 2
|
||||||
|
|
||||||
|
# certificate file
|
||||||
|
# ca-file [file]
|
||||||
|
# ca-file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
||||||
|
# certificate path
|
||||||
|
# ca-path [path]
|
||||||
|
# ca-path /etc/ss/certs
|
||||||
|
|
||||||
# remote udp dns server list
|
# remote udp dns server list
|
||||||
# server [IP]:[PORT] [-blacklist-ip] [-whitelist-ip] [-check-edns] [-group [group] ...] [-exclude-default-group]
|
# server [IP]:[PORT] [-blacklist-ip] [-whitelist-ip] [-check-edns] [-group [group] ...] [-exclude-default-group]
|
||||||
# default port is 53
|
# default port is 53
|
||||||
@@ -121,8 +138,9 @@ log-level info
|
|||||||
# remote tls dns server list
|
# remote tls dns server list
|
||||||
# server-tls [IP]:[PORT] [-blacklist-ip] [-whitelist-ip] [-spki-pin [sha256-pin]] [-group [group] ...] [-exclude-default-group]
|
# server-tls [IP]:[PORT] [-blacklist-ip] [-whitelist-ip] [-spki-pin [sha256-pin]] [-group [group] ...] [-exclude-default-group]
|
||||||
# -spki-pin: TLS spki pin to verify.
|
# -spki-pin: TLS spki pin to verify.
|
||||||
# -tls-host-check: cert hostname to verify.
|
# -tls-host-verify: cert hostname to verify.
|
||||||
# -hostname: TLS sni hostname.
|
# -host-name: TLS sni hostname.
|
||||||
|
# -no-check-certificate: no check certificate.
|
||||||
# Get SPKI with this command:
|
# Get SPKI with this command:
|
||||||
# echo | openssl s_client -connect '[ip]:853' | openssl x509 -pubkey -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64
|
# echo | openssl s_client -connect '[ip]:853' | openssl x509 -pubkey -noout | openssl pkey -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64
|
||||||
# default port is 853
|
# default port is 853
|
||||||
@@ -132,9 +150,10 @@ log-level info
|
|||||||
# remote https dns server list
|
# remote https dns server list
|
||||||
# server-https https://[host]:[port]/path [-blacklist-ip] [-whitelist-ip] [-spki-pin [sha256-pin]] [-group [group] ...] [-exclude-default-group]
|
# server-https https://[host]:[port]/path [-blacklist-ip] [-whitelist-ip] [-spki-pin [sha256-pin]] [-group [group] ...] [-exclude-default-group]
|
||||||
# -spki-pin: TLS spki pin to verify.
|
# -spki-pin: TLS spki pin to verify.
|
||||||
# -tls-host-check: cert hostname to verify.
|
# -tls-host-verify: cert hostname to verify.
|
||||||
# -hostname: TLS sni hostname.
|
# -host-name: TLS sni hostname.
|
||||||
# -http-host: http host.
|
# -http-host: http host.
|
||||||
|
# -no-check-certificate: no check certificate.
|
||||||
# default port is 443
|
# default port is 443
|
||||||
# server-https https://cloudflare-dns.com/dns-query
|
# server-https https://cloudflare-dns.com/dns-query
|
||||||
|
|
||||||
@@ -156,3 +175,12 @@ log-level info
|
|||||||
# ipset /domain/[ipset|-]
|
# ipset /domain/[ipset|-]
|
||||||
# ipset /www.example.com/block, set ipset with ipset name of block
|
# ipset /www.example.com/block, set ipset with ipset name of block
|
||||||
# ipset /www.example.com/-, ignore this domain
|
# ipset /www.example.com/-, ignore this domain
|
||||||
|
|
||||||
|
# set domain rules
|
||||||
|
# domain-rules /domain/ [-speed-check-mode [...]]
|
||||||
|
# rules:
|
||||||
|
# -speed-check-mode [mode]: speed check mode
|
||||||
|
# speed-check-mode [ping|tcp:port|none|,]
|
||||||
|
# -address [address|-]: same as address option
|
||||||
|
# -nameserver [group|-]: same as nameserver option
|
||||||
|
# -ipset [ipset|-]: same as ipset option
|
||||||
|
|||||||
182
package/build-pkg.sh
Normal file
182
package/build-pkg.sh
Normal file
@@ -0,0 +1,182 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Copyright (C) 2018-2019 Nick Peng (pymumu@gmail.com)
|
||||||
|
|
||||||
|
CURR_DIR=$(cd $(dirname $0);pwd)
|
||||||
|
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
||||||
|
CODE_DIR="$CURR_DIR/.."
|
||||||
|
IS_BUILD_SMARTDNS=1
|
||||||
|
OUTPUTDIR=$CURR_DIR
|
||||||
|
export CC
|
||||||
|
export STRIP
|
||||||
|
|
||||||
|
showhelp()
|
||||||
|
{
|
||||||
|
echo "Usage: $0 [OPTION]"
|
||||||
|
echo "Options:"
|
||||||
|
echo " --platform [luci|luci-compat|debian|openwrt|optware|linux] build for platform. "
|
||||||
|
echo " --arch [all|armhf|arm64|x86-64|...] build for architecture, e.g. "
|
||||||
|
echo " --cross-tool [cross-tool] cross compiler, e.g. mips-openwrt-linux-"
|
||||||
|
echo ""
|
||||||
|
echo "Advance Options:"
|
||||||
|
echo " --static static link smartdns"
|
||||||
|
echo " --only-package only package, not build source"
|
||||||
|
echo " --filearch [arch] output file arch, default: equal --arch"
|
||||||
|
echo " --outputdir [dir] output package to specific directory"
|
||||||
|
echo " "
|
||||||
|
echo "Example:"
|
||||||
|
echo " build luci:"
|
||||||
|
echo " $0 --platform luci"
|
||||||
|
echo " build luci:"
|
||||||
|
echo " $0 --platform luci-compat"
|
||||||
|
echo " build debian:"
|
||||||
|
echo " $0 --platform debian --arch x86-64"
|
||||||
|
echo " build raspbian pi:"
|
||||||
|
echo " $0 --platform debian --arch armhf"
|
||||||
|
echo " build optware mips:"
|
||||||
|
echo " $0 --platform optware --arch mipsbig"
|
||||||
|
echo " build openwrt mips:"
|
||||||
|
echo " $0 --platform openwrt --arch mips_24kc"
|
||||||
|
echo " build generic linux:"
|
||||||
|
echo " $0 --platform linux --arch x86-64"
|
||||||
|
}
|
||||||
|
|
||||||
|
build_smartdns()
|
||||||
|
{
|
||||||
|
if [ "$PLATFORM" != "luci" ]; then
|
||||||
|
make -C $CODE_DIR clean $MAKE_ARGS
|
||||||
|
make -C $CODE_DIR all -j8 VER=$VER $MAKE_ARGS
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "make smartdns failed"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
$STRIP -d $CODE_DIR/src/smartdns >/dev/null 2>&1
|
||||||
|
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
build()
|
||||||
|
{
|
||||||
|
echo "build package for $PLATFORM"
|
||||||
|
|
||||||
|
if [ $IS_BUILD_SMARTDNS -eq 1 ]; then
|
||||||
|
build_smartdns
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
chmod +x $CODE_DIR/package/$PLATFORM/make.sh
|
||||||
|
$CODE_DIR/package/$PLATFORM/make.sh -o $CURR_DIR --arch $ARCH --ver $VER --filearch $FILEARCH -o $OUTPUTDIR
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "build package for $PLATFORM failed"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "build package for $PLATFORM success."
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
OPTS=`getopt -o o:h --long arch:,filearch:,ver:,platform:,cross-tool:,static,only-package,outputdir: \
|
||||||
|
-n "" -- "$@"`
|
||||||
|
|
||||||
|
if [ "$#" -le "1" ]; then
|
||||||
|
showhelp
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
|
||||||
|
|
||||||
|
# Note the quotes around `$TEMP': they are essential!
|
||||||
|
eval set -- "$OPTS"
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
case "$1" in
|
||||||
|
--arch)
|
||||||
|
ARCH="$2"
|
||||||
|
shift 2;;
|
||||||
|
--filearch)
|
||||||
|
FILEARCH="$2"
|
||||||
|
shift 2;;
|
||||||
|
--platform)
|
||||||
|
PLATFORM="$2"
|
||||||
|
shift 2;;
|
||||||
|
--cross-tool)
|
||||||
|
CROSS_TOOL="$2"
|
||||||
|
shift 2;;
|
||||||
|
--static)
|
||||||
|
export STATIC="yes"
|
||||||
|
shift 1;;
|
||||||
|
--only-package)
|
||||||
|
IS_BUILD_SMARTDNS=0
|
||||||
|
shift 1;;
|
||||||
|
--outputdir)
|
||||||
|
OUTPUTDIR="$2"
|
||||||
|
shift 2;;
|
||||||
|
--ver)
|
||||||
|
VER="$2"
|
||||||
|
shift 2;;
|
||||||
|
-h | --help )
|
||||||
|
showhelp
|
||||||
|
return 0
|
||||||
|
shift ;;
|
||||||
|
-- ) shift; break ;;
|
||||||
|
* ) break ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
if [ -z "$PLATFORM" ]; then
|
||||||
|
echo "please input platform"
|
||||||
|
echo "run $0 -h for help."
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$PLATFORM" = "luci" ]; then
|
||||||
|
ARCH="all"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$ARCH" ]; then
|
||||||
|
echo "please input arch."
|
||||||
|
echo "run $0 -h for help."
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$FILEARCH" ]; then
|
||||||
|
FILEARCH="$ARCH"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$OUTPUTDIR" ]; then
|
||||||
|
OUTPUTDIR=$CURR_DIR
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -z "$CROSS_TOOL" ]; then
|
||||||
|
CC="${CROSS_TOOL}gcc"
|
||||||
|
STRIP="${CROSS_TOOL}strip"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$CC" ]; then
|
||||||
|
CC="gcc"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$STRIP" ]; then
|
||||||
|
if [ ! -z "`echo $CC | grep '\-gcc'`" ]; then
|
||||||
|
STRIP="`echo "$CC" | sed 's/-gcc\$/-strip/g'`"
|
||||||
|
else
|
||||||
|
STRIP="strip"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -e "`which $CC`" ]; then
|
||||||
|
echo "Cannot find compiler $CC"
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
build
|
||||||
|
}
|
||||||
|
|
||||||
|
main $@
|
||||||
|
exit $?
|
||||||
@@ -3,5 +3,5 @@ Upstream-Name: smartdns
|
|||||||
Source: http://github.com/pymumu/smartdns
|
Source: http://github.com/pymumu/smartdns
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2018 Nick peng
|
Copyright: 2018-2019 Nick peng
|
||||||
License: proprietary
|
License: proprietary
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
#/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
CURR_DIR=$(cd $(dirname $0);pwd)
|
CURR_DIR=$(cd $(dirname $0);pwd)
|
||||||
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
||||||
SMARTDNS_DIR=$CURR_DIR/../../
|
SMARTDNS_DIR=$CURR_DIR/../../
|
||||||
@@ -37,6 +51,10 @@ build()
|
|||||||
cp $SMARTDNS_DIR/etc/default/smartdns $ROOT/etc/default/
|
cp $SMARTDNS_DIR/etc/default/smartdns $ROOT/etc/default/
|
||||||
cp $SMARTDNS_DIR/systemd/smartdns.service $ROOT/lib/systemd/system/
|
cp $SMARTDNS_DIR/systemd/smartdns.service $ROOT/lib/systemd/system/
|
||||||
cp $SMARTDNS_DIR/src/smartdns $ROOT/usr/sbin
|
cp $SMARTDNS_DIR/src/smartdns $ROOT/usr/sbin
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "copy smartdns file failed."
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
chmod +x $ROOT/usr/sbin/smartdns
|
chmod +x $ROOT/usr/sbin/smartdns
|
||||||
|
|
||||||
dpkg -b $ROOT $OUTPUTDIR/smartdns.$VER.$FILEARCH.deb
|
dpkg -b $ROOT $OUTPUTDIR/smartdns.$VER.$FILEARCH.deb
|
||||||
|
|||||||
@@ -1,7 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Copyright (C) 2018 Ruilin Peng (Nick) <pymumu@gmail.com>
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
#
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
INST_DIR=$(cd $(dirname $0);pwd)
|
INST_DIR=$(cd $(dirname $0);pwd)
|
||||||
ISWSL=1 # 1 means not WSL, 0 means wsl
|
ISWSL=1 # 1 means not WSL, 0 means wsl
|
||||||
@@ -53,7 +65,7 @@ clean_service()
|
|||||||
|
|
||||||
get_systemd_path()
|
get_systemd_path()
|
||||||
{
|
{
|
||||||
service="`systemctl --no-legend| grep .service | head -n 1 | awk '{print $1}'`"
|
service="`systemctl --no-legend| grep '\.service' | head -n 1 | awk '{print $1}'`"
|
||||||
SERVICE_PATH="`systemctl show $service | grep FragmentPath | awk -F'=' '{print $2}'`"
|
SERVICE_PATH="`systemctl show $service | grep FragmentPath | awk -F'=' '{print $2}'`"
|
||||||
dirname $SERVICE_PATH
|
dirname $SERVICE_PATH
|
||||||
}
|
}
|
||||||
@@ -65,15 +77,19 @@ install_files()
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install -v -m 0755 -t $PREFIX/usr/sbin src/smartdns
|
install -v -m 0755 -t $PREFIX/usr/sbin usr/sbin/smartdns
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -e "$PREFIX$SMARTDNS_CONF_DIR/smartdns.conf" ]; then
|
||||||
|
cp etc/smartdns/smartdns.conf $PREFIX$SMARTDNS_CONF_DIR/smartdns.conf.pkg
|
||||||
|
else
|
||||||
install -v -m 0640 -t $PREFIX$SMARTDNS_CONF_DIR etc/smartdns/smartdns.conf
|
install -v -m 0640 -t $PREFIX$SMARTDNS_CONF_DIR etc/smartdns/smartdns.conf
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
install -v -m 0640 -t $PREFIX/etc/default etc/default/smartdns
|
install -v -m 0640 -t $PREFIX/etc/default etc/default/smartdns
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
@@ -82,8 +98,10 @@ install_files()
|
|||||||
|
|
||||||
install -v -m 0755 -t $SMARTDNS_INIT_DIR etc/init.d/smartdns
|
install -v -m 0755 -t $SMARTDNS_INIT_DIR etc/init.d/smartdns
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
if [ $ISSYSTEMD -ne 0 ]; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ $ISSYSTEMD -eq 0 ]; then
|
if [ $ISSYSTEMD -eq 0 ]; then
|
||||||
SYSTEM_UNIT_PATH="`get_systemd_path`"
|
SYSTEM_UNIT_PATH="`get_systemd_path`"
|
||||||
@@ -104,7 +122,6 @@ uninstall_smartdns()
|
|||||||
if [ -z "$PREFIX" ]; then
|
if [ -z "$PREFIX" ]; then
|
||||||
stop_service 2>/dev/null
|
stop_service 2>/dev/null
|
||||||
fi
|
fi
|
||||||
rm -f $PREFIX$SMARTDNS_CONF_DIR/smartdns.conf
|
|
||||||
rmdir $PREFIX$SMARTDNS_CONF_DIR 2>/dev/null
|
rmdir $PREFIX$SMARTDNS_CONF_DIR 2>/dev/null
|
||||||
rm -f $PREFIX/usr/sbin/smartdns
|
rm -f $PREFIX/usr/sbin/smartdns
|
||||||
rm -f $PREFIX/etc/default/smartdns
|
rm -f $PREFIX/etc/default/smartdns
|
||||||
103
package/linux/make.sh
Normal file
103
package/linux/make.sh
Normal file
@@ -0,0 +1,103 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
CURR_DIR=$(cd $(dirname $0);pwd)
|
||||||
|
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
||||||
|
SMARTDNS_DIR=$CURR_DIR/../../
|
||||||
|
SMARTDNS_BIN=$SMARTDNS_DIR/src/smartdns
|
||||||
|
|
||||||
|
showhelp()
|
||||||
|
{
|
||||||
|
echo "Usage: make [OPTION]"
|
||||||
|
echo "Options:"
|
||||||
|
echo " -o output directory."
|
||||||
|
echo " --arch archtecture."
|
||||||
|
echo " --ver version."
|
||||||
|
echo " -h show this message."
|
||||||
|
}
|
||||||
|
|
||||||
|
build()
|
||||||
|
{
|
||||||
|
PKG_ROOT=/tmp/smartdns-linux
|
||||||
|
rm -fr $PKG_ROOT
|
||||||
|
mkdir -p $PKG_ROOT/smartdns
|
||||||
|
cd $PKG_ROOT/
|
||||||
|
|
||||||
|
# Generic x86_64
|
||||||
|
mkdir $PKG_ROOT/smartdns/usr/sbin -p
|
||||||
|
mkdir $PKG_ROOT/smartdns/package -p
|
||||||
|
mkdir $PKG_ROOT/smartdns/systemd -p
|
||||||
|
|
||||||
|
cd $SMARTDNS_DIR
|
||||||
|
cp package/windows $PKG_ROOT/smartdns/package/ -a
|
||||||
|
cp etc *.md LICENSE package/linux/install $PKG_ROOT/smartdns/ -a
|
||||||
|
cp systemd/smartdns.service $PKG_ROOT/smartdns/systemd
|
||||||
|
cp src/smartdns $PKG_ROOT/smartdns/usr/sbin -a
|
||||||
|
chmod +x $PKG_ROOT/smartdns/install
|
||||||
|
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "copy smartdns file failed"
|
||||||
|
rm -fr $PKG_ROOT
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
cd $PKG_ROOT
|
||||||
|
tar zcf $OUTPUTDIR/smartdns.$VER.$FILEARCH.tar.gz smartdns
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "create package failed"
|
||||||
|
rm -fr $PKG_ROOT
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
cd $CURR_DIR
|
||||||
|
rm -fr $PKG_ROOT
|
||||||
|
}
|
||||||
|
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
OPTS=`getopt -o o:h --long arch:,ver:,filearch: \
|
||||||
|
-n "" -- "$@"`
|
||||||
|
|
||||||
|
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
|
||||||
|
|
||||||
|
# Note the quotes around `$TEMP': they are essential!
|
||||||
|
eval set -- "$OPTS"
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
case "$1" in
|
||||||
|
--arch)
|
||||||
|
ARCH="$2"
|
||||||
|
shift 2;;
|
||||||
|
--filearch)
|
||||||
|
FILEARCH="$2"
|
||||||
|
shift 2;;
|
||||||
|
--ver)
|
||||||
|
VER="$2"
|
||||||
|
shift 2;;
|
||||||
|
-o )
|
||||||
|
OUTPUTDIR="$2"
|
||||||
|
shift 2;;
|
||||||
|
-h | --help )
|
||||||
|
showhelp
|
||||||
|
return 0
|
||||||
|
shift ;;
|
||||||
|
-- ) shift; break ;;
|
||||||
|
* ) break ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
if [ -z "$ARCH" ]; then
|
||||||
|
echo "please input arch."
|
||||||
|
return 1;
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$FILEARCH" ]; then
|
||||||
|
FILEARCH=$ARCH
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$OUTPUTDIR" ]; then
|
||||||
|
OUTPUTDIR=$CURR_DIR;
|
||||||
|
fi
|
||||||
|
|
||||||
|
build
|
||||||
|
}
|
||||||
|
|
||||||
|
main $@
|
||||||
|
exit $?
|
||||||
7
package/luci-compat/control/control
Normal file
7
package/luci-compat/control/control
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
Package: luci-app-smartdns
|
||||||
|
Version: git-18.201.27126-7bf0367-1
|
||||||
|
Depends: libc, smartdns
|
||||||
|
Source: feeds/luci/applications/luci-app-smartdns
|
||||||
|
Section: luci
|
||||||
|
Architecture: all
|
||||||
|
Description: A smartdns server
|
||||||
21
package/luci-compat/control/postinst
Normal file
21
package/luci-compat/control/postinst
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
|
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
|
||||||
|
[ -x ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||||
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||||
|
default_postinst $0 $@
|
||||||
4
package/luci-compat/control/postinst-pkg
Normal file
4
package/luci-compat/control/postinst-pkg
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
[ -n "${IPKG_INSTROOT}" ] || {
|
||||||
|
(. /etc/uci-defaults/50_luci-smartdns) && rm -f /etc/uci-defaults/50_luci-smartdns
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
20
package/luci-compat/control/prerm
Normal file
20
package/luci-compat/control/prerm
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
|
[ -x ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||||
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||||
|
default_prerm $0 $@
|
||||||
1
package/luci-compat/debian-binary
Normal file
1
package/luci-compat/debian-binary
Normal file
@@ -0,0 +1 @@
|
|||||||
|
2.0
|
||||||
26
package/luci-compat/files/etc/uci-defaults/50_luci-smartdns
Normal file
26
package/luci-compat/files/etc/uci-defaults/50_luci-smartdns
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
|
uci -q batch <<-EOF >/dev/null
|
||||||
|
delete ucitrack.@smartdns[-1]
|
||||||
|
add ucitrack smartdns
|
||||||
|
set ucitrack.@smartdns[-1].init=smartdns
|
||||||
|
commit ucitrack
|
||||||
|
EOF
|
||||||
|
|
||||||
|
rm -f /tmp/luci-indexcache
|
||||||
|
exit 0
|
||||||
@@ -1,4 +1,18 @@
|
|||||||
-- Copyright 2018 Nick Peng (pymumu@gmail.com)
|
--
|
||||||
|
-- Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
--
|
||||||
|
-- smartdns 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.
|
||||||
|
--
|
||||||
|
-- smartdns 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/>.
|
||||||
|
|
||||||
module("luci.controller.smartdns", package.seeall)
|
module("luci.controller.smartdns", package.seeall)
|
||||||
local smartdns = require "luci.model.smartdns"
|
local smartdns = require "luci.model.smartdns"
|
||||||
299
package/luci-compat/files/luci/i18n/smartdns.zh-cn.po
Normal file
299
package/luci-compat/files/luci/i18n/smartdns.zh-cn.po
Normal file
@@ -0,0 +1,299 @@
|
|||||||
|
msgid ""
|
||||||
|
msgstr "Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
|
||||||
|
msgid "SmartDNS"
|
||||||
|
msgstr "SmartDNS"
|
||||||
|
|
||||||
|
msgid "SmartDNS is a local high-performance DNS server"
|
||||||
|
msgstr "SmartDNS是一个本地高性能DNS服务器"
|
||||||
|
|
||||||
|
msgid "SmartDNS Server"
|
||||||
|
msgstr "SmartDNS 服务器"
|
||||||
|
|
||||||
|
msgid "SmartDNS is a local high-performance DNS server, supports finding fastest IP, supports ad filtering, and supports avoiding DNS poisoning."
|
||||||
|
msgstr "SmartDNS是一个本地高性能DNS服务器,支持返回最快IP,支持广告过滤。"
|
||||||
|
|
||||||
|
msgid "Custom Settings"
|
||||||
|
msgstr "自定义设置"
|
||||||
|
|
||||||
|
msgid "General Settings"
|
||||||
|
msgstr "基本设置"
|
||||||
|
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr "设置"
|
||||||
|
|
||||||
|
msgid "Advanced Settings"
|
||||||
|
msgstr "高级设置"
|
||||||
|
|
||||||
|
msgid "Generate Coredump"
|
||||||
|
msgstr "生成coredump"
|
||||||
|
|
||||||
|
msgid "Generate Coredump file when smartdns crash, coredump file is located at /tmp/smartdns.xxx.core."
|
||||||
|
msgstr "当smartdns异常时生成coredump文件,coredump文件在/tmp/smartdns.xxx.core."
|
||||||
|
|
||||||
|
msgid "Server Name"
|
||||||
|
msgstr "服务器名称"
|
||||||
|
|
||||||
|
msgid "Smartdns server name"
|
||||||
|
msgstr "SmartDNS的服务器名称,默认为smartdns,留空为主机名"
|
||||||
|
|
||||||
|
msgid "SmartDNS is a local dns server to find fastest ip."
|
||||||
|
msgstr "本地高性能服务器,优化网络访问性能。"
|
||||||
|
|
||||||
|
msgid "Enable or disable smartdns server"
|
||||||
|
msgstr "启用或禁用SmartDNS服务"
|
||||||
|
|
||||||
|
msgid "Local Port"
|
||||||
|
msgstr "本地端口"
|
||||||
|
|
||||||
|
msgid "Smartdns local server port"
|
||||||
|
msgstr "SmartDNS本地服务端口"
|
||||||
|
|
||||||
|
msgid "IPV4 53 Port Redirect Failure"
|
||||||
|
msgstr "IPV4 53端口重定向失败"
|
||||||
|
|
||||||
|
msgid "IPV6 53 Port Redirect Failure"
|
||||||
|
msgstr "IPV6 53端口重定向失败"
|
||||||
|
|
||||||
|
msgid "Dnsmasq Forwared To Smartdns Failure"
|
||||||
|
msgstr "重定向dnsmasq到smartdns失败"
|
||||||
|
|
||||||
|
msgid "TCP Server"
|
||||||
|
msgstr "TCP服务器"
|
||||||
|
|
||||||
|
msgid "Enable TCP DNS Server"
|
||||||
|
msgstr "启用TCP服务器"
|
||||||
|
|
||||||
|
msgid "IPV6 Server"
|
||||||
|
msgstr "IPV6服务器"
|
||||||
|
|
||||||
|
msgid "Enable IPV6 DNS Server"
|
||||||
|
msgstr "启用IPV6服务器"
|
||||||
|
|
||||||
|
msgid "Dual-stack IP Selection"
|
||||||
|
msgstr "双栈IP优选"
|
||||||
|
|
||||||
|
msgid "Enable IP selection between IPV4 and IPV6"
|
||||||
|
msgstr "启用或禁用IPV4,IPV6间的IP优选策略。"
|
||||||
|
|
||||||
|
msgid "Domain prefetch"
|
||||||
|
msgstr "域名预加载"
|
||||||
|
|
||||||
|
msgid "Enable domain prefetch, accelerate domain response speed."
|
||||||
|
msgstr "启用域名预加载,加速域名响应速度。"
|
||||||
|
|
||||||
|
msgid "Serve expired"
|
||||||
|
msgstr "过期缓存服务"
|
||||||
|
|
||||||
|
msgid "Attempts to serve old responses from cache with a TTL of 0 in the response without waiting for the actual resolution to finish."
|
||||||
|
msgstr "查询性能优化,有请求时尝试回应TTL为0的过期记录,以避免查询等待。"
|
||||||
|
|
||||||
|
msgid "Redirect"
|
||||||
|
msgstr "重定向"
|
||||||
|
|
||||||
|
msgid "SmartDNS redirect mode"
|
||||||
|
msgstr "SmartDNS 重定向模式"
|
||||||
|
|
||||||
|
msgid "Run as dnsmasq upstream server"
|
||||||
|
msgstr "作为dnsmasq的上游服务器"
|
||||||
|
|
||||||
|
msgid "Redirect 53 port to SmartDNS"
|
||||||
|
msgstr "重定向53端口到SmartDNS"
|
||||||
|
|
||||||
|
msgid "Cache Size"
|
||||||
|
msgstr "缓存大小"
|
||||||
|
|
||||||
|
msgid "DNS domain result cache size"
|
||||||
|
msgstr "缓存DNS的结果,缓存大小,配置零则不缓存"
|
||||||
|
|
||||||
|
msgid "Domain TTL"
|
||||||
|
msgstr "域名TTL"
|
||||||
|
|
||||||
|
msgid "TTL for all domain result."
|
||||||
|
msgstr "设置所有域名的TTL值"
|
||||||
|
|
||||||
|
msgid "Domain TTL Min"
|
||||||
|
msgstr "域名TTL最小值"
|
||||||
|
|
||||||
|
msgid "Minimum TTL for all domain result."
|
||||||
|
msgstr "设置所有域名的TTL最小值"
|
||||||
|
|
||||||
|
msgid "Domain TTL Max"
|
||||||
|
msgstr "域名TTL最大值"
|
||||||
|
|
||||||
|
msgid "Maximum TTL for all domain result."
|
||||||
|
msgstr "设置所有域名的TTL最大值"
|
||||||
|
|
||||||
|
msgid "smartdns custom settings"
|
||||||
|
msgstr "smartdns 自定义设置,具体配置参数参考指导"
|
||||||
|
|
||||||
|
msgid "Second Server Settings"
|
||||||
|
msgstr "第二DNS服务器"
|
||||||
|
|
||||||
|
msgid "Enable or disable second DNS server."
|
||||||
|
msgstr "是否启用第二DNS服务器。"
|
||||||
|
|
||||||
|
msgid "Skip Speed Check"
|
||||||
|
msgstr "跳过测速"
|
||||||
|
|
||||||
|
msgid "Do not check speed."
|
||||||
|
msgstr "禁用测速。"
|
||||||
|
|
||||||
|
msgid "Server Group"
|
||||||
|
msgstr "服务器组"
|
||||||
|
|
||||||
|
msgid "Query DNS through specific dns server group, such as office, home."
|
||||||
|
msgstr "使用指定服务器组查询,比如office, home。"
|
||||||
|
|
||||||
|
msgid "Skip Address Rules"
|
||||||
|
msgstr "跳过address规则"
|
||||||
|
|
||||||
|
msgid "Skip address rules."
|
||||||
|
msgstr "跳过address规则。"
|
||||||
|
|
||||||
|
msgid "Skip Nameserver Rule"
|
||||||
|
msgstr "跳过Nameserver规则"
|
||||||
|
|
||||||
|
msgid "Skip nameserver rules."
|
||||||
|
msgstr "跳过Nameserver规则。"
|
||||||
|
|
||||||
|
msgid "Skip Ipset Rule"
|
||||||
|
msgstr "跳过ipset规则"
|
||||||
|
|
||||||
|
msgid "Skip ipset rules."
|
||||||
|
msgstr "跳过ipset规则。"
|
||||||
|
|
||||||
|
msgid "Skip SOA Address Rule"
|
||||||
|
msgstr "跳过address SOA(#)规则"
|
||||||
|
|
||||||
|
msgid "Skip SOA address rules."
|
||||||
|
msgstr "跳过address SOA(#)规则。"
|
||||||
|
|
||||||
|
msgid "Skip Dualstack Selection"
|
||||||
|
msgstr "跳过双栈优选"
|
||||||
|
|
||||||
|
msgid "Skip Dualstack Selection."
|
||||||
|
msgstr "跳过双栈优选。"
|
||||||
|
|
||||||
|
msgid "Skip Cache"
|
||||||
|
msgstr "跳过cache"
|
||||||
|
|
||||||
|
msgid "Skip Cache."
|
||||||
|
msgstr "跳过cache。"
|
||||||
|
|
||||||
|
msgid "Upstream Servers"
|
||||||
|
msgstr "上游服务器"
|
||||||
|
|
||||||
|
msgid "Upstream Servers, support UDP, TCP protocol. Please configure multiple DNS servers, including multiple foreign DNS servers."
|
||||||
|
msgstr "上游DNS服务器列表,支持UDP,TCP协议,请配置多个上游DNS服务器,包括多个国内外服务器"
|
||||||
|
|
||||||
|
msgid "DNS Server Name"
|
||||||
|
msgstr "DNS服务器名称"
|
||||||
|
|
||||||
|
msgid "port"
|
||||||
|
msgstr "端口"
|
||||||
|
|
||||||
|
msgid "DNS Server port"
|
||||||
|
msgstr "DNS服务器端口"
|
||||||
|
|
||||||
|
msgid "DNS Server ip"
|
||||||
|
msgstr "DNS服务器IP"
|
||||||
|
|
||||||
|
msgid "type"
|
||||||
|
msgstr "类型"
|
||||||
|
|
||||||
|
msgid "DNS Server type"
|
||||||
|
msgstr "协议类型"
|
||||||
|
|
||||||
|
msgid "Domain Address"
|
||||||
|
msgstr "域名地址"
|
||||||
|
|
||||||
|
msgid "TLS Hostname Verify"
|
||||||
|
msgstr "校验TLS主机名"
|
||||||
|
|
||||||
|
msgid "Set TLS hostname to verify."
|
||||||
|
msgstr "设置校验TLS主机名。"
|
||||||
|
|
||||||
|
msgid "No check certificate"
|
||||||
|
msgstr "停用证书校验"
|
||||||
|
|
||||||
|
msgid "Do not check certificate."
|
||||||
|
msgstr "不校验证书的合法性。"
|
||||||
|
|
||||||
|
msgid "TLS SNI name"
|
||||||
|
msgstr "TLS SNI名称"
|
||||||
|
|
||||||
|
msgid "HTTP Host"
|
||||||
|
msgstr "HTTP主机"
|
||||||
|
|
||||||
|
msgid "Sets the server name indication for query."
|
||||||
|
msgstr "设置查询时使用的服务器SNI名称。"
|
||||||
|
|
||||||
|
msgid "Set the HTTP host used for the query. Use this parameter when the host of the URL address is an IP address."
|
||||||
|
msgstr "设置查询时使用的HTTP主机,当URL地址的host是IP地址时,使用此参数。"
|
||||||
|
|
||||||
|
msgid "Server Group"
|
||||||
|
msgstr "服务器组"
|
||||||
|
|
||||||
|
msgid "DNS Server group belongs to, used with nameserver, such as office, home."
|
||||||
|
msgstr "DNS服务器所属组, 配合nameserver使用,例如:office,home。"
|
||||||
|
|
||||||
|
msgid "IP Blacklist Filtering"
|
||||||
|
msgstr "IP黑名单过滤"
|
||||||
|
|
||||||
|
msgid "Anti Answer Forgery"
|
||||||
|
msgstr "反回答伪造"
|
||||||
|
|
||||||
|
msgid "Anti answer forgery, if DNS does not work properly after enabling, please turn off this feature"
|
||||||
|
msgstr "反回答伪造,如果启用后DNS工作不正常,请关闭此功能。"
|
||||||
|
|
||||||
|
msgid "Filtering IP with blacklist"
|
||||||
|
msgstr "使用IP黑名单过滤"
|
||||||
|
|
||||||
|
msgid "TLS SPKI Pinning"
|
||||||
|
msgstr "TLS SPKI 指纹"
|
||||||
|
|
||||||
|
msgid "Used to verify the validity of the TLS server, The value is Base64 encoded SPKI fingerprint, leaving blank to indicate that the validity of TLS is not verified."
|
||||||
|
msgstr "用于校验TLS服务器的有效性,数值为Base64编码的SPKI指纹, 留空表示不验证TLS的合法性"
|
||||||
|
|
||||||
|
msgid "Additional Server Args"
|
||||||
|
msgstr "额外的服务器参数"
|
||||||
|
|
||||||
|
msgid "Additional Args for upstream dns servers"
|
||||||
|
msgstr "额外的上游DNS服务器参数"
|
||||||
|
|
||||||
|
msgid "Upstream DNS Server Configuration"
|
||||||
|
msgstr "上游DNS服务器配置"
|
||||||
|
|
||||||
|
msgid "Set Specific domain ip address."
|
||||||
|
msgstr "指定特定域名的IP地址"
|
||||||
|
|
||||||
|
msgid "Specify an IP address to return for any host in the given domains, Queries in the domains are never forwarded and always replied to with the specified IP address which may be IPv4 or IPv6."
|
||||||
|
msgstr "配置特定域名返回特定的IP地址,域名查询将不到上游服务器请求,直接返回配置的IP地址,可用于广告屏蔽。"
|
||||||
|
|
||||||
|
msgid "IP Blacklist"
|
||||||
|
msgstr "IP黑名单"
|
||||||
|
|
||||||
|
msgid "Set Specific ip blacklist."
|
||||||
|
msgstr "设置IP黑名单列表"
|
||||||
|
|
||||||
|
msgid "Configure IP blacklists that will be filtered from the results of specific DNS server."
|
||||||
|
msgstr "配置需要从指定域名服务器结果过滤的IP黑名单。"
|
||||||
|
|
||||||
|
msgid "Technical Support"
|
||||||
|
msgstr "技术支持"
|
||||||
|
|
||||||
|
msgid "If you like this software, please buy me a cup of coffee."
|
||||||
|
msgstr "如果本软件对你有帮助,请给作者加个蛋。"
|
||||||
|
|
||||||
|
msgid "SmartDNS official website"
|
||||||
|
msgstr "SmartDNS官方网站"
|
||||||
|
|
||||||
|
msgid "open website"
|
||||||
|
msgstr "打开网站"
|
||||||
|
|
||||||
|
msgid "Donate to smartdns"
|
||||||
|
msgstr "捐助smartdns项目"
|
||||||
|
|
||||||
|
msgid "Donate"
|
||||||
|
msgstr "捐助"
|
||||||
@@ -1,4 +1,18 @@
|
|||||||
-- Copyright 2018 Nick Peng (pymumu@gmail.com)
|
--
|
||||||
|
-- Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
--
|
||||||
|
-- smartdns 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.
|
||||||
|
--
|
||||||
|
-- smartdns 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/>.
|
||||||
|
|
||||||
require ("nixio.fs")
|
require ("nixio.fs")
|
||||||
require ("luci.http")
|
require ("luci.http")
|
||||||
@@ -69,6 +83,15 @@ o.cfgvalue = function(...)
|
|||||||
return Flag.cfgvalue(...) or "0"
|
return Flag.cfgvalue(...) or "0"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
---- Domain Serve expired
|
||||||
|
o = s:taboption("settings", Flag, "serve_expired", translate("Serve expired"),
|
||||||
|
translate("Attempts to serve old responses from cache with a TTL of 0 in the response without waiting for the actual resolution to finish."))
|
||||||
|
o.rmempty = false
|
||||||
|
o.default = o.disabled
|
||||||
|
o.cfgvalue = function(...)
|
||||||
|
return Flag.cfgvalue(...) or "0"
|
||||||
|
end
|
||||||
|
|
||||||
---- Redirect
|
---- Redirect
|
||||||
o = s:taboption("settings", ListValue, "redirect", translate("Redirect"), translate("SmartDNS redirect mode"))
|
o = s:taboption("settings", ListValue, "redirect", translate("Redirect"), translate("SmartDNS redirect mode"))
|
||||||
o.placeholder = "none"
|
o.placeholder = "none"
|
||||||
@@ -105,8 +128,8 @@ o.rempty = false
|
|||||||
|
|
||||||
---- Port
|
---- Port
|
||||||
o = s:taboption("seconddns", Value, "seconddns_port", translate("Local Port"), translate("Smartdns local server port"))
|
o = s:taboption("seconddns", Value, "seconddns_port", translate("Local Port"), translate("Smartdns local server port"))
|
||||||
o.placeholder = 7053
|
o.placeholder = 6553
|
||||||
o.default = 7053
|
o.default = 6553
|
||||||
o.datatype = "port"
|
o.datatype = "port"
|
||||||
o.rempty = false
|
o.rempty = false
|
||||||
|
|
||||||
@@ -118,13 +141,6 @@ o.cfgvalue = function(...)
|
|||||||
return Flag.cfgvalue(...) or "1"
|
return Flag.cfgvalue(...) or "1"
|
||||||
end
|
end
|
||||||
|
|
||||||
o = s:taboption("seconddns", Flag, "seconddns_no_speed_check", translate("Skip Speed Check"), translate("Do not check speed."))
|
|
||||||
o.rmempty = false
|
|
||||||
o.default = o.disabled
|
|
||||||
o.cfgvalue = function(...)
|
|
||||||
return Flag.cfgvalue(...) or "0"
|
|
||||||
end
|
|
||||||
|
|
||||||
---- dns server group
|
---- dns server group
|
||||||
o = s:taboption("seconddns", Value, "seconddns_server_group", translate("Server Group"), translate("Query DNS through specific dns server group, such as office, home."))
|
o = s:taboption("seconddns", Value, "seconddns_server_group", translate("Server Group"), translate("Query DNS through specific dns server group, such as office, home."))
|
||||||
o.rmempty = true
|
o.rmempty = true
|
||||||
@@ -132,6 +148,13 @@ o.placeholder = "default"
|
|||||||
o.datatype = "hostname"
|
o.datatype = "hostname"
|
||||||
o.rempty = true
|
o.rempty = true
|
||||||
|
|
||||||
|
o = s:taboption("seconddns", Flag, "seconddns_no_speed_check", translate("Skip Speed Check"), translate("Do not check speed."))
|
||||||
|
o.rmempty = false
|
||||||
|
o.default = o.disabled
|
||||||
|
o.cfgvalue = function(...)
|
||||||
|
return Flag.cfgvalue(...) or "0"
|
||||||
|
end
|
||||||
|
|
||||||
---- skip address rules
|
---- skip address rules
|
||||||
o = s:taboption("seconddns", Flag, "seconddns_no_rule_addr", translate("Skip Address Rules"), translate("Skip address rules."))
|
o = s:taboption("seconddns", Flag, "seconddns_no_rule_addr", translate("Skip Address Rules"), translate("Skip address rules."))
|
||||||
o.rmempty = false
|
o.rmempty = false
|
||||||
@@ -164,7 +187,7 @@ o.cfgvalue = function(...)
|
|||||||
return Flag.cfgvalue(...) or "0"
|
return Flag.cfgvalue(...) or "0"
|
||||||
end
|
end
|
||||||
|
|
||||||
o = s:taboption("seconddns", Flag, "seconddns_no_dualstack_selection", translate("Skip Dualstack Selection"), translate("Skip Sualstack Selection."))
|
o = s:taboption("seconddns", Flag, "seconddns_no_dualstack_selection", translate("Skip Dualstack Selection"), translate("Skip Dualstack Selection."))
|
||||||
o.rmempty = false
|
o.rmempty = false
|
||||||
o.default = o.disabled
|
o.default = o.disabled
|
||||||
o.cfgvalue = function(...)
|
o.cfgvalue = function(...)
|
||||||
@@ -179,6 +202,14 @@ o.cfgvalue = function(...)
|
|||||||
return Flag.cfgvalue(...) or "0"
|
return Flag.cfgvalue(...) or "0"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
---- Force AAAA SOA
|
||||||
|
o = s:taboption("seconddns", Flag, "force_aaaa_soa", translate("Force AAAA SOA"), translate("Force AAAA SOA."))
|
||||||
|
o.rmempty = false
|
||||||
|
o.default = o.disabled
|
||||||
|
o.cfgvalue = function(...)
|
||||||
|
return Flag.cfgvalue(...) or "0"
|
||||||
|
end
|
||||||
|
|
||||||
----- custom settings
|
----- custom settings
|
||||||
custom = s:taboption("custom", Value, "Custom Settings",
|
custom = s:taboption("custom", Value, "Custom Settings",
|
||||||
translate(""),
|
translate(""),
|
||||||
@@ -246,13 +277,14 @@ o:value("https", translate("https"))
|
|||||||
o.default = "udp"
|
o.default = "udp"
|
||||||
o.rempty = false
|
o.rempty = false
|
||||||
|
|
||||||
-- Doman addresss
|
s = m:section(TypedSection, "smartdns", translate("Advanced Settings"), translate("Advanced Settings"));
|
||||||
s = m:section(TypedSection, "smartdns", translate("Domain Address"),
|
s.anonymous = true;
|
||||||
translate("Set Specific domain ip address."))
|
|
||||||
s.anonymous = true
|
|
||||||
|
|
||||||
---- address
|
s:tab("domain-address", translate("Domain Address"), translate("Set Specific domain ip address."));
|
||||||
addr = s:option(Value, "address",
|
s:tab("blackip-list", translate("IP Blacklist"), translate("Set Specific ip blacklist."));
|
||||||
|
|
||||||
|
-- Doman addresss
|
||||||
|
addr = s:taboption("domain-address", Value, "address",
|
||||||
translate(""),
|
translate(""),
|
||||||
translate("Specify an IP address to return for any host in the given domains, Queries in the domains are never forwarded and always replied to with the specified IP address which may be IPv4 or IPv6."))
|
translate("Specify an IP address to return for any host in the given domains, Queries in the domains are never forwarded and always replied to with the specified IP address which may be IPv4 or IPv6."))
|
||||||
|
|
||||||
@@ -269,12 +301,7 @@ function addr.write(self, section, value)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- IP Blacklist
|
-- IP Blacklist
|
||||||
s = m:section(TypedSection, "smartdns", translate("IP Blacklist"),
|
addr = s:taboption("blackip-list", Value, "blacklist_ip",
|
||||||
translate("Set Specific ip blacklist."))
|
|
||||||
s.anonymous = true
|
|
||||||
|
|
||||||
---- blacklist
|
|
||||||
addr = s:option(Value, "blacklist_ip",
|
|
||||||
translate(""),
|
translate(""),
|
||||||
translate("Configure IP blacklists that will be filtered from the results of specific DNS server."))
|
translate("Configure IP blacklists that will be filtered from the results of specific DNS server."))
|
||||||
|
|
||||||
@@ -290,7 +317,7 @@ function addr.write(self, section, value)
|
|||||||
nixio.fs.writefile("/etc/smartdns/blacklist-ip.conf", value)
|
nixio.fs.writefile("/etc/smartdns/blacklist-ip.conf", value)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Doman addresss
|
-- Technical Support
|
||||||
s = m:section(TypedSection, "smartdns", translate("Technical Support"),
|
s = m:section(TypedSection, "smartdns", translate("Technical Support"),
|
||||||
translate("If you like this software, please buy me a cup of coffee."))
|
translate("If you like this software, please buy me a cup of coffee."))
|
||||||
s.anonymous = true
|
s.anonymous = true
|
||||||
@@ -1,3 +1,19 @@
|
|||||||
|
--
|
||||||
|
-- Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
--
|
||||||
|
-- smartdns 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.
|
||||||
|
--
|
||||||
|
-- smartdns 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/>.
|
||||||
|
|
||||||
local sid = arg[1]
|
local sid = arg[1]
|
||||||
|
|
||||||
m = Map("smartdns", "%s - %s" %{translate("SmartDNS Server"), translate("Upstream DNS Server Configuration")})
|
m = Map("smartdns", "%s - %s" %{translate("SmartDNS Server"), translate("Upstream DNS Server Configuration")})
|
||||||
@@ -39,6 +55,21 @@ o:value("https", translate("https"))
|
|||||||
o.default = "udp"
|
o.default = "udp"
|
||||||
o.rempty = false
|
o.rempty = false
|
||||||
|
|
||||||
|
---- server group
|
||||||
|
o = s:option(Value, "server_group", translate("Server Group"), translate("DNS Server group belongs to, used with nameserver, such as office, home."))
|
||||||
|
o.rmempty = true
|
||||||
|
o.placeholder = "default"
|
||||||
|
o.datatype = "hostname"
|
||||||
|
o.rempty = true
|
||||||
|
|
||||||
|
---- blacklist_ip
|
||||||
|
o = s:option(Flag, "blacklist_ip", translate("IP Blacklist Filtering"), translate("Filtering IP with blacklist"))
|
||||||
|
o.rmempty = false
|
||||||
|
o.default = o.disabled
|
||||||
|
o.cfgvalue = function(...)
|
||||||
|
return Flag.cfgvalue(...) or "0"
|
||||||
|
end
|
||||||
|
|
||||||
---- TLS host verify
|
---- TLS host verify
|
||||||
o = s:option(Value, "tls_host_verify", translate("TLS Hostname Verify"), translate("Set TLS hostname to verify."))
|
o = s:option(Value, "tls_host_verify", translate("TLS Hostname Verify"), translate("Set TLS hostname to verify."))
|
||||||
o.default = ""
|
o.default = ""
|
||||||
@@ -47,6 +78,16 @@ o.rempty = true
|
|||||||
o:depends("type", "tls")
|
o:depends("type", "tls")
|
||||||
o:depends("type", "https")
|
o:depends("type", "https")
|
||||||
|
|
||||||
|
---- certificate verify
|
||||||
|
o = s:option(Flag, "no_check_certificate", translate("No check certificate"), translate("Do not check certificate."))
|
||||||
|
o.rmempty = false
|
||||||
|
o.default = o.disabled
|
||||||
|
o.cfgvalue = function(...)
|
||||||
|
return Flag.cfgvalue(...) or "0"
|
||||||
|
end
|
||||||
|
o:depends("type", "tls")
|
||||||
|
o:depends("type", "https")
|
||||||
|
|
||||||
---- SNI host name
|
---- SNI host name
|
||||||
o = s:option(Value, "host_name", translate("TLS SNI name"), translate("Sets the server name indication for query."))
|
o = s:option(Value, "host_name", translate("TLS SNI name"), translate("Sets the server name indication for query."))
|
||||||
o.default = ""
|
o.default = ""
|
||||||
@@ -62,21 +103,6 @@ o.datatype = "hostname"
|
|||||||
o.rempty = true
|
o.rempty = true
|
||||||
o:depends("type", "https")
|
o:depends("type", "https")
|
||||||
|
|
||||||
---- server group
|
|
||||||
o = s:option(Value, "server_group", translate("Server Group"), translate("DNS Server group belongs to, used with nameserver, such as office, home."))
|
|
||||||
o.rmempty = true
|
|
||||||
o.placeholder = "default"
|
|
||||||
o.datatype = "hostname"
|
|
||||||
o.rempty = true
|
|
||||||
|
|
||||||
---- blacklist_ip
|
|
||||||
o = s:option(Flag, "blacklist_ip", translate("IP Blacklist Filtering"), translate("Filtering IP with blacklist"))
|
|
||||||
o.rmempty = false
|
|
||||||
o.default = o.disabled
|
|
||||||
o.cfgvalue = function(...)
|
|
||||||
return Flag.cfgvalue(...) or "0"
|
|
||||||
end
|
|
||||||
|
|
||||||
---- anti-Answer-Forgery
|
---- anti-Answer-Forgery
|
||||||
-- o = s:option(Flag, "check_edns", translate("Anti Answer Forgery"), translate("Anti answer forgery, if DNS does not work properly after enabling, please turn off this feature"))
|
-- o = s:option(Flag, "check_edns", translate("Anti Answer Forgery"), translate("Anti answer forgery, if DNS does not work properly after enabling, please turn off this feature"))
|
||||||
-- o.rmempty = false
|
-- o.rmempty = false
|
||||||
@@ -94,7 +120,6 @@ o.rempty = true
|
|||||||
o:depends("type", "tls")
|
o:depends("type", "tls")
|
||||||
o:depends("type", "https")
|
o:depends("type", "https")
|
||||||
|
|
||||||
|
|
||||||
---- other args
|
---- other args
|
||||||
o = s:option(Value, "addition_arg", translate("Additional Server Args"), translate("Additional Args for upstream dns servers"))
|
o = s:option(Value, "addition_arg", translate("Additional Server Args"), translate("Additional Args for upstream dns servers"))
|
||||||
o.default = ""
|
o.default = ""
|
||||||
31
package/luci-compat/files/luci/model/smartdns.lua
Normal file
31
package/luci-compat/files/luci/model/smartdns.lua
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
--
|
||||||
|
-- Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
--
|
||||||
|
-- smartdns 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.
|
||||||
|
--
|
||||||
|
-- smartdns 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/>.
|
||||||
|
|
||||||
|
require ("nixio.fs")
|
||||||
|
require ("luci.http")
|
||||||
|
require ("luci.dispatcher")
|
||||||
|
require ("nixio.fs")
|
||||||
|
|
||||||
|
local uci = require "luci.model.uci".cursor()
|
||||||
|
|
||||||
|
module("luci.model.smartdns", package.seeall)
|
||||||
|
|
||||||
|
function get_config_option(module, section, option, default)
|
||||||
|
return uci:get_first(module, section, option) or default
|
||||||
|
end
|
||||||
|
|
||||||
|
return m
|
||||||
|
|
||||||
135
package/luci-compat/make.sh
Normal file
135
package/luci-compat/make.sh
Normal file
@@ -0,0 +1,135 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
CURR_DIR=$(cd $(dirname $0);pwd)
|
||||||
|
|
||||||
|
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
||||||
|
SMARTDNS_DIR=$CURR_DIR/../../
|
||||||
|
PO2LMO=
|
||||||
|
|
||||||
|
showhelp()
|
||||||
|
{
|
||||||
|
echo "Usage: make [OPTION]"
|
||||||
|
echo "Options:"
|
||||||
|
echo " -o output directory."
|
||||||
|
echo " --arch archtecture."
|
||||||
|
echo " --ver version."
|
||||||
|
echo " -h show this message."
|
||||||
|
}
|
||||||
|
|
||||||
|
build_tool()
|
||||||
|
{
|
||||||
|
make -C $ROOT/tool/po2lmo -j
|
||||||
|
PO2LMO="$ROOT/tool/po2lmo/src/po2lmo"
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
clean_tool()
|
||||||
|
{
|
||||||
|
make -C $ROOT/tool/po2lmo clean
|
||||||
|
}
|
||||||
|
|
||||||
|
build()
|
||||||
|
{
|
||||||
|
|
||||||
|
ROOT=/tmp/luci-app-smartdns
|
||||||
|
rm -fr $ROOT
|
||||||
|
|
||||||
|
mkdir -p $ROOT
|
||||||
|
cp $CURR_DIR/* $ROOT/ -af
|
||||||
|
cd $ROOT/
|
||||||
|
build_tool
|
||||||
|
mkdir $ROOT/root/usr/lib/lua/ -p
|
||||||
|
cp $ROOT/files/luci $ROOT/root/usr/lib/lua/ -af
|
||||||
|
|
||||||
|
#Generate Language
|
||||||
|
$PO2LMO $ROOT/files/luci/i18n/smartdns.zh-cn.po $ROOT/root/usr/lib/lua/luci/i18n/smartdns.zh-cn.lmo
|
||||||
|
rm $ROOT/root/usr/lib/lua/luci/i18n/smartdns.zh-cn.po
|
||||||
|
|
||||||
|
cp $ROOT/files/etc $ROOT/root/ -af
|
||||||
|
INST_SIZE="`du -sb $ROOT/root/ | awk '{print $1}'`"
|
||||||
|
|
||||||
|
sed -i "s/^Architecture.*/Architecture: all/g" $ROOT/control/control
|
||||||
|
sed -i "s/Version:.*/Version: $VER/" $ROOT/control/control
|
||||||
|
|
||||||
|
if [ ! -z "$INST_SIZE" ]; then
|
||||||
|
echo "Installed-Size: $INST_SIZE" >> $ROOT/control/control
|
||||||
|
fi
|
||||||
|
|
||||||
|
cd $ROOT/control
|
||||||
|
chmod +x *
|
||||||
|
tar zcf ../control.tar.gz ./
|
||||||
|
cd $ROOT
|
||||||
|
|
||||||
|
tar zcf $ROOT/data.tar.gz -C root .
|
||||||
|
tar zcf $OUTPUTDIR/luci-app-smartdns.$VER.$FILEARCH.ipk ./control.tar.gz ./data.tar.gz ./debian-binary
|
||||||
|
|
||||||
|
rm -fr $ROOT/
|
||||||
|
}
|
||||||
|
|
||||||
|
main()
|
||||||
|
{
|
||||||
|
OPTS=`getopt -o o:h --long arch:,ver:,filearch: \
|
||||||
|
-n "" -- "$@"`
|
||||||
|
|
||||||
|
if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi
|
||||||
|
|
||||||
|
# Note the quotes around `$TEMP': they are essential!
|
||||||
|
eval set -- "$OPTS"
|
||||||
|
|
||||||
|
while true; do
|
||||||
|
case "$1" in
|
||||||
|
--arch)
|
||||||
|
ARCH="$2"
|
||||||
|
shift 2;;
|
||||||
|
--filearch)
|
||||||
|
FILEARCH="$2"
|
||||||
|
shift 2;;
|
||||||
|
--ver)
|
||||||
|
VER="$2"
|
||||||
|
shift 2;;
|
||||||
|
-o )
|
||||||
|
OUTPUTDIR="$2"
|
||||||
|
shift 2;;
|
||||||
|
-h | --help )
|
||||||
|
showhelp
|
||||||
|
return 0
|
||||||
|
shift ;;
|
||||||
|
-- ) shift; break ;;
|
||||||
|
* ) break ;;
|
||||||
|
esac
|
||||||
|
done
|
||||||
|
|
||||||
|
if [ -z "$ARCH" ]; then
|
||||||
|
echo "please input arch."
|
||||||
|
return 1;
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$FILEARCH" ]; then
|
||||||
|
FILEARCH=$ARCH
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ -z "$OUTPUTDIR" ]; then
|
||||||
|
OUTPUTDIR=$CURR_DIR;
|
||||||
|
fi
|
||||||
|
|
||||||
|
build
|
||||||
|
}
|
||||||
|
|
||||||
|
main $@
|
||||||
|
exit $?
|
||||||
|
|
||||||
|
|
||||||
12
package/luci-compat/tool/po2lmo/Makefile
Normal file
12
package/luci-compat/tool/po2lmo/Makefile
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
INSTALL = install
|
||||||
|
PREFIX = /usr/bin
|
||||||
|
|
||||||
|
po2lmo: src/po2lmo.o src/template_lmo.o
|
||||||
|
$(CC) $(LDFLAGS) -o src/po2lmo src/po2lmo.o src/template_lmo.o
|
||||||
|
|
||||||
|
install:
|
||||||
|
$(INSTALL) -m 755 src/po2lmo $(PREFIX)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) src/po2lmo src/*.o
|
||||||
247
package/luci-compat/tool/po2lmo/src/po2lmo.c
Normal file
247
package/luci-compat/tool/po2lmo/src/po2lmo.c
Normal file
@@ -0,0 +1,247 @@
|
|||||||
|
/*
|
||||||
|
* lmo - Lua Machine Objects - PO to LMO conversion tool
|
||||||
|
*
|
||||||
|
* Copyright (C) 2009-2012 Jo-Philipp Wich <xm@subsignal.org>
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "template_lmo.h"
|
||||||
|
|
||||||
|
static void die(const char *msg)
|
||||||
|
{
|
||||||
|
fprintf(stderr, "Error: %s\n", msg);
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void usage(const char *name)
|
||||||
|
{
|
||||||
|
fprintf(stderr, "Usage: %s input.po output.lmo\n", name);
|
||||||
|
exit(1);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void print(const void *ptr, size_t size, size_t nmemb, FILE *stream)
|
||||||
|
{
|
||||||
|
if( fwrite(ptr, size, nmemb, stream) == 0 )
|
||||||
|
die("Failed to write stdout");
|
||||||
|
}
|
||||||
|
|
||||||
|
static int extract_string(const char *src, char *dest, int len)
|
||||||
|
{
|
||||||
|
int pos = 0;
|
||||||
|
int esc = 0;
|
||||||
|
int off = -1;
|
||||||
|
|
||||||
|
for( pos = 0; (pos < strlen(src)) && (pos < len); pos++ )
|
||||||
|
{
|
||||||
|
if( (off == -1) && (src[pos] == '"') )
|
||||||
|
{
|
||||||
|
off = pos + 1;
|
||||||
|
}
|
||||||
|
else if( off >= 0 )
|
||||||
|
{
|
||||||
|
if( esc == 1 )
|
||||||
|
{
|
||||||
|
switch (src[pos])
|
||||||
|
{
|
||||||
|
case '"':
|
||||||
|
case '\\':
|
||||||
|
off++;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
dest[pos-off] = src[pos];
|
||||||
|
esc = 0;
|
||||||
|
}
|
||||||
|
else if( src[pos] == '\\' )
|
||||||
|
{
|
||||||
|
dest[pos-off] = src[pos];
|
||||||
|
esc = 1;
|
||||||
|
}
|
||||||
|
else if( src[pos] != '"' )
|
||||||
|
{
|
||||||
|
dest[pos-off] = src[pos];
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
dest[pos-off] = '\0';
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (off > -1) ? strlen(dest) : -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int cmp_index(const void *a, const void *b)
|
||||||
|
{
|
||||||
|
uint32_t x = ((const lmo_entry_t *)a)->key_id;
|
||||||
|
uint32_t y = ((const lmo_entry_t *)b)->key_id;
|
||||||
|
|
||||||
|
if (x < y)
|
||||||
|
return -1;
|
||||||
|
else if (x > y)
|
||||||
|
return 1;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static void print_uint32(uint32_t x, FILE *out)
|
||||||
|
{
|
||||||
|
uint32_t y = htonl(x);
|
||||||
|
print(&y, sizeof(uint32_t), 1, out);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void print_index(void *array, int n, FILE *out)
|
||||||
|
{
|
||||||
|
lmo_entry_t *e;
|
||||||
|
|
||||||
|
qsort(array, n, sizeof(*e), cmp_index);
|
||||||
|
|
||||||
|
for (e = array; n > 0; n--, e++)
|
||||||
|
{
|
||||||
|
print_uint32(e->key_id, out);
|
||||||
|
print_uint32(e->val_id, out);
|
||||||
|
print_uint32(e->offset, out);
|
||||||
|
print_uint32(e->length, out);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(int argc, char *argv[])
|
||||||
|
{
|
||||||
|
char line[4096];
|
||||||
|
char key[4096];
|
||||||
|
char val[4096];
|
||||||
|
char tmp[4096];
|
||||||
|
int state = 0;
|
||||||
|
int offset = 0;
|
||||||
|
int length = 0;
|
||||||
|
int n_entries = 0;
|
||||||
|
void *array = NULL;
|
||||||
|
lmo_entry_t *entry = NULL;
|
||||||
|
uint32_t key_id, val_id;
|
||||||
|
|
||||||
|
FILE *in;
|
||||||
|
FILE *out;
|
||||||
|
|
||||||
|
if( (argc != 3) || ((in = fopen(argv[1], "r")) == NULL) || ((out = fopen(argv[2], "w")) == NULL) )
|
||||||
|
usage(argv[0]);
|
||||||
|
|
||||||
|
memset(line, 0, sizeof(key));
|
||||||
|
memset(key, 0, sizeof(val));
|
||||||
|
memset(val, 0, sizeof(val));
|
||||||
|
|
||||||
|
while( (NULL != fgets(line, sizeof(line), in)) || (state >= 2 && feof(in)) )
|
||||||
|
{
|
||||||
|
if( state == 0 && strstr(line, "msgid \"") == line )
|
||||||
|
{
|
||||||
|
switch(extract_string(line, key, sizeof(key)))
|
||||||
|
{
|
||||||
|
case -1:
|
||||||
|
die("Syntax error in msgid");
|
||||||
|
case 0:
|
||||||
|
state = 1;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
state = 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if( state == 1 || state == 2 )
|
||||||
|
{
|
||||||
|
if( strstr(line, "msgstr \"") == line || state == 2 )
|
||||||
|
{
|
||||||
|
switch(extract_string(line, val, sizeof(val)))
|
||||||
|
{
|
||||||
|
case -1:
|
||||||
|
state = 4;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
state = 3;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
switch(extract_string(line, tmp, sizeof(tmp)))
|
||||||
|
{
|
||||||
|
case -1:
|
||||||
|
state = 2;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
strcat(key, tmp);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else if( state == 3 )
|
||||||
|
{
|
||||||
|
switch(extract_string(line, tmp, sizeof(tmp)))
|
||||||
|
{
|
||||||
|
case -1:
|
||||||
|
state = 4;
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
strcat(val, tmp);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if( state == 4 )
|
||||||
|
{
|
||||||
|
if( strlen(key) > 0 && strlen(val) > 0 )
|
||||||
|
{
|
||||||
|
key_id = sfh_hash(key, strlen(key));
|
||||||
|
val_id = sfh_hash(val, strlen(val));
|
||||||
|
|
||||||
|
if( key_id != val_id )
|
||||||
|
{
|
||||||
|
n_entries++;
|
||||||
|
array = realloc(array, n_entries * sizeof(lmo_entry_t));
|
||||||
|
entry = (lmo_entry_t *)array + n_entries - 1;
|
||||||
|
|
||||||
|
if (!array)
|
||||||
|
die("Out of memory");
|
||||||
|
|
||||||
|
entry->key_id = key_id;
|
||||||
|
entry->val_id = val_id;
|
||||||
|
entry->offset = offset;
|
||||||
|
entry->length = strlen(val);
|
||||||
|
|
||||||
|
length = strlen(val) + ((4 - (strlen(val) % 4)) % 4);
|
||||||
|
|
||||||
|
print(val, length, 1, out);
|
||||||
|
offset += length;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
state = 0;
|
||||||
|
memset(key, 0, sizeof(key));
|
||||||
|
memset(val, 0, sizeof(val));
|
||||||
|
}
|
||||||
|
|
||||||
|
memset(line, 0, sizeof(line));
|
||||||
|
}
|
||||||
|
|
||||||
|
print_index(array, n_entries, out);
|
||||||
|
|
||||||
|
if( offset > 0 )
|
||||||
|
{
|
||||||
|
print_uint32(offset, out);
|
||||||
|
fsync(fileno(out));
|
||||||
|
fclose(out);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
fclose(out);
|
||||||
|
unlink(argv[2]);
|
||||||
|
}
|
||||||
|
|
||||||
|
fclose(in);
|
||||||
|
return(0);
|
||||||
|
}
|
||||||
328
package/luci-compat/tool/po2lmo/src/template_lmo.c
Normal file
328
package/luci-compat/tool/po2lmo/src/template_lmo.c
Normal file
@@ -0,0 +1,328 @@
|
|||||||
|
/*
|
||||||
|
* lmo - Lua Machine Objects - Base functions
|
||||||
|
*
|
||||||
|
* Copyright (C) 2009-2010 Jo-Philipp Wich <xm@subsignal.org>
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "template_lmo.h"
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Hash function from http://www.azillionmonkeys.com/qed/hash.html
|
||||||
|
* Copyright (C) 2004-2008 by Paul Hsieh
|
||||||
|
*/
|
||||||
|
|
||||||
|
uint32_t sfh_hash(const char *data, int len)
|
||||||
|
{
|
||||||
|
uint32_t hash = len, tmp;
|
||||||
|
int rem;
|
||||||
|
|
||||||
|
if (len <= 0 || data == NULL) return 0;
|
||||||
|
|
||||||
|
rem = len & 3;
|
||||||
|
len >>= 2;
|
||||||
|
|
||||||
|
/* Main loop */
|
||||||
|
for (;len > 0; len--) {
|
||||||
|
hash += sfh_get16(data);
|
||||||
|
tmp = (sfh_get16(data+2) << 11) ^ hash;
|
||||||
|
hash = (hash << 16) ^ tmp;
|
||||||
|
data += 2*sizeof(uint16_t);
|
||||||
|
hash += hash >> 11;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Handle end cases */
|
||||||
|
switch (rem) {
|
||||||
|
case 3: hash += sfh_get16(data);
|
||||||
|
hash ^= hash << 16;
|
||||||
|
hash ^= data[sizeof(uint16_t)] << 18;
|
||||||
|
hash += hash >> 11;
|
||||||
|
break;
|
||||||
|
case 2: hash += sfh_get16(data);
|
||||||
|
hash ^= hash << 11;
|
||||||
|
hash += hash >> 17;
|
||||||
|
break;
|
||||||
|
case 1: hash += *data;
|
||||||
|
hash ^= hash << 10;
|
||||||
|
hash += hash >> 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Force "avalanching" of final 127 bits */
|
||||||
|
hash ^= hash << 3;
|
||||||
|
hash += hash >> 5;
|
||||||
|
hash ^= hash << 4;
|
||||||
|
hash += hash >> 17;
|
||||||
|
hash ^= hash << 25;
|
||||||
|
hash += hash >> 6;
|
||||||
|
|
||||||
|
return hash;
|
||||||
|
}
|
||||||
|
|
||||||
|
uint32_t lmo_canon_hash(const char *str, int len)
|
||||||
|
{
|
||||||
|
char res[4096];
|
||||||
|
char *ptr, prev;
|
||||||
|
int off;
|
||||||
|
|
||||||
|
if (!str || len >= sizeof(res))
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
for (prev = ' ', ptr = res, off = 0; off < len; prev = *str, off++, str++)
|
||||||
|
{
|
||||||
|
if (isspace(*str))
|
||||||
|
{
|
||||||
|
if (!isspace(prev))
|
||||||
|
*ptr++ = ' ';
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
*ptr++ = *str;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ((ptr > res) && isspace(*(ptr-1)))
|
||||||
|
ptr--;
|
||||||
|
|
||||||
|
return sfh_hash(res, ptr - res);
|
||||||
|
}
|
||||||
|
|
||||||
|
lmo_archive_t * lmo_open(const char *file)
|
||||||
|
{
|
||||||
|
int in = -1;
|
||||||
|
uint32_t idx_offset = 0;
|
||||||
|
struct stat s;
|
||||||
|
|
||||||
|
lmo_archive_t *ar = NULL;
|
||||||
|
|
||||||
|
if (stat(file, &s) == -1)
|
||||||
|
goto err;
|
||||||
|
|
||||||
|
if ((in = open(file, O_RDONLY)) == -1)
|
||||||
|
goto err;
|
||||||
|
|
||||||
|
if ((ar = (lmo_archive_t *)malloc(sizeof(*ar))) != NULL)
|
||||||
|
{
|
||||||
|
memset(ar, 0, sizeof(*ar));
|
||||||
|
|
||||||
|
ar->fd = in;
|
||||||
|
ar->size = s.st_size;
|
||||||
|
|
||||||
|
fcntl(ar->fd, F_SETFD, fcntl(ar->fd, F_GETFD) | FD_CLOEXEC);
|
||||||
|
|
||||||
|
if ((ar->mmap = mmap(NULL, ar->size, PROT_READ, MAP_SHARED, ar->fd, 0)) == MAP_FAILED)
|
||||||
|
goto err;
|
||||||
|
|
||||||
|
idx_offset = ntohl(*((const uint32_t *)
|
||||||
|
(ar->mmap + ar->size - sizeof(uint32_t))));
|
||||||
|
|
||||||
|
if (idx_offset >= ar->size)
|
||||||
|
goto err;
|
||||||
|
|
||||||
|
ar->index = (lmo_entry_t *)(ar->mmap + idx_offset);
|
||||||
|
ar->length = (ar->size - idx_offset - sizeof(uint32_t)) / sizeof(lmo_entry_t);
|
||||||
|
ar->end = ar->mmap + ar->size;
|
||||||
|
|
||||||
|
return ar;
|
||||||
|
}
|
||||||
|
|
||||||
|
err:
|
||||||
|
if (in > -1)
|
||||||
|
close(in);
|
||||||
|
|
||||||
|
if (ar != NULL)
|
||||||
|
{
|
||||||
|
if ((ar->mmap != NULL) && (ar->mmap != MAP_FAILED))
|
||||||
|
munmap(ar->mmap, ar->size);
|
||||||
|
|
||||||
|
free(ar);
|
||||||
|
}
|
||||||
|
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
void lmo_close(lmo_archive_t *ar)
|
||||||
|
{
|
||||||
|
if (ar != NULL)
|
||||||
|
{
|
||||||
|
if ((ar->mmap != NULL) && (ar->mmap != MAP_FAILED))
|
||||||
|
munmap(ar->mmap, ar->size);
|
||||||
|
|
||||||
|
close(ar->fd);
|
||||||
|
free(ar);
|
||||||
|
|
||||||
|
ar = NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
lmo_catalog_t *_lmo_catalogs = NULL;
|
||||||
|
lmo_catalog_t *_lmo_active_catalog = NULL;
|
||||||
|
|
||||||
|
int lmo_load_catalog(const char *lang, const char *dir)
|
||||||
|
{
|
||||||
|
DIR *dh = NULL;
|
||||||
|
char pattern[16];
|
||||||
|
char path[PATH_MAX];
|
||||||
|
struct dirent *de = NULL;
|
||||||
|
|
||||||
|
lmo_archive_t *ar = NULL;
|
||||||
|
lmo_catalog_t *cat = NULL;
|
||||||
|
|
||||||
|
if (!lmo_change_catalog(lang))
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
if (!dir || !(dh = opendir(dir)))
|
||||||
|
goto err;
|
||||||
|
|
||||||
|
if (!(cat = malloc(sizeof(*cat))))
|
||||||
|
goto err;
|
||||||
|
|
||||||
|
memset(cat, 0, sizeof(*cat));
|
||||||
|
|
||||||
|
snprintf(cat->lang, sizeof(cat->lang), "%s", lang);
|
||||||
|
snprintf(pattern, sizeof(pattern), "*.%s.lmo", lang);
|
||||||
|
|
||||||
|
while ((de = readdir(dh)) != NULL)
|
||||||
|
{
|
||||||
|
if (!fnmatch(pattern, de->d_name, 0))
|
||||||
|
{
|
||||||
|
snprintf(path, sizeof(path), "%s/%s", dir, de->d_name);
|
||||||
|
ar = lmo_open(path);
|
||||||
|
|
||||||
|
if (ar)
|
||||||
|
{
|
||||||
|
ar->next = cat->archives;
|
||||||
|
cat->archives = ar;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
closedir(dh);
|
||||||
|
|
||||||
|
cat->next = _lmo_catalogs;
|
||||||
|
_lmo_catalogs = cat;
|
||||||
|
|
||||||
|
if (!_lmo_active_catalog)
|
||||||
|
_lmo_active_catalog = cat;
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
err:
|
||||||
|
if (dh) closedir(dh);
|
||||||
|
if (cat) free(cat);
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
int lmo_change_catalog(const char *lang)
|
||||||
|
{
|
||||||
|
lmo_catalog_t *cat;
|
||||||
|
|
||||||
|
for (cat = _lmo_catalogs; cat; cat = cat->next)
|
||||||
|
{
|
||||||
|
if (!strncmp(cat->lang, lang, sizeof(cat->lang)))
|
||||||
|
{
|
||||||
|
_lmo_active_catalog = cat;
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
static lmo_entry_t * lmo_find_entry(lmo_archive_t *ar, uint32_t hash)
|
||||||
|
{
|
||||||
|
unsigned int m, l, r;
|
||||||
|
uint32_t k;
|
||||||
|
|
||||||
|
l = 0;
|
||||||
|
r = ar->length - 1;
|
||||||
|
|
||||||
|
while (1)
|
||||||
|
{
|
||||||
|
m = l + ((r - l) / 2);
|
||||||
|
|
||||||
|
if (r < l)
|
||||||
|
break;
|
||||||
|
|
||||||
|
k = ntohl(ar->index[m].key_id);
|
||||||
|
|
||||||
|
if (k == hash)
|
||||||
|
return &ar->index[m];
|
||||||
|
|
||||||
|
if (k > hash)
|
||||||
|
{
|
||||||
|
if (!m)
|
||||||
|
break;
|
||||||
|
|
||||||
|
r = m - 1;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
l = m + 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
int lmo_translate(const char *key, int keylen, char **out, int *outlen)
|
||||||
|
{
|
||||||
|
uint32_t hash;
|
||||||
|
lmo_entry_t *e;
|
||||||
|
lmo_archive_t *ar;
|
||||||
|
|
||||||
|
if (!key || !_lmo_active_catalog)
|
||||||
|
return -2;
|
||||||
|
|
||||||
|
hash = lmo_canon_hash(key, keylen);
|
||||||
|
|
||||||
|
for (ar = _lmo_active_catalog->archives; ar; ar = ar->next)
|
||||||
|
{
|
||||||
|
if ((e = lmo_find_entry(ar, hash)) != NULL)
|
||||||
|
{
|
||||||
|
*out = ar->mmap + ntohl(e->offset);
|
||||||
|
*outlen = ntohl(e->length);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
void lmo_close_catalog(const char *lang)
|
||||||
|
{
|
||||||
|
lmo_archive_t *ar, *next;
|
||||||
|
lmo_catalog_t *cat, *prev;
|
||||||
|
|
||||||
|
for (prev = NULL, cat = _lmo_catalogs; cat; prev = cat, cat = cat->next)
|
||||||
|
{
|
||||||
|
if (!strncmp(cat->lang, lang, sizeof(cat->lang)))
|
||||||
|
{
|
||||||
|
if (prev)
|
||||||
|
prev->next = cat->next;
|
||||||
|
else
|
||||||
|
_lmo_catalogs = cat->next;
|
||||||
|
|
||||||
|
for (ar = cat->archives; ar; ar = next)
|
||||||
|
{
|
||||||
|
next = ar->next;
|
||||||
|
lmo_close(ar);
|
||||||
|
}
|
||||||
|
|
||||||
|
free(cat);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
92
package/luci-compat/tool/po2lmo/src/template_lmo.h
Normal file
92
package/luci-compat/tool/po2lmo/src/template_lmo.h
Normal file
@@ -0,0 +1,92 @@
|
|||||||
|
/*
|
||||||
|
* lmo - Lua Machine Objects - General header
|
||||||
|
*
|
||||||
|
* Copyright (C) 2009-2012 Jo-Philipp Wich <xm@subsignal.org>
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef _TEMPLATE_LMO_H_
|
||||||
|
#define _TEMPLATE_LMO_H_
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
#include <sys/stat.h>
|
||||||
|
#include <sys/mman.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <fnmatch.h>
|
||||||
|
#include <dirent.h>
|
||||||
|
#include <ctype.h>
|
||||||
|
#include <limits.h>
|
||||||
|
|
||||||
|
#if (defined(__GNUC__) && defined(__i386__))
|
||||||
|
#define sfh_get16(d) (*((const uint16_t *) (d)))
|
||||||
|
#else
|
||||||
|
#define sfh_get16(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\
|
||||||
|
+(uint32_t)(((const uint8_t *)(d))[0]) )
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
struct lmo_entry {
|
||||||
|
uint32_t key_id;
|
||||||
|
uint32_t val_id;
|
||||||
|
uint32_t offset;
|
||||||
|
uint32_t length;
|
||||||
|
} __attribute__((packed));
|
||||||
|
|
||||||
|
typedef struct lmo_entry lmo_entry_t;
|
||||||
|
|
||||||
|
|
||||||
|
struct lmo_archive {
|
||||||
|
int fd;
|
||||||
|
int length;
|
||||||
|
uint32_t size;
|
||||||
|
lmo_entry_t *index;
|
||||||
|
char *mmap;
|
||||||
|
char *end;
|
||||||
|
struct lmo_archive *next;
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef struct lmo_archive lmo_archive_t;
|
||||||
|
|
||||||
|
|
||||||
|
struct lmo_catalog {
|
||||||
|
char lang[6];
|
||||||
|
struct lmo_archive *archives;
|
||||||
|
struct lmo_catalog *next;
|
||||||
|
};
|
||||||
|
|
||||||
|
typedef struct lmo_catalog lmo_catalog_t;
|
||||||
|
|
||||||
|
|
||||||
|
uint32_t sfh_hash(const char *data, int len);
|
||||||
|
uint32_t lmo_canon_hash(const char *data, int len);
|
||||||
|
|
||||||
|
lmo_archive_t * lmo_open(const char *file);
|
||||||
|
void lmo_close(lmo_archive_t *ar);
|
||||||
|
|
||||||
|
|
||||||
|
extern lmo_catalog_t *_lmo_catalogs;
|
||||||
|
extern lmo_catalog_t *_lmo_active_catalog;
|
||||||
|
|
||||||
|
int lmo_load_catalog(const char *lang, const char *dir);
|
||||||
|
int lmo_change_catalog(const char *lang);
|
||||||
|
int lmo_translate(const char *key, int keylen, char **out, int *outlen);
|
||||||
|
void lmo_close_catalog(const char *lang);
|
||||||
|
|
||||||
|
#endif
|
||||||
@@ -4,5 +4,4 @@ Depends: libc, smartdns
|
|||||||
Source: feeds/luci/applications/luci-app-smartdns
|
Source: feeds/luci/applications/luci-app-smartdns
|
||||||
Section: luci
|
Section: luci
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Installed-Size: 1040
|
Description: A smartdns server
|
||||||
Description: A smartdns server module
|
|
||||||
|
|||||||
@@ -1,4 +1,20 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
|
[ "${IPKG_NO_SCRIPT}" = "1" ] && exit 0
|
||||||
[ -x ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
[ -x ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
[ -n "${IPKG_INSTROOT}" ] || {
|
|
||||||
(. /etc/uci-defaults/50_luci-smartdns) && rm -f /etc/uci-defaults/50_luci-smartdns
|
|
||||||
exit 0
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,4 +1,20 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
[ -x ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
[ -x ${IPKG_INSTROOT}/lib/functions.sh ] || exit 0
|
||||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||||
default_prerm $0 $@
|
default_prerm $0 $@
|
||||||
|
|||||||
@@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
uci -q batch <<-EOF >/dev/null
|
|
||||||
delete ucitrack.@smartdns[-1]
|
|
||||||
add ucitrack smartdns
|
|
||||||
set ucitrack.@smartdns[-1].init=smartdns
|
|
||||||
commit ucitrack
|
|
||||||
EOF
|
|
||||||
|
|
||||||
rm -f /tmp/luci-indexcache
|
|
||||||
exit 0
|
|
||||||
@@ -16,6 +16,21 @@ msgstr "SmartDNS是一个本地高性能DNS服务器,支持返回最快IP,
|
|||||||
msgid "Custom Settings"
|
msgid "Custom Settings"
|
||||||
msgstr "自定义设置"
|
msgstr "自定义设置"
|
||||||
|
|
||||||
|
msgid "General Settings"
|
||||||
|
msgstr "基本设置"
|
||||||
|
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr "设置"
|
||||||
|
|
||||||
|
msgid "Advanced Settings"
|
||||||
|
msgstr "高级设置"
|
||||||
|
|
||||||
|
msgid "RUNNING"
|
||||||
|
msgstr "运行中"
|
||||||
|
|
||||||
|
msgid "NOT RUNNING"
|
||||||
|
msgstr "未运行"
|
||||||
|
|
||||||
msgid "Generate Coredump"
|
msgid "Generate Coredump"
|
||||||
msgstr "生成coredump"
|
msgstr "生成coredump"
|
||||||
|
|
||||||
@@ -73,6 +88,12 @@ msgstr "域名预加载"
|
|||||||
msgid "Enable domain prefetch, accelerate domain response speed."
|
msgid "Enable domain prefetch, accelerate domain response speed."
|
||||||
msgstr "启用域名预加载,加速域名响应速度。"
|
msgstr "启用域名预加载,加速域名响应速度。"
|
||||||
|
|
||||||
|
msgid "Serve expired"
|
||||||
|
msgstr "缓存过期服务"
|
||||||
|
|
||||||
|
msgid "Attempts to serve old responses from cache with a TTL of 0 in the response without waiting for the actual resolution to finish."
|
||||||
|
msgstr "查询性能优化,有请求时尝试回应TTL为0的过期记录,以避免查询等待。"
|
||||||
|
|
||||||
msgid "Redirect"
|
msgid "Redirect"
|
||||||
msgstr "重定向"
|
msgstr "重定向"
|
||||||
|
|
||||||
@@ -157,7 +178,7 @@ msgstr "跳过address SOA(#)规则。"
|
|||||||
msgid "Skip Dualstack Selection"
|
msgid "Skip Dualstack Selection"
|
||||||
msgstr "跳过双栈优选"
|
msgstr "跳过双栈优选"
|
||||||
|
|
||||||
msgid "Skip Sualstack Selection."
|
msgid "Skip Dualstack Selection."
|
||||||
msgstr "跳过双栈优选。"
|
msgstr "跳过双栈优选。"
|
||||||
|
|
||||||
msgid "Skip Cache"
|
msgid "Skip Cache"
|
||||||
@@ -166,6 +187,12 @@ msgstr "跳过cache"
|
|||||||
msgid "Skip Cache."
|
msgid "Skip Cache."
|
||||||
msgstr "跳过cache。"
|
msgstr "跳过cache。"
|
||||||
|
|
||||||
|
msgid "Force AAAA SOA"
|
||||||
|
msgstr "停用IPV6地址解析"
|
||||||
|
|
||||||
|
msgid "Force AAAA SOA."
|
||||||
|
msgstr "停用IPV6地址解析。"
|
||||||
|
|
||||||
msgid "Upstream Servers"
|
msgid "Upstream Servers"
|
||||||
msgstr "上游服务器"
|
msgstr "上游服务器"
|
||||||
|
|
||||||
@@ -199,6 +226,12 @@ msgstr "校验TLS主机名"
|
|||||||
msgid "Set TLS hostname to verify."
|
msgid "Set TLS hostname to verify."
|
||||||
msgstr "设置校验TLS主机名。"
|
msgstr "设置校验TLS主机名。"
|
||||||
|
|
||||||
|
msgid "No check certificate"
|
||||||
|
msgstr "停用证书校验"
|
||||||
|
|
||||||
|
msgid "Do not check certificate."
|
||||||
|
msgstr "不校验证书的合法性。"
|
||||||
|
|
||||||
msgid "TLS SNI name"
|
msgid "TLS SNI name"
|
||||||
msgstr "TLS SNI名称"
|
msgstr "TLS SNI名称"
|
||||||
|
|
||||||
@@ -215,7 +248,7 @@ msgid "Server Group"
|
|||||||
msgstr "服务器组"
|
msgstr "服务器组"
|
||||||
|
|
||||||
msgid "DNS Server group belongs to, used with nameserver, such as office, home."
|
msgid "DNS Server group belongs to, used with nameserver, such as office, home."
|
||||||
msgsr "DNS服务器所属组, 配合nameserver使用,例如:office,home。"
|
msgstr "DNS服务器所属组, 配合nameserver使用,例如:office,home。"
|
||||||
|
|
||||||
msgid "IP Blacklist Filtering"
|
msgid "IP Blacklist Filtering"
|
||||||
msgstr "IP黑名单过滤"
|
msgstr "IP黑名单过滤"
|
||||||
@@ -276,7 +309,3 @@ msgstr "捐助smartdns项目"
|
|||||||
|
|
||||||
msgid "Donate"
|
msgid "Donate"
|
||||||
msgstr "捐助"
|
msgstr "捐助"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
-- Copyright 2018 Nick Peng (pymumu@gmail.com)
|
|
||||||
|
|
||||||
require ("nixio.fs")
|
|
||||||
require ("luci.http")
|
|
||||||
require ("luci.dispatcher")
|
|
||||||
require ("nixio.fs")
|
|
||||||
|
|
||||||
local uci = require "luci.model.uci".cursor()
|
|
||||||
|
|
||||||
module("luci.model.smartdns", package.seeall)
|
|
||||||
|
|
||||||
function get_config_option(module, section, option, default)
|
|
||||||
return uci:get_first(module, section, option) or default
|
|
||||||
end
|
|
||||||
|
|
||||||
return m
|
|
||||||
|
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"admin/services/smartdns": {
|
||||||
|
"title": "SmartDNS",
|
||||||
|
"action": {
|
||||||
|
"type": "view",
|
||||||
|
"path": "smartdns/smartdns"
|
||||||
|
},
|
||||||
|
"depends": {
|
||||||
|
"uci": { "smartdns": true }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"luci-app-smartdns": {
|
||||||
|
"description": "Grant access to LuCI app smartdns",
|
||||||
|
"read": {
|
||||||
|
"file": {
|
||||||
|
"/etc/smartdns/*": [ "read" ],
|
||||||
|
"/usr/sbin/iptables -t nat -nL PREROUTING": [ "exec" ],
|
||||||
|
"/usr/sbin/ip6tables -t nat -nL PREROUTING": [ "exec" ],
|
||||||
|
"/usr/sbin/smartdns": [ "exec" ]
|
||||||
|
},
|
||||||
|
"ubus": {
|
||||||
|
"service": [ "list" ]
|
||||||
|
},
|
||||||
|
"uci": [ "smartdns" ]
|
||||||
|
},
|
||||||
|
"write": {
|
||||||
|
"file": {
|
||||||
|
"/etc/smartdns/*": [ "write" ]
|
||||||
|
},
|
||||||
|
"uci": [ "smartdns" ]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,492 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
'use strict';
|
||||||
|
'require fs';
|
||||||
|
'require uci';
|
||||||
|
'require form';
|
||||||
|
'require rpc';
|
||||||
|
|
||||||
|
var conf = 'smartdns';
|
||||||
|
var callServiceList = rpc.declare({
|
||||||
|
object: 'service',
|
||||||
|
method: 'list',
|
||||||
|
params: ['name'],
|
||||||
|
expect: { '': {} }
|
||||||
|
});
|
||||||
|
|
||||||
|
function getPidOfSmartdns() {
|
||||||
|
return L.resolveDefault(callServiceList(conf), {})
|
||||||
|
.then(function (res) {
|
||||||
|
var isrunning = false;
|
||||||
|
try {
|
||||||
|
isrunning = res[conf]['instances']['smartdns']['running'];
|
||||||
|
} catch (e) { }
|
||||||
|
return isrunning;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function getIPTablesRedirect() {
|
||||||
|
return fs.exec('/usr/sbin/iptables', ['-t', 'nat', '-nL', 'PREROUTING']).then(function (res) {
|
||||||
|
if (res.code === 0) {
|
||||||
|
return res.stdout.trim();
|
||||||
|
} else {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function getIP6TablesRedirect() {
|
||||||
|
return fs.exec('/usr/sbin/ip6tables', ['-t', 'nat', '-nL', 'PREROUTING']).then(function (res) {
|
||||||
|
if (res.code === 0) {
|
||||||
|
return res.stdout.trim();
|
||||||
|
} else {
|
||||||
|
return "";
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
function smartdnsServiceStatus() {
|
||||||
|
return Promise.all([
|
||||||
|
getPidOfSmartdns(),
|
||||||
|
getIPTablesRedirect(),
|
||||||
|
getIP6TablesRedirect()
|
||||||
|
]);
|
||||||
|
}
|
||||||
|
|
||||||
|
function smartdnsRenderStatus(res) {
|
||||||
|
var renderHTML = "";
|
||||||
|
var isRunning = res[0];
|
||||||
|
var ipt = res[1];
|
||||||
|
var ip6t = res[2];
|
||||||
|
|
||||||
|
var serverPort = uci.get_first('smartdns', 'smartdns', 'port');
|
||||||
|
var redirectMode = uci.get_first('smartdns', 'smartdns', 'redirect');
|
||||||
|
var ipv6Enabled = uci.get_first('smartdns', 'smartdns', 'ipv6_server');
|
||||||
|
|
||||||
|
if (isRunning) {
|
||||||
|
renderHTML += "<span style=\"color:green;font-weight:bold\">SmartDNS - " + _("RUNNING") + "</span>";
|
||||||
|
} else {
|
||||||
|
renderHTML += "<span style=\"color:red;font-weight:bold\">SmartDNS - " + _("NOT RUNNING") + "</span>";
|
||||||
|
return renderHTML;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (redirectMode === "dnsmasq-upstream") {
|
||||||
|
var matchLine = "127.0.0.1#" + serverPort;
|
||||||
|
var dnsmasqServer = uci.get_first('dhcp', 'dnsmasq', 'server') || "";
|
||||||
|
|
||||||
|
if (dnsmasqServer.indexOf(matchLine) < 0) {
|
||||||
|
renderHTML += "<br /><span style=\"color:red;font-weight:bold\">" + _("Dnsmasq Forwared To Smartdns Failure") + "</span>";
|
||||||
|
}
|
||||||
|
} else if (redirectMode === "redirect") {
|
||||||
|
var redirectRules = (ipt || '').split(/\n/).filter(function (rule) {
|
||||||
|
return rule.match(/REDIRECT/) && rule.match(/dpt:53/) && rule.match("ports " + serverPort);
|
||||||
|
});
|
||||||
|
|
||||||
|
if (redirectRules.length <= 0) {
|
||||||
|
renderHTML += "<br /><span style=\"color:red;font-weight:bold\">" + _("IPV4 53 Port Redirect Failure") + "</span>";
|
||||||
|
if (ipv6Enabled) {
|
||||||
|
var redirectRules = (ip6t || '').split(/\n/).filter(function (rule) {
|
||||||
|
return rule.match(/REDIRECT/) && rule.match(/dpt:53/) && rule.match("ports " + serverPort);
|
||||||
|
});
|
||||||
|
if (redirectRules.length <= 0) {
|
||||||
|
renderHTML += "<br /><span style=\"color:red;font-weight:bold\">" + _("IPV6 53 Port Redirect Failure") + "</span>";
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return renderHTML;
|
||||||
|
}
|
||||||
|
|
||||||
|
return L.view.extend({
|
||||||
|
load: function () {
|
||||||
|
return Promise.all([
|
||||||
|
uci.load('smartdns'),
|
||||||
|
uci.load('dhcp')
|
||||||
|
]);
|
||||||
|
},
|
||||||
|
render: function (stats) {
|
||||||
|
var m, s, o;
|
||||||
|
|
||||||
|
m = new form.Map('smartdns', _('SmartDNS'));
|
||||||
|
m.title = _("SmartDNS Server");
|
||||||
|
m.description = _("SmartDNS is a local high-performance DNS server, supports finding fastest IP, "
|
||||||
|
+ "supports ad filtering, and supports avoiding DNS poisoning.");
|
||||||
|
|
||||||
|
s = m.section(form.NamedSection, '_status');
|
||||||
|
s.anonymous = true;
|
||||||
|
s.render = function (section_id) {
|
||||||
|
L.Poll.add(function () {
|
||||||
|
return L.resolveDefault(smartdnsServiceStatus()).then(function (res) {
|
||||||
|
var view = document.getElementById("service_status");
|
||||||
|
view.innerHTML = smartdnsRenderStatus(res);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
return E('div', { class: 'cbi-map' },
|
||||||
|
E('div', { class: 'cbi-section' }, [
|
||||||
|
E('div', { id: 'service_status' },
|
||||||
|
_('Collecting data ...'))
|
||||||
|
])
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// Basic;
|
||||||
|
s = m.section(form.TypedSection, "smartdns", _("Settings"), _("General Settings"));
|
||||||
|
s.anonymous = true;
|
||||||
|
|
||||||
|
s.tab("settings", _("General Settings"));
|
||||||
|
s.tab("seconddns", _("Second Server Settings"));
|
||||||
|
s.tab("custom", _("Custom Settings"));
|
||||||
|
|
||||||
|
// Eanble;
|
||||||
|
o = s.taboption("settings", form.Flag, "enabled", _("Enable"), _("Enable or disable smartdns server"));
|
||||||
|
o.default = o.disabled;
|
||||||
|
o.rempty = false;
|
||||||
|
|
||||||
|
// server name;
|
||||||
|
o = s.taboption("settings", form.Value, "server_name", _("Server Name"), _("Smartdns server name"));
|
||||||
|
o.default = "smartdns";
|
||||||
|
o.datatype = "hostname";
|
||||||
|
o.rempty = false;
|
||||||
|
|
||||||
|
// Port;
|
||||||
|
o = s.taboption("settings", form.Value, "port", _("Local Port"), _("Smartdns local server port"));
|
||||||
|
o.placeholder = 6053;
|
||||||
|
o.default = 6053;
|
||||||
|
o.datatype = "port";
|
||||||
|
o.rempty = false;
|
||||||
|
|
||||||
|
// Enable TCP server;
|
||||||
|
o = s.taboption("settings", form.Flag, "tcp_server", _("TCP Server"), _("Enable TCP DNS Server"));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.enabled;
|
||||||
|
|
||||||
|
// Support IPV6;
|
||||||
|
o = s.taboption("settings", form.Flag, "ipv6_server", _("IPV6 Server"), _("Enable IPV6 DNS Server"));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.enabled;
|
||||||
|
|
||||||
|
// Support DualStack ip selection;
|
||||||
|
o = s.taboption("settings", form.Flag, "dualstack_ip_selection", _("Dual-stack IP Selection"),
|
||||||
|
_("Enable IP selection between IPV4 and IPV6"));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// Domain prefetch load ;
|
||||||
|
o = s.taboption("settings", form.Flag, "prefetch_domain", _("Domain prefetch"),
|
||||||
|
_("Enable domain prefetch, accelerate domain response speed."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// Domain Serve expired
|
||||||
|
o = s.taboption("settings", form.Flag, "serve_expired", _("Serve expired"),
|
||||||
|
_("Attempts to serve old responses from cache with a TTL of 0 in the response without waiting for the actual resolution to finish."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// Redirect;
|
||||||
|
o = s.taboption("settings", form.ListValue, "redirect", _("Redirect"), _("SmartDNS redirect mode"));
|
||||||
|
o.placeholder = "none";
|
||||||
|
o.value("none", _("none"));
|
||||||
|
o.value("dnsmasq-upstream", _("Run as dnsmasq upstream server"));
|
||||||
|
o.value("redirect", _("Redirect 53 port to SmartDNS"));
|
||||||
|
o.default = "none";
|
||||||
|
o.rempty = false;
|
||||||
|
|
||||||
|
// cache-size;
|
||||||
|
o = s.taboption("settings", form.Value, "cache_size", _("Cache Size"), _("DNS domain result cache size"));
|
||||||
|
o.rempty = true;
|
||||||
|
|
||||||
|
// rr-ttl;
|
||||||
|
o = s.taboption("settings", form.Value, "rr_ttl", _("Domain TTL"), _("TTL for all domain result."));
|
||||||
|
o.rempty = true;
|
||||||
|
|
||||||
|
// rr-ttl-min;
|
||||||
|
o = s.taboption("settings", form.Value, "rr_ttl_min", _("Domain TTL Min"),
|
||||||
|
_("Minimum TTL for all domain result."));
|
||||||
|
o.rempty = true;
|
||||||
|
o.placeholder = "300";
|
||||||
|
o.default = 300;
|
||||||
|
o.optional = true;
|
||||||
|
|
||||||
|
// second dns server;
|
||||||
|
// rr-ttl-max;
|
||||||
|
o = s.taboption("settings", form.Value, "rr_ttl_max", _("Domain TTL Max"),
|
||||||
|
_("Maximum TTL for all domain result."));
|
||||||
|
o.rempty = true;
|
||||||
|
|
||||||
|
// Eanble;
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_enabled", _("Enable"),
|
||||||
|
_("Enable or disable second DNS server."));
|
||||||
|
o.default = o.disabled;
|
||||||
|
o.rempty = false;
|
||||||
|
|
||||||
|
// Port;
|
||||||
|
o = s.taboption("seconddns", form.Value, "seconddns_port", _("Local Port"), _("Smartdns local server port"));
|
||||||
|
o.placeholder = 6553;
|
||||||
|
o.default = 6553;
|
||||||
|
o.datatype = "port";
|
||||||
|
o.rempty = false;
|
||||||
|
|
||||||
|
// Enable TCP server;
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_tcp_server", _("TCP Server"), _("Enable TCP DNS Server"));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.enabled;
|
||||||
|
|
||||||
|
// dns server group;
|
||||||
|
o = s.taboption("seconddns", form.Value, "seconddns_server_group", _("Server Group"),
|
||||||
|
_("Query DNS through specific dns server group, such as office, home."));
|
||||||
|
o.rmempty = true;
|
||||||
|
o.placeholder = "default";
|
||||||
|
o.datatype = "hostname";
|
||||||
|
o.rempty = true;
|
||||||
|
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_no_speed_check", _("Skip Speed Check"),
|
||||||
|
_("Do not check speed."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// skip address rules;
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_no_rule_addr", _("Skip Address Rules"),
|
||||||
|
_("Skip address rules."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// skip name server rules;
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_no_rule_nameserver", _("Skip Nameserver Rule"),
|
||||||
|
_("Skip nameserver rules."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// skip ipset rules;
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_no_rule_ipset", _("Skip Ipset Rule"),
|
||||||
|
_("Skip ipset rules."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// skip soa address rule;
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_no_rule_soa", _("Skip SOA Address Rule"),
|
||||||
|
_("Skip SOA address rules."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_no_dualstack_selection", _("Skip Dualstack Selection"),
|
||||||
|
_("Skip Dualstack Selection."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// skip cache;
|
||||||
|
o = s.taboption("seconddns", form.Flag, "seconddns_no_cache", _("Skip Cache"), _("Skip Cache."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// Force AAAA SOA
|
||||||
|
o = s.taboption("seconddns", form.Flag, "force_aaaa_soa", _("Force AAAA SOA"), _("Force AAAA SOA."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
|
||||||
|
// custom settings;
|
||||||
|
o = s.taboption("custom", form.TextValue, "custom_conf",
|
||||||
|
"", _("smartdns custom settings"));
|
||||||
|
|
||||||
|
o.rows = 20;
|
||||||
|
o.cfgvalue = function (section_id) {
|
||||||
|
return fs.trimmed('/etc/smartdns/custom.conf');
|
||||||
|
};
|
||||||
|
o.write = function (section_id, formvalue) {
|
||||||
|
return fs.write('/etc/smartdns/custom.conf', formvalue.trim().replace(/\r\n/g, '\n') + '\n');
|
||||||
|
};
|
||||||
|
|
||||||
|
o = s.taboption("custom", form.Flag, "coredump", _("Generate Coredump"),
|
||||||
|
_("Generate Coredump file when smartdns crash, coredump file is located at /tmp/smartdns.xxx.core."));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.disabled;
|
||||||
|
// Upstream servers;
|
||||||
|
s = m.section(form.GridSection, "server", _("Upstream Servers"),
|
||||||
|
_("Upstream Servers, support UDP, TCP protocol. Please configure multiple DNS servers, "
|
||||||
|
+ "including multiple foreign DNS servers."));
|
||||||
|
s.anonymous = true;
|
||||||
|
s.addremove = true;
|
||||||
|
|
||||||
|
s.tab('general', _('General Settings'));
|
||||||
|
s.tab('advanced', _('Advanced Settings'));
|
||||||
|
|
||||||
|
// enable flag;
|
||||||
|
o = s.taboption("general", form.Flag, "enabled", _("Enable"), _("Enable"));
|
||||||
|
o.rmempty = false;
|
||||||
|
o.default = o.enabled;
|
||||||
|
o.editable = true;
|
||||||
|
|
||||||
|
// name;
|
||||||
|
o = s.taboption("general", form.Value, "name", _("DNS Server Name"), _("DNS Server Name"));
|
||||||
|
|
||||||
|
// IP address;
|
||||||
|
o = s.taboption("general", form.Value, "ip", _("ip"), _("DNS Server ip"));
|
||||||
|
o.datatype = "or(ipaddr, string)";
|
||||||
|
o.rmempty = false;
|
||||||
|
|
||||||
|
// port;
|
||||||
|
o = s.taboption("general", form.Value, "port", _("port"), _("DNS Server port"));
|
||||||
|
o.placeholder = "default";
|
||||||
|
o.datatype = "port";
|
||||||
|
o.rempty = true;
|
||||||
|
o.depends("type", "udp");
|
||||||
|
o.depends("type", "tcp");
|
||||||
|
o.depends("type", "tls");
|
||||||
|
|
||||||
|
// type;
|
||||||
|
o = s.taboption("general", form.ListValue, "type", _("type"), _("DNS Server type"));
|
||||||
|
o.placeholder = "udp";
|
||||||
|
o.value("udp", _("udp"));
|
||||||
|
o.value("tcp", _("tcp"));
|
||||||
|
o.value("tls", _("tls"));
|
||||||
|
o.value("https", _("https"));
|
||||||
|
o.default = "udp";
|
||||||
|
o.rempty = false;
|
||||||
|
|
||||||
|
// Advanced Options
|
||||||
|
// server group
|
||||||
|
o = s.taboption("advanced", form.Value, "server_group", _("Server Group"), _("DNS Server group belongs to, "
|
||||||
|
+ "used with nameserver, such as office, home."))
|
||||||
|
o.rmempty = true
|
||||||
|
o.placeholder = "default"
|
||||||
|
o.datatype = "hostname"
|
||||||
|
o.rempty = true
|
||||||
|
o.modalonly = true;
|
||||||
|
|
||||||
|
// blacklist_ip
|
||||||
|
o = s.taboption("advanced", form.Flag, "blacklist_ip", _("IP Blacklist Filtering"),
|
||||||
|
_("Filtering IP with blacklist"))
|
||||||
|
o.rmempty = false
|
||||||
|
o.default = o.disabled
|
||||||
|
o.modalonly = true;
|
||||||
|
|
||||||
|
// TLS host verify
|
||||||
|
o = s.taboption("advanced", form.Value, "tls_host_verify", _("TLS Hostname Verify"),
|
||||||
|
_("Set TLS hostname to verify."))
|
||||||
|
o.default = ""
|
||||||
|
o.datatype = "string"
|
||||||
|
o.rempty = true
|
||||||
|
o.modalonly = true;
|
||||||
|
o.depends("type", "tls")
|
||||||
|
o.depends("type", "https")
|
||||||
|
|
||||||
|
// certificate verify
|
||||||
|
o = s.taboption("advanced", form.Flag, "no_check_certificate", _("No check certificate"),
|
||||||
|
_("Do not check certificate."))
|
||||||
|
o.rmempty = false
|
||||||
|
o.default = o.disabled
|
||||||
|
o.modalonly = true;
|
||||||
|
o.depends("type", "tls")
|
||||||
|
o.depends("type", "https")
|
||||||
|
|
||||||
|
// SNI host name
|
||||||
|
o = s.taboption("advanced", form.Value, "host_name", _("TLS SNI name"),
|
||||||
|
_("Sets the server name indication for query."))
|
||||||
|
o.default = ""
|
||||||
|
o.datatype = "hostname"
|
||||||
|
o.rempty = true
|
||||||
|
o.modalonly = true;
|
||||||
|
o.depends("type", "tls")
|
||||||
|
o.depends("type", "https")
|
||||||
|
|
||||||
|
// http host
|
||||||
|
o = s.taboption("advanced", form.Value, "http_host", _("HTTP Host"),
|
||||||
|
_("Set the HTTP host used for the query. Use this parameter when the host of the URL address is an IP address."))
|
||||||
|
o.default = ""
|
||||||
|
o.datatype = "hostname"
|
||||||
|
o.rempty = true
|
||||||
|
o.modalonly = true;
|
||||||
|
o.depends("type", "https")
|
||||||
|
|
||||||
|
// SPKI pin
|
||||||
|
o = s.taboption("advanced", form.Value, "spki_pin", _("TLS SPKI Pinning"),
|
||||||
|
_("Used to verify the validity of the TLS server, The value is Base64 encoded SPKI fingerprint, "
|
||||||
|
+ "leaving blank to indicate that the validity of TLS is not verified."))
|
||||||
|
o.default = ""
|
||||||
|
o.datatype = "string"
|
||||||
|
o.rempty = true
|
||||||
|
o.modalonly = true;
|
||||||
|
o.depends("type", "tls")
|
||||||
|
o.depends("type", "https")
|
||||||
|
|
||||||
|
// other args
|
||||||
|
o = s.taboption("advanced", form.Value, "addition_arg", _("Additional Server Args"),
|
||||||
|
_("Additional Args for upstream dns servers"))
|
||||||
|
o.default = ""
|
||||||
|
o.rempty = true
|
||||||
|
o.modalonly = true;
|
||||||
|
|
||||||
|
// Doman addresss;
|
||||||
|
s = m.section(form.TypedSection, "smartdns", _("Advanced Settings"), _("Advanced Settings"));
|
||||||
|
s.anonymous = true;
|
||||||
|
|
||||||
|
s.tab("domain-address", _("Domain Address"), _("Set Specific domain ip address."));
|
||||||
|
s.tab("blackip-list", _("IP Blacklist"), _("Set Specific ip blacklist."));
|
||||||
|
|
||||||
|
o = s.taboption("domain-address", form.TextValue, "address_conf",
|
||||||
|
"",
|
||||||
|
_("Specify an IP address to return for any host in the given domains, Queries in the domains are never "
|
||||||
|
+ "forwarded and always replied to with the specified IP address which may be IPv4 or IPv6."));
|
||||||
|
o.rows = 20;
|
||||||
|
o.cfgvalue = function (section_id) {
|
||||||
|
return fs.trimmed('/etc/smartdns/address.conf');
|
||||||
|
};
|
||||||
|
o.write = function (section_id, formvalue) {
|
||||||
|
return fs.write('/etc/smartdns/address.conf', formvalue.trim().replace(/\r\n/g, '\n') + '\n');
|
||||||
|
};
|
||||||
|
|
||||||
|
// IP Blacklist;
|
||||||
|
// blacklist;
|
||||||
|
o = s.taboption("blackip-list", form.TextValue, "blackip_ip_conf",
|
||||||
|
"", _("Configure IP blacklists that will be filtered from the results of specific DNS server."));
|
||||||
|
o.rows = 20;
|
||||||
|
o.cfgvalue = function (section_id) {
|
||||||
|
return fs.trimmed('/etc/smartdns/blacklist-ip.conf');
|
||||||
|
};
|
||||||
|
o.write = function (section_id, formvalue) {
|
||||||
|
return fs.write('/etc/smartdns/blacklist-ip.conf', formvalue.trim().replace(/\r\n/g, '\n') + '\n');
|
||||||
|
};
|
||||||
|
|
||||||
|
// Doman addresss;
|
||||||
|
s = m.section(form.TypedSection, "smartdns", _("Technical Support"),
|
||||||
|
_("If you like this software, please buy me a cup of coffee."));
|
||||||
|
s.anonymous = true;
|
||||||
|
|
||||||
|
o = s.option(form.Button, "web");
|
||||||
|
o.title = _("SmartDNS official website");
|
||||||
|
o.inputtitle = _("open website");
|
||||||
|
o.inputstyle = "apply";
|
||||||
|
o.onclick = function () {
|
||||||
|
window.open("https://pymumu.github.io/smartdns", '_blank');
|
||||||
|
};
|
||||||
|
|
||||||
|
o = s.option(form.Button, "Donate");
|
||||||
|
o.title = _("Donate to smartdns");
|
||||||
|
o.inputtitle = _("Donate");
|
||||||
|
o.inputstyle = "apply";
|
||||||
|
o.onclick = function () {
|
||||||
|
window.open("https://pymumu.github.io/smartdns/#donate", '_blank');
|
||||||
|
};
|
||||||
|
|
||||||
|
return m.render();
|
||||||
|
}
|
||||||
|
});
|
||||||
@@ -1,5 +1,19 @@
|
|||||||
#/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
CURR_DIR=$(cd $(dirname $0);pwd)
|
CURR_DIR=$(cd $(dirname $0);pwd)
|
||||||
|
|
||||||
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
||||||
@@ -38,17 +52,19 @@ build()
|
|||||||
cp $CURR_DIR/* $ROOT/ -af
|
cp $CURR_DIR/* $ROOT/ -af
|
||||||
cd $ROOT/
|
cd $ROOT/
|
||||||
build_tool
|
build_tool
|
||||||
mkdir $ROOT/root/usr/lib/lua/ -p
|
|
||||||
cp $ROOT/files/luci $ROOT/root/usr/lib/lua/ -af
|
mkdir $ROOT/root/usr/lib/lua/luci -p
|
||||||
|
mkdir $ROOT/root/usr/share/rpcd/acl.d/ -p
|
||||||
|
cp $ROOT/files/luci/i18n $ROOT/root/usr/lib/lua/luci/ -avf
|
||||||
|
|
||||||
#Generate Language
|
#Generate Language
|
||||||
$PO2LMO $ROOT/files/luci/i18n/smartdns.zh-cn.po $ROOT/root/usr/lib/lua/luci/i18n/smartdns.zh-cn.lmo
|
$PO2LMO $ROOT/files/luci/i18n/smartdns.zh-cn.po $ROOT/root/usr/lib/lua/luci/i18n/smartdns.zh-cn.lmo
|
||||||
rm $ROOT/root/usr/lib/lua/luci/i18n/smartdns.zh-cn.po
|
rm $ROOT/root/usr/lib/lua/luci/i18n/smartdns.zh-cn.po
|
||||||
|
|
||||||
cp $ROOT/files/etc $ROOT/root/ -af
|
cp $ROOT/files/root/* $ROOT/root/ -avf
|
||||||
INST_SIZE="`du -sb $ROOT/root/ | awk '{print $1}'`"
|
INST_SIZE="`du -sb $ROOT/root/ | awk '{print $1}'`"
|
||||||
|
|
||||||
sed -i "s/^Architecture.*/Architecture: $ARCH/g" $ROOT/control/control
|
sed -i "s/^Architecture.*/Architecture: all/g" $ROOT/control/control
|
||||||
sed -i "s/Version:.*/Version: $VER/" $ROOT/control/control
|
sed -i "s/Version:.*/Version: $VER/" $ROOT/control/control
|
||||||
|
|
||||||
if [ ! -z "$INST_SIZE" ]; then
|
if [ ! -z "$INST_SIZE" ]; then
|
||||||
@@ -61,7 +77,7 @@ build()
|
|||||||
cd $ROOT
|
cd $ROOT
|
||||||
|
|
||||||
tar zcf $ROOT/data.tar.gz -C root .
|
tar zcf $ROOT/data.tar.gz -C root .
|
||||||
tar zcf $OUTPUTDIR/luci-app-smartdns.$VER.$FILEARCH.ipk control.tar.gz data.tar.gz debian-binary
|
tar zcf $OUTPUTDIR/luci-app-smartdns.$VER.$FILEARCH.ipk ./control.tar.gz ./data.tar.gz ./debian-binary
|
||||||
|
|
||||||
rm -fr $ROOT/
|
rm -fr $ROOT/
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,34 +1,62 @@
|
|||||||
|
#
|
||||||
|
# Copyright (c) 2018-2019 Nick Peng (pymumu@gmail.com)
|
||||||
|
# This is free software, licensed under the GNU General Public License v3.
|
||||||
|
#
|
||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=smarttdns
|
PKG_NAME:=smartdns
|
||||||
PKG_VERSION:=2018.7.1.1607
|
PKG_VERSION:=1.2019.28
|
||||||
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
|
||||||
|
PKG_SOURCE_PROTO:=git
|
||||||
|
PKG_SOURCE_URL:=https://www.github.com/pymumu/smartdns.git
|
||||||
|
PKG_SOURCE_VERSION:=982002e836e486fb4e360bc10e84e7e7197caf46
|
||||||
|
PKG_MIRROR_HASH:=ae889b521ecf114660ce5597af5c361f5970a7dcb75dadf61b938ba3d2baba54
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
|
||||||
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
|
PKG_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
MAKE_VARS += VER=$(PKG_VERSION)
|
||||||
|
MAKE_PATH:=src
|
||||||
|
|
||||||
define Package/smartdns
|
define Package/smartdns
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=smartdns
|
TITLE:=smartdns server
|
||||||
URL:=https://github.com/pymumu/smartdns
|
DEPENDS:=+libpthread +libopenssl
|
||||||
MAINTAINER:=Nick Peng <pymumu@gmail.com>
|
URL:=https://www.github.com/pymumu/smartdns/
|
||||||
DEPENDS:=
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/smartdns/description
|
define Package/smartdns/description
|
||||||
smartdns server, find fastest ip.
|
SmartDNS is a local DNS server which accepts DNS query requests from local network clients,
|
||||||
|
get DNS query results from multiple upstream DNS servers concurrently, and returns the fastest IP to clients.
|
||||||
|
Unlike dnsmasq's all-servers, smartdns returns the fastest IP.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Package/smartdns/conffiles
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
/etc/config/smartdns
|
||||||
cp -r ../* $(PKG_BUILD_DIR)
|
/etc/smartdns/address.conf
|
||||||
|
/etc/smartdns/blacklist-ip.conf
|
||||||
|
/etc/smartdns/custom.conf
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/smartdns/install
|
define Package/smartdns/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/config $(1)/etc/init.d $(1)/etc/smartdns
|
||||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/smartdns $(1)/usr/sbin
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/smartdns $(1)/usr/sbin/smartdns
|
||||||
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/package/openwrt/files/etc/init.d/smartdns $(1)/etc/init.d/smartdns
|
||||||
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/package/openwrt/address.conf $(1)/etc/smartdns/address.conf
|
||||||
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/package/openwrt/blacklist-ip.conf $(1)/etc/smartdns/blacklist-ip.conf
|
||||||
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/package/openwrt/custom.conf $(1)/etc/smartdns/custom.conf
|
||||||
|
$(INSTALL_CONF) $(PKG_BUILD_DIR)/package/openwrt/files/etc/config/smartdns $(1)/etc/config/smartdns
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage, smartdns))
|
$(eval $(call BuildPackage,smartdns))
|
||||||
|
|||||||
@@ -1,4 +1,19 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
chmod +x /usr/sbin/smartdns
|
chmod +x /usr/sbin/smartdns
|
||||||
chmod +x /etc/init.d/smartdns
|
chmod +x /etc/init.d/smartdns
|
||||||
|
|||||||
@@ -1,4 +1,20 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
. ${IPKG_INSTROOT}/lib/functions.sh
|
. ${IPKG_INSTROOT}/lib/functions.sh
|
||||||
default_prerm $0 $@
|
default_prerm $0 $@
|
||||||
rm /var/etc/smartdns.conf -f
|
rm /var/etc/smartdns.conf -f
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
# Copyright (C) 2018 Nick Peng (pymumu@gmail.com)
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
START=99
|
START=99
|
||||||
NAME=smartdns
|
NAME=smartdns
|
||||||
@@ -8,7 +22,6 @@ SERVICE_USE_PID=1
|
|||||||
SERVICE_WRITE_PID=1
|
SERVICE_WRITE_PID=1
|
||||||
SERVICE_DAEMONIZE=1
|
SERVICE_DAEMONIZE=1
|
||||||
SERVICE_PID_FILE="/var/run/smartdns.pid"
|
SERVICE_PID_FILE="/var/run/smartdns.pid"
|
||||||
BASECONFIGFILE="/etc/smartdns/smartdns.conf"
|
|
||||||
SMARTDNS_CONF_DIR="/etc/smartdns"
|
SMARTDNS_CONF_DIR="/etc/smartdns"
|
||||||
SMARTDNS_VAR_CONF_DIR="/var/etc/smartdns"
|
SMARTDNS_VAR_CONF_DIR="/var/etc/smartdns"
|
||||||
SMARTDNS_CONF="$SMARTDNS_VAR_CONF_DIR/smartdns.conf"
|
SMARTDNS_CONF="$SMARTDNS_VAR_CONF_DIR/smartdns.conf"
|
||||||
@@ -23,20 +36,16 @@ set_forward_dnsmasq()
|
|||||||
{
|
{
|
||||||
local PORT="$1"
|
local PORT="$1"
|
||||||
addr="127.0.0.1#$PORT"
|
addr="127.0.0.1#$PORT"
|
||||||
OLD_SERVER="`uci get dhcp.@dnsmasq[0].server 2>/dev/null`"
|
OLD_SERVER="$(uci get dhcp.@dnsmasq[0].server 2>/dev/null)"
|
||||||
echo $OLD_SERVER | grep "^$addr" >/dev/null 2>&1
|
if echo "$OLD_SERVER" | grep "^$addr" >/dev/null 2>&1; then
|
||||||
if [ $? -eq 0 ]; then
|
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
uci delete dhcp.@dnsmasq[0].server 2>/dev/null
|
uci delete dhcp.@dnsmasq[0].server 2>/dev/null
|
||||||
uci add_list dhcp.@dnsmasq[0].server=$addr
|
uci add_list dhcp.@dnsmasq[0].server="$addr"
|
||||||
for server in $OLD_SERVER; do
|
for server in $OLD_SERVER; do
|
||||||
if [ "$server" = "$addr" ]; then
|
[ "$server" = "$addr" ] && continue
|
||||||
continue
|
uci add_list dhcp.@dnsmasq[0].server="$server"
|
||||||
fi
|
|
||||||
uci add_list dhcp.@dnsmasq[0].server=$server
|
|
||||||
done
|
done
|
||||||
uci delete dhcp.@dnsmasq[0].resolvfile 2>/dev/null
|
|
||||||
uci set dhcp.@dnsmasq[0].noresolv=1
|
uci set dhcp.@dnsmasq[0].noresolv=1
|
||||||
uci commit dhcp
|
uci commit dhcp
|
||||||
/etc/init.d/dnsmasq restart
|
/etc/init.d/dnsmasq restart
|
||||||
@@ -46,18 +55,16 @@ stop_forward_dnsmasq()
|
|||||||
{
|
{
|
||||||
local OLD_PORT="$1"
|
local OLD_PORT="$1"
|
||||||
addr="127.0.0.1#$OLD_PORT"
|
addr="127.0.0.1#$OLD_PORT"
|
||||||
OLD_SERVER="`uci get dhcp.@dnsmasq[0].server 2>/dev/null`"
|
OLD_SERVER="$(uci get dhcp.@dnsmasq[0].server 2>/dev/null)"
|
||||||
echo $OLD_SERVER | grep "^$addr" >/dev/null 2>&1
|
if ! echo "$OLD_SERVER" | grep "^$addr" >/dev/null 2>&1; then
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uci del_list dhcp.@dnsmasq[0].server=$addr 2>/dev/null
|
uci del_list dhcp.@dnsmasq[0].server="$addr" 2>/dev/null
|
||||||
addrlist="`uci get dhcp.@dnsmasq[0].server 2>/dev/null`"
|
addrlist="$(uci get dhcp.@dnsmasq[0].server 2>/dev/null)"
|
||||||
if [ -z "$addrlist" ] ; then
|
[ -z "$addrlist" ] && {
|
||||||
uci set dhcp.@dnsmasq[0].resolvfile=/tmp/resolv.conf.auto 2>/dev/null
|
|
||||||
uci delete dhcp.@dnsmasq[0].noresolv 2>/dev/null
|
uci delete dhcp.@dnsmasq[0].noresolv 2>/dev/null
|
||||||
fi
|
}
|
||||||
uci commit dhcp
|
uci commit dhcp
|
||||||
/etc/init.d/dnsmasq restart
|
/etc/init.d/dnsmasq restart
|
||||||
}
|
}
|
||||||
@@ -67,26 +74,24 @@ set_iptable()
|
|||||||
local ipv6_server=$1
|
local ipv6_server=$1
|
||||||
local tcp_server=$2
|
local tcp_server=$2
|
||||||
|
|
||||||
IPS="`ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F : '{print $2}'`"
|
IPS="$(ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F : '{print $2}')"
|
||||||
for IP in $IPS
|
for IP in $IPS
|
||||||
do
|
do
|
||||||
if [ "$tcp_server" == "1" ]; then
|
if [ "$tcp_server" = "1" ]; then
|
||||||
iptables -t nat -A PREROUTING -p tcp -d $IP --dport 53 -j REDIRECT --to-ports $SMARTDNS_PORT >/dev/null 2>&1
|
iptables -t nat -A PREROUTING -p tcp -d "$IP" --dport 53 -j REDIRECT --to-ports "$SMARTDNS_PORT" >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
iptables -t nat -A PREROUTING -p udp -d $IP --dport 53 -j REDIRECT --to-ports $SMARTDNS_PORT >/dev/null 2>&1
|
iptables -t nat -A PREROUTING -p udp -d "$IP" --dport 53 -j REDIRECT --to-ports "$SMARTDNS_PORT" >/dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$ipv6_server" == 0 ]; then
|
[ "$ipv6_server" = 0 ] && return
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
IPS="`ifconfig | grep "inet6 addr" | grep -v " fe80::" | grep -v " ::1" | grep "Global" | awk '{print $3}'`"
|
IPS="$(ifconfig | grep "inet6 addr" | grep -v " fe80::" | grep -v " ::1" | grep "Global" | awk '{print $3}')"
|
||||||
for IP in $IPS
|
for IP in $IPS
|
||||||
do
|
do
|
||||||
if [ "$tcp_server" == "1" ]; then
|
if [ "$tcp_server" = "1" ]; then
|
||||||
ip6tables -t nat -A PREROUTING -p tcp -d $IP --dport 53 -j REDIRECT --to-ports $SMARTDNS_PORT >/dev/null 2>&1
|
ip6tables -t nat -A PREROUTING -p tcp -d "$IP" --dport 53 -j REDIRECT --to-ports "$SMARTDNS_PORT" >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
ip6tables -t nat -A PREROUTING -p udp -d $IP --dport 53 -j REDIRECT --to-ports $SMARTDNS_PORT >/dev/null 2>&1
|
ip6tables -t nat -A PREROUTING -p udp -d "$IP" --dport 53 -j REDIRECT --to-ports "$SMARTDNS_PORT" >/dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -95,22 +100,20 @@ clear_iptable()
|
|||||||
{
|
{
|
||||||
local OLD_PORT="$1"
|
local OLD_PORT="$1"
|
||||||
local ipv6_server=$2
|
local ipv6_server=$2
|
||||||
IPS="`ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F : '{print $2}'`"
|
IPS="$(ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F : '{print $2}')"
|
||||||
for IP in $IPS
|
for IP in $IPS
|
||||||
do
|
do
|
||||||
iptables -t nat -D PREROUTING -p udp -d $IP --dport 53 -j REDIRECT --to-ports $OLD_PORT >/dev/null 2>&1
|
iptables -t nat -D PREROUTING -p udp -d "$IP" --dport 53 -j REDIRECT --to-ports "$OLD_PORT" >/dev/null 2>&1
|
||||||
iptables -t nat -D PREROUTING -p tcp -d $IP --dport 53 -j REDIRECT --to-ports $OLD_PORT >/dev/null 2>&1
|
iptables -t nat -D PREROUTING -p tcp -d "$IP" --dport 53 -j REDIRECT --to-ports "$OLD_PORT" >/dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ "$ipv6_server" == 0 ]; then
|
[ "$ipv6_server" = 0 ] && return
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
IPS="`ifconfig | grep "inet6 addr" | grep -v " fe80::" | grep -v " ::1" | grep "Global" | awk '{print $3}'`"
|
IPS="$(ifconfig | grep "inet6 addr" | grep -v " fe80::" | grep -v " ::1" | grep "Global" | awk '{print $3}')"
|
||||||
for IP in $IPS
|
for IP in $IPS
|
||||||
do
|
do
|
||||||
ip6tables -t nat -D PREROUTING -p udp -d $IP --dport 53 -j REDIRECT --to-ports $OLD_PORT >/dev/null 2>&1
|
ip6tables -t nat -D PREROUTING -p udp -d "$IP" --dport 53 -j REDIRECT --to-ports "$OLD_PORT" >/dev/null 2>&1
|
||||||
ip6tables -t nat -D PREROUTING -p tcp -d $IP --dport 53 -j REDIRECT --to-ports $OLD_PORT >/dev/null 2>&1
|
ip6tables -t nat -D PREROUTING -p tcp -d "$IP" --dport 53 -j REDIRECT --to-ports "$OLD_PORT" >/dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -120,7 +123,6 @@ service_triggers() {
|
|||||||
procd_add_reload_trigger smartdns
|
procd_add_reload_trigger smartdns
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
conf_append()
|
conf_append()
|
||||||
{
|
{
|
||||||
echo "$1 $2" >> $SMARTDNS_CONF_TMP
|
echo "$1 $2" >> $SMARTDNS_CONF_TMP
|
||||||
@@ -130,22 +132,15 @@ get_tz()
|
|||||||
{
|
{
|
||||||
SET_TZ=""
|
SET_TZ=""
|
||||||
|
|
||||||
if [ -e "/etc/localtime" ]; then
|
[ -e "/etc/localtime" ] && return
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
for tzfile in /etc/TZ /var/etc/TZ
|
for tzfile in /etc/TZ /var/etc/TZ
|
||||||
do
|
do
|
||||||
if [ ! -e "$tzfile" ]; then
|
[ -e "$tzfile" ] || continue
|
||||||
continue
|
tz="$(cat $tzfile 2>/dev/null)"
|
||||||
fi
|
|
||||||
|
|
||||||
tz="`cat $tzfile 2>/dev/null`"
|
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$tz" ]; then
|
[ -z "$tz" ] && return
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
SET_TZ=$tz
|
SET_TZ=$tz
|
||||||
}
|
}
|
||||||
@@ -156,22 +151,21 @@ load_server()
|
|||||||
local ADDITIONAL_ARGS=""
|
local ADDITIONAL_ARGS=""
|
||||||
local DNS_ADDRESS=""
|
local DNS_ADDRESS=""
|
||||||
|
|
||||||
config_get_bool "enabled" "$section" "enabled" "1"
|
config_get_bool enabled "$section" "enabled" "1"
|
||||||
config_get "port" "$section" "port" ""
|
config_get port "$section" "port" ""
|
||||||
config_get "type" "$section" "type" "udp"
|
config_get type "$section" "type" "udp"
|
||||||
config_get "ip" "$section" "ip" ""
|
config_get ip "$section" "ip" ""
|
||||||
config_get "tls_host_verify" "$section" "tls_host_verify" ""
|
config_get tls_host_verify "$section" "tls_host_verify" ""
|
||||||
config_get "host_name" "$section" "host_name" ""
|
config_get no_check_certificate "$section" "no_check_certificate" "0"
|
||||||
config_get "http_host" "$section" "http_host" ""
|
config_get host_name "$section" "host_name" ""
|
||||||
config_get "server_group" "$section" "server_group" ""
|
config_get http_host "$section" "http_host" ""
|
||||||
config_get "blacklist_ip" "$section" "blacklist_ip" "0"
|
config_get server_group "$section" "server_group" ""
|
||||||
config_get "check_edns" "$section" "check_edns" "0"
|
config_get blacklist_ip "$section" "blacklist_ip" "0"
|
||||||
config_get "spki_pin" "$section" "spki_pin" ""
|
config_get check_edns "$section" "check_edns" "0"
|
||||||
config_get "addition_arg" "$section" "addition_arg" ""
|
config_get spki_pin "$section" "spki_pin" ""
|
||||||
|
config_get addition_arg "$section" "addition_arg" ""
|
||||||
|
|
||||||
if [ "$enabled" = "0" ]; then
|
[ "$enabled" = "0" ] && return
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -z "$ip" ] || [ -z "$type" ]; then
|
if [ -z "$ip" ] || [ -z "$type" ]; then
|
||||||
return
|
return
|
||||||
@@ -186,49 +180,28 @@ load_server()
|
|||||||
SERVER="server-https"
|
SERVER="server-https"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z "`echo $ip | grep ":" | grep -v "https://"`" ]; then
|
if echo "$ip" | grep ":" | grep -q -v "https://" >/dev/null 2>&1; then
|
||||||
if [ -z "`echo $ip | grep "\["`" ]; then
|
if ! echo "$ip" | grep -q "\\[" >/dev/null 2>&1; then
|
||||||
ip="[$ip]"
|
ip="[$ip]"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -z "$tls_host_verify" ]; then
|
[ -z "$tls_host_verify" ] || ADDITIONAL_ARGS="$ADDITIONAL_ARGS -tls-host-verify $tls_host_verify"
|
||||||
ADDITIONAL_ARGS="$ADDITIONAL_ARGS -tls-host-verify $tls_host_verify"
|
[ "$no_check_certificate" = "0" ] || ADDITIONAL_ARGS="$ADDITIONAL_ARGS -no-check-certificate"
|
||||||
fi
|
[ -z "$host_name" ] || ADDITIONAL_ARGS="$ADDITIONAL_ARGS -host-name $host_name"
|
||||||
|
[ -z "$http_host" ] || ADDITIONAL_ARGS="$ADDITIONAL_ARGS -http-host $http_host"
|
||||||
|
[ -z "$server_group" ] || ADDITIONAL_ARGS="$ADDITIONAL_ARGS -group $server_group"
|
||||||
|
[ "$blacklist_ip" = "0" ] || ADDITIONAL_ARGS="$ADDITIONAL_ARGS -blacklist-ip"
|
||||||
|
[ "$check_edns" = "0" ] || ADDITIONAL_ARGS="$ADDITIONAL_ARGS -check-edns"
|
||||||
|
[ -z "$spki_pin" ] || ADDITIONAL_ARGS="$ADDITIONAL_ARGS -spki-pin $spki_pin"
|
||||||
|
|
||||||
if [ ! -z "$host_name" ]; then
|
if [ -z "$port" ]; then
|
||||||
ADDITIONAL_ARGS="$ADDITIONAL_ARGS -host-name $host_name"
|
DNS_ADDRESS="$ip"
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -z "$http_host" ]; then
|
|
||||||
ADDITIONAL_ARGS="$ADDITIONAL_ARGS -http-host $http_host"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -z "$server_group" ]; then
|
|
||||||
ADDITIONAL_ARGS="$ADDITIONAL_ARGS -group $server_group"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$blacklist_ip" != "0" ]; then
|
|
||||||
ADDITIONAL_ARGS="$ADDITIONAL_ARGS -blacklist-ip"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$check_edns" != "0" ]; then
|
|
||||||
ADDITIONAL_ARGS="$ADDITIONAL_ARGS -check-edns"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -z "$spki_pin" ]; then
|
|
||||||
ADDITIONAL_ARGS="$ADDITIONAL_ARGS -spki-pin $spki_pin"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -z "$port" ]; then
|
|
||||||
DNS_ADDRESS="$ip:$port"
|
|
||||||
else
|
else
|
||||||
DNS_ADDRESS="$ip"
|
DNS_ADDRESS="$ip:$port"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$type" = "https" ]; then
|
[ "$type" = "https" ] && DNS_ADDRESS="$ip"
|
||||||
DNS_ADDRESS="$ip"
|
|
||||||
fi
|
|
||||||
|
|
||||||
conf_append "$SERVER" "$DNS_ADDRESS $ADDITIONAL_ARGS $addition_arg"
|
conf_append "$SERVER" "$DNS_ADDRESS $ADDITIONAL_ARGS $addition_arg"
|
||||||
}
|
}
|
||||||
@@ -239,54 +212,39 @@ load_second_server()
|
|||||||
local ARGS=""
|
local ARGS=""
|
||||||
local ADDR=""
|
local ADDR=""
|
||||||
|
|
||||||
config_get_bool "seconddns_enabled" "$section" "seconddns_enabled" "0"
|
config_get_bool seconddns_enabled "$section" "seconddns_enabled" "0"
|
||||||
if [ "$seconddns_enabled" = "0" ]; then
|
[ "$seconddns_enabled" = "0" ] && return
|
||||||
return
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "seconddns_port" "$section" "seconddns_port" "7053"
|
config_get seconddns_port "$section" "seconddns_port" "6553"
|
||||||
|
|
||||||
config_get_bool "seconddns_no_speed_check" "$section" "seconddns_no_speed_check" "0"
|
config_get_bool seconddns_no_speed_check "$section" "seconddns_no_speed_check" "0"
|
||||||
if [ "$seconddns_no_speed_check" = "1" ]; then
|
[ "$seconddns_no_speed_check" = "1" ] && ARGS="$ARGS -no-speed-check"
|
||||||
ARGS="$ARGS -no-speed-check"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "seconddns_server_group" "$section" "seconddns_server_group" ""
|
config_get seconddns_server_group "$section" "seconddns_server_group" ""
|
||||||
if [ ! -z "$seconddns_server_group" ]; then
|
[ -z "$seconddns_server_group" ] || ARGS="$ARGS -group $seconddns_server_group"
|
||||||
ARGS="$ARGS -group $seconddns_server_group"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get_bool "seconddns_no_rule_addr" "$section" "seconddns_no_rule_addr" "0"
|
config_get_bool seconddns_no_rule_addr "$section" "seconddns_no_rule_addr" "0"
|
||||||
if [ "$seconddns_no_rule_addr" = "1" ]; then
|
[ "$seconddns_no_rule_addr" = "1" ] && ARGS="$ARGS -no-rule-addr"
|
||||||
ARGS="$ARGS -no-rule-addr"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get_bool "seconddns_no_rule_nameserver" "$section" "seconddns_no_rule_nameserver" "0"
|
config_get_bool seconddns_no_rule_nameserver "$section" "seconddns_no_rule_nameserver" "0"
|
||||||
if [ "$seconddns_no_rule_nameserver" = "1" ]; then
|
[ "$seconddns_no_rule_nameserver" = "1" ] && ARGS="$ARGS -no-rule-nameserver"
|
||||||
ARGS="$ARGS -no-rule-nameserver"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get_bool "seconddns_no_rule_ipset" "$section" "seconddns_no_rule_ipset" "0"
|
config_get_bool seconddns_no_rule_ipset "$section" "seconddns_no_rule_ipset" "0"
|
||||||
if [ "$seconddns_no_rule_ipset" = "1" ]; then
|
[ "$seconddns_no_rule_ipset" = "1" ] && ARGS="$ARGS -no-rule-ipset"
|
||||||
ARGS="$ARGS -no-rule-ipset"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get_bool "seconddns_no_rule_soa" "$section" "seconddns_no_rule_soa" "0"
|
config_get_bool seconddns_no_rule_soa "$section" "seconddns_no_rule_soa" "0"
|
||||||
if [ "$seconddns_no_rule_soa" = "1" ]; then
|
[ "$seconddns_no_rule_soa" = "1" ] && ARGS="$ARGS -no-rule-soa"
|
||||||
ARGS="$ARGS -no-rule-soa"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get_bool "seconddns_no_dualstack_selection" "$section" "seconddns_no_dualstack_selection" "0"
|
config_get_bool seconddns_no_dualstack_selection "$section" "seconddns_no_dualstack_selection" "0"
|
||||||
if [ "$seconddns_no_dualstack_selection" = "1" ]; then
|
[ "$seconddns_no_dualstack_selection" = "1" ] && ARGS="$ARGS -no-dualstack-selection"
|
||||||
ARGS="$ARGS -no-dualstack-selection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get_bool "seconddns_no_cache" "$section" "seconddns_no_cache" "0"
|
config_get_bool seconddns_no_cache "$section" "seconddns_no_cache" "0"
|
||||||
if [ "$seconddns_no_cache" = "1" ]; then
|
[ "$seconddns_no_cache" = "1" ] && ARGS="$ARGS -no-cache"
|
||||||
ARGS="$ARGS -no-cache"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "ipv6_server" "$section" "ipv6_server" "1"
|
config_get_bool force_aaaa_soa "$section" "force_aaaa_soa" "0"
|
||||||
|
[ "$force_aaaa_soa" = "1" ] && ARGS="$ARGS -force-aaaa-soa"
|
||||||
|
|
||||||
|
config_get ipv6_server "$section" "ipv6_server" "1"
|
||||||
if [ "$ipv6_server" = "1" ]; then
|
if [ "$ipv6_server" = "1" ]; then
|
||||||
ADDR="[::]"
|
ADDR="[::]"
|
||||||
else
|
else
|
||||||
@@ -295,9 +253,7 @@ load_second_server()
|
|||||||
|
|
||||||
conf_append "bind" "$ADDR:$seconddns_port $ARGS"
|
conf_append "bind" "$ADDR:$seconddns_port $ARGS"
|
||||||
config_get_bool "seconddns_tcp_server" "$section" "seconddns_tcp_server" "1"
|
config_get_bool "seconddns_tcp_server" "$section" "seconddns_tcp_server" "1"
|
||||||
if [ "$seconddns_tcp_server" = "1" ]; then
|
[ "$seconddns_tcp_server" = "1" ] && conf_append "bind-tcp" "$ADDR:$seconddns_port $ARGS"
|
||||||
conf_append "bind-tcp" "$ADDR:$seconddns_port $ARGS"
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
load_service()
|
load_service()
|
||||||
@@ -308,100 +264,75 @@ load_service()
|
|||||||
mkdir -p $SMARTDNS_VAR_CONF_DIR
|
mkdir -p $SMARTDNS_VAR_CONF_DIR
|
||||||
rm -f $SMARTDNS_CONF_TMP
|
rm -f $SMARTDNS_CONF_TMP
|
||||||
|
|
||||||
config_get_bool "enabled" "$section" "enabled" '0'
|
config_get_bool enabled "$section" "enabled" '0'
|
||||||
|
|
||||||
config_get "server_name" "$section" "server_name" ""
|
config_get server_name "$section" "server_name" ""
|
||||||
if [ ! -z "$server_name" ]; then
|
[ -z "$server_name" ] || conf_append "server-name" "$server_name"
|
||||||
conf_append "server-name" "$server_name"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "coredump" "$section" "coredump" "0"
|
config_get coredump "$section" "coredump" "0"
|
||||||
if [ "$coredump" = "1" ]; then
|
[ "$coredump" = "1" ] && COREDUMP="1"
|
||||||
COREDUMP="1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "port" "$section" "port" "6053"
|
config_get port "$section" "port" "6053"
|
||||||
config_get "ipv6_server" "$section" "ipv6_server" "1"
|
config_get ipv6_server "$section" "ipv6_server" "1"
|
||||||
config_get "tcp_server" "$section" "tcp_server" "1"
|
config_get tcp_server "$section" "tcp_server" "1"
|
||||||
if [ "$ipv6_server" = "1" ]; then
|
if [ "$ipv6_server" = "1" ]; then
|
||||||
conf_append "bind" "[::]:$port"
|
conf_append "bind" "[::]:$port"
|
||||||
else
|
else
|
||||||
conf_append "bind" ":$port"
|
conf_append "bind" ":$port"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$tcp_server" = "1" ]; then
|
[ "$tcp_server" = "1" ] && {
|
||||||
if [ "$ipv6_server" = "1" ]; then
|
if [ "$ipv6_server" = "1" ]; then
|
||||||
conf_append "bind-tcp" "[::]:$port"
|
conf_append "bind-tcp" "[::]:$port"
|
||||||
else
|
else
|
||||||
conf_append "bind-tcp" ":$port"
|
conf_append "bind-tcp" ":$port"
|
||||||
fi
|
fi
|
||||||
fi
|
}
|
||||||
config_get "dualstack_ip_selection" "$section" "dualstack_ip_selection" "0"
|
config_get dualstack_ip_selection "$section" "dualstack_ip_selection" "0"
|
||||||
if [ "$dualstack_ip_selection" = "1" ]; then
|
[ "$dualstack_ip_selection" = "1" ] && conf_append "dualstack-ip-selection" "yes"
|
||||||
conf_append "dualstack-ip-selection" "yes"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "prefetch_domain" "$section" "prefetch_domain" "0"
|
config_get prefetch_domain "$section" "prefetch_domain" "0"
|
||||||
if [ "$prefetch_domain" = "1" ]; then
|
[ "$prefetch_domain" = "1" ] && conf_append "prefetch-domain" "yes"
|
||||||
conf_append "prefetch-domain" "yes"
|
|
||||||
fi
|
config_get serve_expired "$section" "serve_expired" "0"
|
||||||
|
[ "$serve_expired" = "1" ] && conf_append "serve-expired" "yes"
|
||||||
|
|
||||||
SMARTDNS_PORT="$port"
|
SMARTDNS_PORT="$port"
|
||||||
|
|
||||||
config_get "cache_size" "$section" "cache_size" ""
|
config_get cache_size "$section" "cache_size" ""
|
||||||
if [ ! -z "$cache_size" ]; then
|
[ -z "$cache_size" ] || conf_append "cache-size" "$cache_size"
|
||||||
conf_append "cache-size" "$cache_size"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "rr_ttl" "$section" "rr_ttl" ""
|
config_get rr_ttl "$section" "rr_ttl" ""
|
||||||
if [ ! -z "$rr_ttl" ]; then
|
[ -z "$rr_ttl" ] || conf_append "rr-ttl" "$rr_ttl"
|
||||||
conf_append "rr-ttl" "$rr_ttl"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "rr_ttl_min" "$section" "rr_ttl_min" ""
|
config_get rr_ttl_min "$section" "rr_ttl_min" ""
|
||||||
if [ ! -z "$rr_ttl_min" ]; then
|
[ -z "$rr_ttl_min" ] || conf_append "rr-ttl-min" "$rr_ttl_min"
|
||||||
conf_append "rr-ttl-min" "$rr_ttl_min"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "rr_ttl_max" "$section" "rr_ttl_max" ""
|
config_get rr_ttl_max "$section" "rr_ttl_max" ""
|
||||||
if [ ! -z "$rr_ttl_max" ]; then
|
[ -z "$rr_ttl_max" ] || conf_append "rr-ttl-max" "$rr_ttl_max"
|
||||||
conf_append "rr-ttl-max" "$rr_ttl_max"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "log_size" "$section" "log_size" "64K"
|
config_get log_size "$section" "log_size" "64K"
|
||||||
if [ ! -z "$log_size" ]; then
|
[ -z "$log_size" ] || conf_append "log-size" "$log_size"
|
||||||
conf_append "log-size" "$log_size"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "log_num" "$section" "log_num" "1"
|
config_get log_num "$section" "log_num" "1"
|
||||||
if [ ! -z "$log_num" ]; then
|
[ -z "$log_num" ] || conf_append "log-num" "$log_num"
|
||||||
conf_append "log-num" "$log_num"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "log_level" "$section" "log_level" "error"
|
config_get log_level "$section" "log_level" "error"
|
||||||
if [ ! -z "$log_level" ]; then
|
[ -z "$log_level" ]|| conf_append "log-level" "$log_level"
|
||||||
conf_append "log-level" "$log_level"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "log_file" "$section" "log_file" ""
|
config_get log_file "$section" "log_file" ""
|
||||||
if [ ! -z "$log_file" ]; then
|
[ -z "$log_file" ] || conf_append "log-file" "$log_file"
|
||||||
conf_append "log-file" "$log_file"
|
|
||||||
fi
|
|
||||||
|
|
||||||
config_get "redirect" "$section" "redirect" "none"
|
config_get redirect "$section" "redirect" "none"
|
||||||
config_get "old_redirect" "$section" "old_redirect" "none"
|
config_get old_redirect "$section" "old_redirect" "none"
|
||||||
config_get "old_port" "$section" "old_port" "0"
|
config_get old_port "$section" "old_port" "0"
|
||||||
config_get "old_enabled" "$section" "old_enabled" "0"
|
config_get old_enabled "$section" "old_enabled" "0"
|
||||||
|
|
||||||
if [ "$old_redirect" != "$redirect" ] || [ "$old_port" != "$SMARTDNS_PORT" ] || [ "$old_enabled" = "1" -a "$enabled" = "0" ]; then
|
if [ "$old_redirect" != "$redirect" ] || [ "$old_port" != "$SMARTDNS_PORT" ] || [ "$old_enabled" = "1" -a "$enabled" = "0" ]; then
|
||||||
if [ "$old_redirect" != "none" ]; then
|
[ "$old_redirect" = "none" ] || {
|
||||||
if [ "$old_port" != "0" ]; then
|
[ "$old_port" = "0" ] || clear_iptable "$old_port" "$ipv6_server"
|
||||||
clear_iptable "$old_port" "$ipv6_server"
|
[ "$old_redirect" = "dnsmasq-upstream" ] && stop_forward_dnsmasq "$old_port"
|
||||||
fi
|
}
|
||||||
if [ "$old_redirect" == "dnsmasq-upstream" ]; then
|
|
||||||
stop_forward_dnsmasq "$old_port"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
uci delete smartdns.@smartdns[0].old_redirect 2>/dev/null
|
uci delete smartdns.@smartdns[0].old_redirect 2>/dev/null
|
||||||
@@ -424,26 +355,24 @@ load_service()
|
|||||||
|
|
||||||
config_foreach load_server "server"
|
config_foreach load_server "server"
|
||||||
|
|
||||||
echo "conf-file $ADDRESS_CONF" >> $SMARTDNS_CONF_TMP
|
{
|
||||||
echo "conf-file $BLACKLIST_IP_CONF" >> $SMARTDNS_CONF_TMP
|
echo "conf-file $ADDRESS_CONF"
|
||||||
echo "conf-file $CUSTOM_CONF" >> $SMARTDNS_CONF_TMP
|
echo "conf-file $BLACKLIST_IP_CONF"
|
||||||
|
echo "conf-file $CUSTOM_CONF"
|
||||||
|
} >> $SMARTDNS_CONF_TMP
|
||||||
mv $SMARTDNS_CONF_TMP $SMARTDNS_CONF
|
mv $SMARTDNS_CONF_TMP $SMARTDNS_CONF
|
||||||
|
|
||||||
procd_open_instance "smartdns"
|
procd_open_instance "smartdns"
|
||||||
if [ "$COREDUMP" = "1" ]; then
|
[ "$COREDUMP" = "1" ] && {
|
||||||
args="$args -S"
|
args="$args -S"
|
||||||
procd_set_param limits core="unlimited"
|
procd_set_param limits core="unlimited"
|
||||||
fi
|
}
|
||||||
|
|
||||||
get_tz
|
get_tz
|
||||||
if [ ! -z "$SET_TZ" ]; then
|
[ -z "$SET_TZ" ] || procd_set_param env TZ="$SET_TZ"
|
||||||
procd_set_param env TZ="$SET_TZ"
|
|
||||||
fi
|
|
||||||
|
|
||||||
procd_set_param command /usr/sbin/smartdns -f -c $SMARTDNS_CONF $args
|
procd_set_param command /usr/sbin/smartdns -f -c $SMARTDNS_CONF $args
|
||||||
if [ "$RESPAWN" = "1" ]; then
|
[ "$RESPAWN" = "1" ] && procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
|
||||||
procd_set_param respawn ${respawn_threshold:-3600} ${respawn_timeout:-5} ${respawn_retry:-5}
|
|
||||||
fi
|
|
||||||
procd_set_param file "$SMARTDNS_CONF"
|
procd_set_param file "$SMARTDNS_CONF"
|
||||||
procd_close_instance
|
procd_close_instance
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
#/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
CURR_DIR=$(cd $(dirname $0);pwd)
|
CURR_DIR=$(cd $(dirname $0);pwd)
|
||||||
|
|
||||||
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
||||||
@@ -38,6 +52,11 @@ build()
|
|||||||
cp $CUSTOM_CONF $ROOT/root/etc/smartdns/
|
cp $CUSTOM_CONF $ROOT/root/etc/smartdns/
|
||||||
cp $CURR_DIR/files/etc $ROOT/root/ -af
|
cp $CURR_DIR/files/etc $ROOT/root/ -af
|
||||||
cp $SMARTDNS_BIN $ROOT/root/usr/sbin
|
cp $SMARTDNS_BIN $ROOT/root/usr/sbin
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "copy smartdns file failed."
|
||||||
|
rm -fr $ROOT/
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
chmod +x $ROOT/root/etc/init.d/smartdns
|
chmod +x $ROOT/root/etc/init.d/smartdns
|
||||||
INST_SIZE="`du -sb $ROOT/root/ | awk '{print $1}'`"
|
INST_SIZE="`du -sb $ROOT/root/ | awk '{print $1}'`"
|
||||||
|
|||||||
@@ -1,4 +1,19 @@
|
|||||||
#! /bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
SMARTDNS_BIN=/opt/usr/sbin/smartdns
|
SMARTDNS_BIN=/opt/usr/sbin/smartdns
|
||||||
SMARTDNS_CONF=/opt/etc/smartdns/smartdns.conf
|
SMARTDNS_CONF=/opt/etc/smartdns/smartdns.conf
|
||||||
@@ -28,56 +43,56 @@ set_iptable()
|
|||||||
redirect_tcp=1;
|
redirect_tcp=1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
IPS="`ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F: '{print $2}'`"
|
IPS="$(ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F: '{print $2}')"
|
||||||
for IP in $IPS
|
for IP in $IPS
|
||||||
do
|
do
|
||||||
if [ $redirect_tcp -eq 1 ]; then
|
if [ $redirect_tcp -eq 1 ]; then
|
||||||
iptables -t nat -A PREROUTING -p tcp -d $IP --dport 53 -j REDIRECT --to-ports $SMARTDNS_PORT > /dev/null 2>&1
|
iptables -t nat -A PREROUTING -p tcp -d "$IP" --dport 53 -j REDIRECT --to-ports "$SMARTDNS_PORT" > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
iptables -t nat -A PREROUTING -p udp -d $IP --dport 53 -j REDIRECT --to-ports $SMARTDNS_PORT > /dev/null 2>&1
|
iptables -t nat -A PREROUTING -p udp -d "$IP" --dport 53 -j REDIRECT --to-ports "$SMARTDNS_PORT" > /dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
clear_iptable()
|
clear_iptable()
|
||||||
{
|
{
|
||||||
IPS="`ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F: '{print $2}'`"
|
IPS="$(ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F: '{print $2}')"
|
||||||
for IP in $IPS
|
for IP in $IPS
|
||||||
do
|
do
|
||||||
iptables -t nat -D PREROUTING -p tcp -d $IP --dport 53 -j REDIRECT --to-ports $SMARTDNS_PORT > /dev/null 2>&1
|
iptables -t nat -D PREROUTING -p tcp -d "$IP" --dport 53 -j REDIRECT --to-ports "$SMARTDNS_PORT" > /dev/null 2>&1
|
||||||
iptables -t nat -D PREROUTING -p udp -d $IP --dport 53 -j REDIRECT --to-ports $SMARTDNS_PORT > /dev/null 2>&1
|
iptables -t nat -D PREROUTING -p udp -d "$IP" --dport 53 -j REDIRECT --to-ports "$SMARTDNS_PORT" > /dev/null 2>&1
|
||||||
done
|
done
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
get_dnsmasq_cmd()
|
get_dnsmasq_cmd()
|
||||||
{
|
{
|
||||||
CMD="`ps | grep -e '[a-zA-Z]\{0,2\} \{1,\}dnsmasq' | grep -v grep 2>/dev/null`"
|
CMD="$(ps 2>/dev/null | grep -e '[a-zA-Z]\{0,2\} \{1,\}dnsmasq' | grep -v grep 2>/dev/null)"
|
||||||
if [ ! -z "$CMD" ]; then
|
if [ ! -z "$CMD" ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CMD="`ps | grep '/usr/sbin/dnsmasq' | grep -v grep 2>/dev/null`"
|
CMD="$(ps 2>/dev/null | grep '/usr/sbin/dnsmasq' | grep -v grep 2>/dev/null)"
|
||||||
if [ ! -z "$CMD" ]; then
|
if [ ! -z "$CMD" ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CMD="`ps | grep 'dnsmasq' | grep -v grep 2>/dev/null`"
|
CMD="$(ps 2>/dev/null | grep 'dnsmasq' | grep -v grep 2>/dev/null)"
|
||||||
if [ ! -z "$CMD" ]; then
|
if [ ! -z "$CMD" ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CMD="`ps ax | grep -e '[a-zA-Z]\{0,2\} \{1,\}dnsmasq' | grep -v grep 2>/dev/null`"
|
CMD="$(ps ax 2>/dev/null | grep -e '[a-zA-Z]\{0,2\} \{1,\}dnsmasq' | grep -v grep 2>/dev/null)"
|
||||||
if [ ! -z "$CMD" ]; then
|
if [ ! -z "$CMD" ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CMD="`ps ax | grep /usr/sbin/dnsmasq | grep -v grep 2>/dev/null`"
|
CMD="$(ps ax 2>/dev/null | grep /usr/sbin/dnsmasq | grep -v grep 2>/dev/null)"
|
||||||
if [ ! -z "$CMD" ]; then
|
if [ ! -z "$CMD" ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
CMD="`ps ax | grep 'dnsmasq' | grep -v grep 2>/dev/null`"
|
CMD="$(ps ax 2>/dev/null | grep 'dnsmasq' | grep -v grep 2>/dev/null)"
|
||||||
if [ ! -z "$CMD" ]; then
|
if [ ! -z "$CMD" ]; then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
@@ -93,15 +108,15 @@ restart_dnsmasq()
|
|||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PID=`echo "$CMD" | awk '{print $1}'`
|
PID="$(echo "$CMD" | awk '{print $1}')"
|
||||||
if [ ! -d "/proc/$PID" ]; then
|
if [ ! -d "/proc/$PID" ]; then
|
||||||
echo "dnsmasq is not running"
|
echo "dnsmasq is not running"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kill -9 $PID
|
kill -9 "$PID"
|
||||||
|
|
||||||
DNSMASQ_CMD="`echo $CMD | awk '{for(i=5; i<=NF;i++)printf \$i " "}'`"
|
DNSMASQ_CMD="$(echo "$CMD" | awk '{for(i=5; i<=NF;i++)printf $i " "}')"
|
||||||
|
|
||||||
$DNSMASQ_CMD
|
$DNSMASQ_CMD
|
||||||
}
|
}
|
||||||
@@ -109,21 +124,20 @@ restart_dnsmasq()
|
|||||||
get_server_ip()
|
get_server_ip()
|
||||||
{
|
{
|
||||||
CONF_FILE=$1
|
CONF_FILE=$1
|
||||||
IPS="`ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F: '{print $2}'`"
|
IPS="$(ifconfig | grep "inet addr" | grep -v ":127" | grep "Bcast" | awk '{print $2}' | awk -F: '{print $2}')"
|
||||||
LOCAL_SERVER_IP=""
|
|
||||||
for IP in $IPS
|
for IP in $IPS
|
||||||
do
|
do
|
||||||
N=3
|
N=3
|
||||||
while [ $N -gt 0 ]
|
while [ $N -gt 0 ]
|
||||||
do
|
do
|
||||||
ADDR=`echo $IP | awk -F. "{for(i=1;i<=$N;i++)printf \\$i\".\"}"`
|
ADDR="$(echo "$IP" | awk -F. "{for(i=1;i<="$N";i++)printf \$i\".\"}")"
|
||||||
grep "dhcp-range=" $CONF_FILE | grep $ADDR >/dev/null 2>&1
|
grep "dhcp-range=" "$CONF_FILE" | grep "$ADDR" >/dev/null 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
SERVER_TAG="`grep "^dhcp-range *=" $CONF_FILE | grep $ADDR | awk -F= '{print $2}' | awk -F, '{print $1}'`"
|
SERVER_TAG="$(grep "^dhcp-range *=" "$CONF_FILE" | grep "$ADDR" | awk -F= '{print $2}' | awk -F, '{print $1}')"
|
||||||
LOCAL_SERVER_IP="$IP"
|
LOCAL_SERVER_IP="$IP"
|
||||||
return 0
|
return 1
|
||||||
fi
|
fi
|
||||||
N="`expr $N - 1`"
|
N=$((N-1))
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
@@ -137,19 +151,20 @@ set_dnsmasq_conf()
|
|||||||
local CONF_FILE=$1
|
local CONF_FILE=$1
|
||||||
|
|
||||||
get_server_ip $CONF_FILE
|
get_server_ip $CONF_FILE
|
||||||
|
|
||||||
if [ "$LOCAL_SERVER_IP" ] && [ "$SERVER_TAG" ]; then
|
if [ "$LOCAL_SERVER_IP" ] && [ "$SERVER_TAG" ]; then
|
||||||
grep "dhcp-option *=" $CONF_FILE | grep "$SERVER_TAG,6,$LOCAL_SERVER_IP" > /dev/null 2>&1
|
grep "dhcp-option *=" "$CONF_FILE" | grep "$SERVER_TAG,6,$LOCAL_SERVER_IP" > /dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
sed -i "/^dhcp-option *=$SERVER_TAG,6,/d" $CONF_FILE
|
sed -i "/^dhcp-option *=$SERVER_TAG,6,/d" "$CONF_FILE"
|
||||||
echo "dhcp-option=$SERVER_TAG,6,$LOCAL_SERVER_IP" >> $CONF_FILE
|
echo "dhcp-option=$SERVER_TAG,6,$LOCAL_SERVER_IP" >> "$CONF_FILE"
|
||||||
RESTART_DNSMASQ=1
|
RESTART_DNSMASQ=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
grep "^port *=0" $CONF_FILE > /dev/null 2>&1
|
grep "^port *=0" "$CONF_FILE" > /dev/null 2>&1
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
sed -i "/^port *=/d" $CONF_FILE
|
sed -i "/^port *=/d" "$CONF_FILE"
|
||||||
echo "port=0" >> $CONF_FILE
|
echo "port=0" >> "$CONF_FILE"
|
||||||
RESTART_DNSMASQ=1
|
RESTART_DNSMASQ=1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -164,7 +179,7 @@ set_dnsmasq()
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set_dnsmasq_conf $conf
|
set_dnsmasq_conf "$conf"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $RESTART_DNSMASQ -ne 0 ]; then
|
if [ $RESTART_DNSMASQ -ne 0 ]; then
|
||||||
@@ -178,18 +193,18 @@ clear_dnsmasq_conf()
|
|||||||
local SERVER_TAG=""
|
local SERVER_TAG=""
|
||||||
local CONF_FILE=$1
|
local CONF_FILE=$1
|
||||||
|
|
||||||
get_server_ip $CONF_FILE
|
get_server_ip "$CONF_FILE"
|
||||||
if [ "$LOCAL_SERVER_IP" ] && [ "$SERVER_TAG" ]; then
|
if [ "$LOCAL_SERVER_IP" ] && [ "$SERVER_TAG" ]; then
|
||||||
grep "dhcp-option *=" $CONF_FILE | grep "$SERVER_TAG,6,$LOCAL_SERVER_IP" > /dev/null 2>&1
|
grep "dhcp-option *=" "$CONF_FILE" | grep "$SERVER_TAG,6,$LOCAL_SERVER_IP" > /dev/null 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
sed -i "/^dhcp-option *=$SERVER_TAG,6,/d" $CONF_FILE
|
sed -i "/^dhcp-option *=$SERVER_TAG,6,/d" "$CONF_FILE"
|
||||||
RESTART_DNSMASQ=1
|
RESTART_DNSMASQ=1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
grep "^port *=" $CONF_FILE > /dev/null 2>&1
|
grep "^port *=" "$CONF_FILE" > /dev/null 2>&1
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
sed -i "/^port *=/d" $CONF_FILE
|
sed -i "/^port *=/d" "$CONF_FILE"
|
||||||
RESTART_DNSMASQ=1
|
RESTART_DNSMASQ=1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@@ -204,7 +219,7 @@ clear_dnsmasq()
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clear_dnsmasq_conf $conf
|
clear_dnsmasq_conf "$conf"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ $RESTART_DNSMASQ -ne 0 ]; then
|
if [ $RESTART_DNSMASQ -ne 0 ]; then
|
||||||
@@ -217,11 +232,11 @@ set_smartdns_port()
|
|||||||
if [ "$SMARTDNS_WORKMODE" = "0" ]; then
|
if [ "$SMARTDNS_WORKMODE" = "0" ]; then
|
||||||
return 0
|
return 0
|
||||||
elif [ "$SMARTDNS_WORKMODE" = "1" ]; then
|
elif [ "$SMARTDNS_WORKMODE" = "1" ]; then
|
||||||
sed -i "s/^\(bind .*\):53 *\(.*\)\$/\1:$SMARTDNS_PORT \2/g" $SMARTDNS_CONF
|
sed -i "s/^\\(bind .*\\):53 *\\(.*\\)\$/\\1:$SMARTDNS_PORT \\2/g" $SMARTDNS_CONF
|
||||||
sed -i "s/^\(bind-tcp .*\):53 *\(.*\)\$/\1:$SMARTDNS_PORT \2/g" $SMARTDNS_CONF
|
sed -i "s/^\\(bind-tcp .*\\):53 *\\(.*\\)\$/\\1:$SMARTDNS_PORT \\2/g" $SMARTDNS_CONF
|
||||||
elif [ "$SMARTDNS_WORKMODE" = "2" ]; then
|
elif [ "$SMARTDNS_WORKMODE" = "2" ]; then
|
||||||
sed -i "s/^\(bind .*\):$SMARTDNS_PORT *\(.*\)\$/\1:53 \2/g" $SMARTDNS_CONF
|
sed -i "s/^\\(bind .*\\):$SMARTDNS_PORT *\\(.*\\)\$/\\1:53 \\2/g" $SMARTDNS_CONF
|
||||||
sed -i "s/^\(bind-tcp .*\):$SMARTDNS_PORT *\(.*\)\$/\1:53 \2/g" $SMARTDNS_CONF
|
sed -i "s/^\\(bind-tcp .*\\):$SMARTDNS_PORT *\\(.*\\)\$/\\1:53 \\2/g" $SMARTDNS_CONF
|
||||||
else
|
else
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
@@ -271,7 +286,7 @@ get_tz()
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tz="`cat $tzfile 2>/dev/null`"
|
tz="$(cat $tzfile 2>/dev/null)"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -z "$tz" ]; then
|
if [ -z "$tz" ]; then
|
||||||
@@ -296,7 +311,7 @@ case "$1" in
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
status)
|
status)
|
||||||
pid="`cat $SMARTDNS_PID |head -n 1 2>/dev/null`"
|
pid="$(cat $SMARTDNS_PID |head -n 1 2>/dev/null)"
|
||||||
if [ -z "$pid" ]; then
|
if [ -z "$pid" ]; then
|
||||||
echo "smartdns not running."
|
echo "smartdns not running."
|
||||||
return 0
|
return 0
|
||||||
@@ -311,7 +326,7 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
stop)
|
stop)
|
||||||
clear_rule
|
clear_rule
|
||||||
pid="`cat $SMARTDNS_PID | head -n 1 2>/dev/null`"
|
pid="$(cat "$SMARTDNS_PID" | head -n 1 2>/dev/null)"
|
||||||
if [ -z "$pid" ]; then
|
if [ -z "$pid" ]; then
|
||||||
echo "smartdns not running."
|
echo "smartdns not running."
|
||||||
return 0
|
return 0
|
||||||
@@ -321,7 +336,7 @@ case "$1" in
|
|||||||
return 0;
|
return 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kill -9 $pid 2>/dev/null
|
kill -9 "$pid" 2>/dev/null
|
||||||
;;
|
;;
|
||||||
restart)
|
restart)
|
||||||
$0 stop
|
$0 stop
|
||||||
|
|||||||
@@ -1,4 +1,19 @@
|
|||||||
#! /bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
chmod +x /opt/usr/sbin/smartdns
|
chmod +x /opt/usr/sbin/smartdns
|
||||||
chmod +x /opt/etc/init.d/S50smartdns
|
chmod +x /opt/etc/init.d/S50smartdns
|
||||||
|
|||||||
@@ -1,3 +1,18 @@
|
|||||||
#! /bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
/opt/etc/init.d/S50smartdns stop
|
/opt/etc/init.d/S50smartdns stop
|
||||||
|
|||||||
@@ -1,5 +1,19 @@
|
|||||||
#/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
CURR_DIR=$(cd $(dirname $0);pwd)
|
CURR_DIR=$(cd $(dirname $0);pwd)
|
||||||
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
VER="`date +"1.%Y.%m.%d-%H%M"`"
|
||||||
SMARTDNS_DIR=$CURR_DIR/../../
|
SMARTDNS_DIR=$CURR_DIR/../../
|
||||||
@@ -33,6 +47,11 @@ build()
|
|||||||
cp $SMARTDNS_OPT $ROOT/opt/etc/smartdns/
|
cp $SMARTDNS_OPT $ROOT/opt/etc/smartdns/
|
||||||
cp $CURR_DIR/S50smartdns $ROOT/opt/etc/init.d/
|
cp $CURR_DIR/S50smartdns $ROOT/opt/etc/init.d/
|
||||||
cp $SMARTDNS_BIN $ROOT/opt/usr/sbin
|
cp $SMARTDNS_BIN $ROOT/opt/usr/sbin
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo "copy smartdns file failed."
|
||||||
|
rm -fr $ROOT/
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
sed -i "s/# *server-name smartdns/server-name smartdns/g" $ROOT/opt/etc/smartdns/smartdns.conf
|
sed -i "s/# *server-name smartdns/server-name smartdns/g" $ROOT/opt/etc/smartdns/smartdns.conf
|
||||||
sed -i "s/^Architecture.*/Architecture: $ARCH/g" $ROOT/control/control
|
sed -i "s/^Architecture.*/Architecture: $ARCH/g" $ROOT/control/control
|
||||||
|
|||||||
46
src/Makefile
46
src/Makefile
@@ -1,22 +1,44 @@
|
|||||||
|
|
||||||
|
# Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
#
|
||||||
|
# smartdns 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.
|
||||||
|
#
|
||||||
|
# smartdns 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/>.
|
||||||
|
|
||||||
BIN=smartdns
|
BIN=smartdns
|
||||||
OBJS_LIB=lib/rbtree.o lib/art.o lib/bitops.o lib/radix.o lib/conf.o
|
OBJS_LIB=lib/rbtree.o lib/art.o lib/bitops.o lib/radix.o lib/conf.o
|
||||||
OBJS=smartdns.o fast_ping.o dns_client.o dns_server.o dns.o util.o tlog.o dns_conf.o dns_cache.o http_parse.o $(OBJS_LIB)
|
OBJS=smartdns.o fast_ping.o dns_client.o dns_server.o dns.o util.o tlog.o dns_conf.o dns_cache.o http_parse.o $(OBJS_LIB)
|
||||||
CFLAGS +=-O2 -g -Wall -Wstrict-prototypes -fno-omit-frame-pointer -Wstrict-aliasing
|
|
||||||
CFLAGS +=-Iinclude
|
# cflags
|
||||||
CFLAGS += -DBASE_FILE_NAME=\"$(notdir $<)\"
|
ifndef CFLAGS
|
||||||
ifdef VER
|
CFLAGS =-O2 -g -Wall -Wstrict-prototypes -fno-omit-frame-pointer -Wstrict-aliasing
|
||||||
CFLAGS += -DSMARTDNS_VERION=\"$(VER)\"
|
|
||||||
endif
|
endif
|
||||||
CXXFLAGS=-O2 -g -Wall -std=c++11
|
override CFLAGS +=-Iinclude
|
||||||
CXXFLAGS +=-Iinclude
|
override CFLAGS += -DBASE_FILE_NAME=\"$(notdir $<)\"
|
||||||
ifeq ($(STATIC), yes)
|
ifdef VER
|
||||||
LDFLAGS += -lssl -lcrypto -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -ldl -static
|
override CFLAGS += -DSMARTDNS_VERION=\"$(VER)\"
|
||||||
else
|
|
||||||
LDFLAGS += -lssl -lcrypto -lpthread
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all
|
CXXFLAGS=-O2 -g -Wall -std=c++11
|
||||||
|
override CXXFLAGS +=-Iinclude
|
||||||
|
|
||||||
|
# ldflags
|
||||||
|
ifeq ($(STATIC), yes)
|
||||||
|
override LDFLAGS += -lssl -lcrypto -Wl,--whole-archive -lpthread -Wl,--no-whole-archive -ldl -static
|
||||||
|
else
|
||||||
|
override LDFLAGS += -lssl -lcrypto -lpthread
|
||||||
|
endif
|
||||||
|
|
||||||
|
.PHONY: all clean
|
||||||
|
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
|
||||||
|
|||||||
55
src/dns.c
55
src/dns.c
@@ -1,6 +1,6 @@
|
|||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
*
|
*
|
||||||
* smartdns is free software: you can redistribute it and/or modify
|
* smartdns is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#include "dns.h"
|
#include "dns.h"
|
||||||
#include "tlog.h"
|
|
||||||
#include "stringutil.h"
|
#include "stringutil.h"
|
||||||
|
#include "tlog.h"
|
||||||
|
#include <arpa/inet.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <arpa/inet.h>
|
|
||||||
|
|
||||||
#define QR_MASK 0x8000
|
#define QR_MASK 0x8000
|
||||||
#define OPCODE_MASK 0x7800
|
#define OPCODE_MASK 0x7800
|
||||||
@@ -305,7 +305,8 @@ static int _dns_get_qr_head(struct dns_data_context *data_context, char *domain,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_add_rr_head(struct dns_data_context *data_context, char *domain, int qtype, int qclass, int ttl, int rr_len)
|
static int _dns_add_rr_head(struct dns_data_context *data_context, char *domain, int qtype, int qclass, int ttl,
|
||||||
|
int rr_len)
|
||||||
{
|
{
|
||||||
int len = 0;
|
int len = 0;
|
||||||
|
|
||||||
@@ -333,7 +334,8 @@ static int _dns_add_rr_head(struct dns_data_context *data_context, char *domain,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_get_rr_head(struct dns_data_context *data_context, char *domain, int maxsize, int *qtype, int *qclass, int *ttl, int *rr_len)
|
static int _dns_get_rr_head(struct dns_data_context *data_context, char *domain, int maxsize, int *qtype, int *qclass,
|
||||||
|
int *ttl, int *rr_len)
|
||||||
{
|
{
|
||||||
int len = 0;
|
int len = 0;
|
||||||
|
|
||||||
@@ -358,7 +360,8 @@ static int _dns_get_rr_head(struct dns_data_context *data_context, char *domain,
|
|||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_add_RAW(struct dns_packet *packet, dns_rr_type rrtype, dns_type_t rtype, char *domain, int ttl, void *raw, int raw_len)
|
static int _dns_add_RAW(struct dns_packet *packet, dns_rr_type rrtype, dns_type_t rtype, char *domain, int ttl,
|
||||||
|
void *raw, int raw_len)
|
||||||
{
|
{
|
||||||
int maxlen = 0;
|
int maxlen = 0;
|
||||||
int len = 0;
|
int len = 0;
|
||||||
@@ -451,14 +454,16 @@ static int _dns_add_opt_RAW(struct dns_packet *packet, dns_opt_code_t opt_rrtype
|
|||||||
return _dns_add_RAW(packet, DNS_RRS_OPT, DNS_OPT_T_TCP_KEEPALIVE, "", 0, opt_data, len);
|
return _dns_add_RAW(packet, DNS_RRS_OPT, DNS_OPT_T_TCP_KEEPALIVE, "", 0, opt_data, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_get_opt_RAW(struct dns_rrs *rrs, char *domain, int maxsize, int *ttl, struct dns_opt *dns_opt, int *dns_optlen)
|
static int _dns_get_opt_RAW(struct dns_rrs *rrs, char *domain, int maxsize, int *ttl, struct dns_opt *dns_opt,
|
||||||
|
int *dns_optlen)
|
||||||
{
|
{
|
||||||
*dns_optlen = DNS_MAX_OPT_LEN;
|
*dns_optlen = DNS_MAX_OPT_LEN;
|
||||||
|
|
||||||
return _dns_get_RAW(rrs, domain, maxsize, ttl, dns_opt, dns_optlen);
|
return _dns_get_RAW(rrs, domain, maxsize, ttl, dns_opt, dns_optlen);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __attribute__((unused)) _dns_add_OPT(struct dns_packet *packet, dns_rr_type type, unsigned short opt_code, unsigned short opt_len, struct dns_opt *opt)
|
static int __attribute__((unused)) _dns_add_OPT(struct dns_packet *packet, dns_rr_type type, unsigned short opt_code,
|
||||||
|
unsigned short opt_len, struct dns_opt *opt)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
@@ -508,7 +513,8 @@ static int __attribute__((unused)) _dns_add_OPT(struct dns_packet *packet, dns_
|
|||||||
return _dns_rr_add_end(packet, type, DNS_T_OPT, len);
|
return _dns_rr_add_end(packet, type, DNS_T_OPT, len);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int __attribute__((unused)) _dns_get_OPT(struct dns_rrs *rrs, unsigned short *opt_code, unsigned short *opt_len, struct dns_opt *opt, int *opt_maxlen)
|
static int __attribute__((unused)) _dns_get_OPT(struct dns_rrs *rrs, unsigned short *opt_code, unsigned short *opt_len,
|
||||||
|
struct dns_opt *opt, int *opt_maxlen)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
@@ -593,7 +599,8 @@ int dns_get_NS(struct dns_rrs *rrs, char *domain, int maxsize, int *ttl, char *c
|
|||||||
return _dns_get_RAW(rrs, domain, maxsize, ttl, cname, &len);
|
return _dns_get_RAW(rrs, domain, maxsize, ttl, cname, &len);
|
||||||
}
|
}
|
||||||
|
|
||||||
int dns_add_AAAA(struct dns_packet *packet, dns_rr_type type, char *domain, int ttl, unsigned char addr[DNS_RR_AAAA_LEN])
|
int dns_add_AAAA(struct dns_packet *packet, dns_rr_type type, char *domain, int ttl,
|
||||||
|
unsigned char addr[DNS_RR_AAAA_LEN])
|
||||||
{
|
{
|
||||||
return _dns_add_RAW(packet, type, DNS_T_AAAA, domain, ttl, addr, DNS_RR_AAAA_LEN);
|
return _dns_add_RAW(packet, type, DNS_T_AAAA, domain, ttl, addr, DNS_RR_AAAA_LEN);
|
||||||
}
|
}
|
||||||
@@ -622,15 +629,15 @@ int dns_add_SOA(struct dns_packet *packet, dns_rr_type type, char *domain, int t
|
|||||||
ptr += strnlen(soa->mname, DNS_MAX_CNAME_LEN - 1) + 1;
|
ptr += strnlen(soa->mname, DNS_MAX_CNAME_LEN - 1) + 1;
|
||||||
safe_strncpy((char *)ptr, soa->rname, DNS_MAX_CNAME_LEN);
|
safe_strncpy((char *)ptr, soa->rname, DNS_MAX_CNAME_LEN);
|
||||||
ptr += strnlen(soa->rname, DNS_MAX_CNAME_LEN - 1) + 1;
|
ptr += strnlen(soa->rname, DNS_MAX_CNAME_LEN - 1) + 1;
|
||||||
*((unsigned int *)ptr) = soa->serial;
|
memcpy(ptr, &soa->serial, sizeof(unsigned int));
|
||||||
ptr += 4;
|
ptr += 4;
|
||||||
*((unsigned int *)ptr) = soa->refresh;
|
memcpy(ptr, &soa->refresh, sizeof(unsigned int));
|
||||||
ptr += 4;
|
ptr += 4;
|
||||||
*((unsigned int *)ptr) = soa->retry;
|
memcpy(ptr, &soa->retry, sizeof(unsigned int));
|
||||||
ptr += 4;
|
ptr += 4;
|
||||||
*((unsigned int *)ptr) = soa->expire;
|
memcpy(ptr, &soa->expire, sizeof(unsigned int));
|
||||||
ptr += 4;
|
ptr += 4;
|
||||||
*((unsigned int *)ptr) = soa->minimum;
|
memcpy(ptr, &soa->minimum, sizeof(unsigned int));
|
||||||
ptr += 4;
|
ptr += 4;
|
||||||
len = ptr - data;
|
len = ptr - data;
|
||||||
|
|
||||||
@@ -749,7 +756,8 @@ int dns_add_OPT_TCP_KEEYALIVE(struct dns_packet *packet, unsigned short timeout)
|
|||||||
return _dns_add_opt_RAW(packet, DNS_OPT_T_TCP_KEEPALIVE, &timeout_net, data_len);
|
return _dns_add_opt_RAW(packet, DNS_OPT_T_TCP_KEEPALIVE, &timeout_net, data_len);
|
||||||
}
|
}
|
||||||
|
|
||||||
int dns_get_OPT_TCP_KEEYALIVE(struct dns_rrs *rrs, unsigned short *opt_code, unsigned short *opt_len, unsigned short *timeout)
|
int dns_get_OPT_TCP_KEEYALIVE(struct dns_rrs *rrs, unsigned short *opt_code, unsigned short *opt_len,
|
||||||
|
unsigned short *timeout)
|
||||||
{
|
{
|
||||||
unsigned char opt_data[DNS_MAX_OPT_LEN];
|
unsigned char opt_data[DNS_MAX_OPT_LEN];
|
||||||
struct dns_opt *opt = (struct dns_opt *)opt_data;
|
struct dns_opt *opt = (struct dns_opt *)opt_data;
|
||||||
@@ -961,7 +969,8 @@ static int _dns_decode_domain(struct dns_context *context, char *output, int siz
|
|||||||
}
|
}
|
||||||
ptr = context->data + len;
|
ptr = context->data + len;
|
||||||
if (ptr > context->data + context->maxsize) {
|
if (ptr > context->data + context->maxsize) {
|
||||||
tlog(TLOG_DEBUG, "length is not enough %u:%ld, %p, %p", context->maxsize, (long)(ptr - context->data), context->ptr, context->data);
|
tlog(TLOG_DEBUG, "length is not enough %u:%ld, %p, %p", context->maxsize, (long)(ptr - context->data),
|
||||||
|
context->ptr, context->data);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
is_compressed = 1;
|
is_compressed = 1;
|
||||||
@@ -979,7 +988,8 @@ static int _dns_decode_domain(struct dns_context *context, char *output, int siz
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ptr > context->data + context->maxsize) {
|
if (ptr > context->data + context->maxsize) {
|
||||||
tlog(TLOG_DEBUG, "length is not enough %u:%ld, %p, %p", context->maxsize, (long)(ptr - context->data), context->ptr, context->data);
|
tlog(TLOG_DEBUG, "length is not enough %u:%ld, %p, %p", context->maxsize, (long)(ptr - context->data),
|
||||||
|
context->ptr, context->data);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -988,7 +998,8 @@ static int _dns_decode_domain(struct dns_context *context, char *output, int siz
|
|||||||
/* copy sub string */
|
/* copy sub string */
|
||||||
copy_len = (len < size - output_len) ? len : size - 1 - output_len;
|
copy_len = (len < size - output_len) ? len : size - 1 - output_len;
|
||||||
if ((ptr + copy_len) > (context->data + context->maxsize)) {
|
if ((ptr + copy_len) > (context->data + context->maxsize)) {
|
||||||
tlog(TLOG_DEBUG, "length is not enough %u:%ld, %p, %p", context->maxsize, (long)(ptr - context->data), context->ptr, context->data);
|
tlog(TLOG_DEBUG, "length is not enough %u:%ld, %p, %p", context->maxsize, (long)(ptr - context->data),
|
||||||
|
context->ptr, context->data);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
memcpy(output, ptr, copy_len);
|
memcpy(output, ptr, copy_len);
|
||||||
@@ -1089,7 +1100,8 @@ static int _dns_encode_qr_head(struct dns_context *context, char *domain, int qt
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_decode_rr_head(struct dns_context *context, char *domain, int domain_size, int *qtype, int *qclass, int *ttl, int *rr_len)
|
static int _dns_decode_rr_head(struct dns_context *context, char *domain, int domain_size, int *qtype, int *qclass,
|
||||||
|
int *ttl, int *rr_len)
|
||||||
{
|
{
|
||||||
int len = 0;
|
int len = 0;
|
||||||
|
|
||||||
@@ -1358,7 +1370,8 @@ static int _dns_decode_opt_ecs(struct dns_context *context, struct dns_opt_ecs *
|
|||||||
memcpy(ecs->addr, context->ptr, len);
|
memcpy(ecs->addr, context->ptr, len);
|
||||||
context->ptr += len;
|
context->ptr += len;
|
||||||
|
|
||||||
tlog(TLOG_DEBUG, "ECS: family:%d, source_prefix:%d, scope_prefix:%d, len:%d", ecs->family, ecs->source_prefix, ecs->scope_prefix, len);
|
tlog(TLOG_DEBUG, "ECS: family:%d, source_prefix:%d, scope_prefix:%d, len:%d", ecs->family, ecs->source_prefix,
|
||||||
|
ecs->scope_prefix, len);
|
||||||
tlog(TLOG_DEBUG, "%d.%d.%d.%d", ecs->addr[0], ecs->addr[1], ecs->addr[2], ecs->addr[3]);
|
tlog(TLOG_DEBUG, "%d.%d.%d.%d", ecs->addr[0], ecs->addr[1], ecs->addr[2], ecs->addr[3]);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
33
src/dns.h
33
src/dns.h
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _DNS_HEAD_H
|
#ifndef _DNS_HEAD_H
|
||||||
#define _DNS_HEAD_H
|
#define _DNS_HEAD_H
|
||||||
|
|
||||||
@@ -26,7 +44,10 @@ typedef enum dns_rr_type {
|
|||||||
DNS_RRS_END,
|
DNS_RRS_END,
|
||||||
} dns_rr_type;
|
} dns_rr_type;
|
||||||
|
|
||||||
typedef enum dns_class { DNS_C_IN = 1, DNS_C_ANY = 255 } dns_class_t;
|
typedef enum dns_class {
|
||||||
|
DNS_C_IN = 1, // DNS C IN
|
||||||
|
DNS_C_ANY = 255
|
||||||
|
} dns_class_t;
|
||||||
|
|
||||||
typedef enum dns_type {
|
typedef enum dns_type {
|
||||||
DNS_T_A = 1,
|
DNS_T_A = 1,
|
||||||
@@ -46,7 +67,7 @@ typedef enum dns_type {
|
|||||||
} dns_type_t;
|
} dns_type_t;
|
||||||
|
|
||||||
typedef enum dns_opt_code {
|
typedef enum dns_opt_code {
|
||||||
DNS_OPT_T_ECS = 8,
|
DNS_OPT_T_ECS = 8, // OPT ECS
|
||||||
DNS_OPT_T_TCP_KEEPALIVE = 11,
|
DNS_OPT_T_TCP_KEEPALIVE = 11,
|
||||||
DNS_OPT_T_ALL = 255
|
DNS_OPT_T_ALL = 255
|
||||||
} dns_opt_code_t;
|
} dns_opt_code_t;
|
||||||
@@ -89,7 +110,7 @@ struct dns_head {
|
|||||||
unsigned short ancount; /* number of answer entries */
|
unsigned short ancount; /* number of answer entries */
|
||||||
unsigned short nscount; /* number of authority entries */
|
unsigned short nscount; /* number of authority entries */
|
||||||
unsigned short nrcount; /* number of addititional resource entries */
|
unsigned short nrcount; /* number of addititional resource entries */
|
||||||
} __attribute__((packed));
|
} __attribute__((packed, aligned(2)));
|
||||||
|
|
||||||
struct dns_rrs {
|
struct dns_rrs {
|
||||||
unsigned short next;
|
unsigned short next;
|
||||||
@@ -178,7 +199,8 @@ int dns_get_A(struct dns_rrs *rrs, char *domain, int maxsize, int *ttl, unsigned
|
|||||||
int dns_add_PTR(struct dns_packet *packet, dns_rr_type type, char *domain, int ttl, char *cname);
|
int dns_add_PTR(struct dns_packet *packet, dns_rr_type type, char *domain, int ttl, char *cname);
|
||||||
int dns_get_PTR(struct dns_rrs *rrs, char *domain, int maxsize, int *ttl, char *cname, int cname_size);
|
int dns_get_PTR(struct dns_rrs *rrs, char *domain, int maxsize, int *ttl, char *cname, int cname_size);
|
||||||
|
|
||||||
int dns_add_AAAA(struct dns_packet *packet, dns_rr_type type, char *domain, int ttl, unsigned char addr[DNS_RR_AAAA_LEN]);
|
int dns_add_AAAA(struct dns_packet *packet, dns_rr_type type, char *domain, int ttl,
|
||||||
|
unsigned char addr[DNS_RR_AAAA_LEN]);
|
||||||
int dns_get_AAAA(struct dns_rrs *rrs, char *domain, int maxsize, int *ttl, unsigned char addr[DNS_RR_AAAA_LEN]);
|
int dns_get_AAAA(struct dns_rrs *rrs, char *domain, int maxsize, int *ttl, unsigned char addr[DNS_RR_AAAA_LEN]);
|
||||||
|
|
||||||
int dns_add_SOA(struct dns_packet *packet, dns_rr_type type, char *domain, int ttl, struct dns_soa *soa);
|
int dns_add_SOA(struct dns_packet *packet, dns_rr_type type, char *domain, int ttl, struct dns_soa *soa);
|
||||||
@@ -194,7 +216,8 @@ int dns_add_OPT_ECS(struct dns_packet *packet, struct dns_opt_ecs *ecs);
|
|||||||
int dns_get_OPT_ECS(struct dns_rrs *rrs, unsigned short *opt_code, unsigned short *opt_len, struct dns_opt_ecs *ecs);
|
int dns_get_OPT_ECS(struct dns_rrs *rrs, unsigned short *opt_code, unsigned short *opt_len, struct dns_opt_ecs *ecs);
|
||||||
|
|
||||||
int dns_add_OPT_TCP_KEEYALIVE(struct dns_packet *packet, unsigned short timeout);
|
int dns_add_OPT_TCP_KEEYALIVE(struct dns_packet *packet, unsigned short timeout);
|
||||||
int dns_get_OPT_TCP_KEEYALIVE(struct dns_rrs *rrs, unsigned short *opt_code, unsigned short *opt_len, unsigned short *timeout);
|
int dns_get_OPT_TCP_KEEYALIVE(struct dns_rrs *rrs, unsigned short *opt_code, unsigned short *opt_len,
|
||||||
|
unsigned short *timeout);
|
||||||
/*
|
/*
|
||||||
* Packet operation
|
* Packet operation
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "dns_cache.h"
|
#include "dns_cache.h"
|
||||||
#include "stringutil.h"
|
#include "stringutil.h"
|
||||||
#include "tlog.h"
|
#include "tlog.h"
|
||||||
@@ -10,19 +28,25 @@
|
|||||||
struct dns_cache_head {
|
struct dns_cache_head {
|
||||||
DECLARE_HASHTABLE(cache_hash, 10);
|
DECLARE_HASHTABLE(cache_hash, 10);
|
||||||
struct list_head cache_list;
|
struct list_head cache_list;
|
||||||
|
struct list_head inactive_list;
|
||||||
atomic_t num;
|
atomic_t num;
|
||||||
int size;
|
int size;
|
||||||
|
int enable_inactive;
|
||||||
|
int inactive_list_expired;
|
||||||
pthread_mutex_t lock;
|
pthread_mutex_t lock;
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct dns_cache_head dns_cache_head;
|
static struct dns_cache_head dns_cache_head;
|
||||||
|
|
||||||
int dns_cache_init(int size)
|
int dns_cache_init(int size, int enable_inactive, int inactive_list_expired)
|
||||||
{
|
{
|
||||||
INIT_LIST_HEAD(&dns_cache_head.cache_list);
|
INIT_LIST_HEAD(&dns_cache_head.cache_list);
|
||||||
|
INIT_LIST_HEAD(&dns_cache_head.inactive_list);
|
||||||
hash_init(dns_cache_head.cache_hash);
|
hash_init(dns_cache_head.cache_hash);
|
||||||
atomic_set(&dns_cache_head.num, 0);
|
atomic_set(&dns_cache_head.num, 0);
|
||||||
dns_cache_head.size = size;
|
dns_cache_head.size = size;
|
||||||
|
dns_cache_head.enable_inactive = enable_inactive;
|
||||||
|
dns_cache_head.inactive_list_expired = inactive_list_expired;
|
||||||
|
|
||||||
pthread_mutex_init(&dns_cache_head.lock, NULL);
|
pthread_mutex_init(&dns_cache_head.lock, NULL);
|
||||||
|
|
||||||
@@ -31,11 +55,25 @@ int dns_cache_init(int size)
|
|||||||
|
|
||||||
static __attribute__((unused)) struct dns_cache *_dns_cache_last(void)
|
static __attribute__((unused)) struct dns_cache *_dns_cache_last(void)
|
||||||
{
|
{
|
||||||
|
struct dns_cache *dns_cache = NULL;
|
||||||
|
|
||||||
|
dns_cache = list_last_entry(&dns_cache_head.inactive_list, struct dns_cache, list);
|
||||||
|
if (dns_cache) {
|
||||||
|
return dns_cache;
|
||||||
|
}
|
||||||
|
|
||||||
return list_last_entry(&dns_cache_head.cache_list, struct dns_cache, list);
|
return list_last_entry(&dns_cache_head.cache_list, struct dns_cache, list);
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct dns_cache *_dns_cache_first(void)
|
static struct dns_cache *_dns_cache_first(void)
|
||||||
{
|
{
|
||||||
|
struct dns_cache *dns_cache = NULL;
|
||||||
|
|
||||||
|
dns_cache = list_first_entry_or_null(&dns_cache_head.inactive_list, struct dns_cache, list);
|
||||||
|
if (dns_cache) {
|
||||||
|
return dns_cache;
|
||||||
|
}
|
||||||
|
|
||||||
return list_first_entry_or_null(&dns_cache_head.cache_list, struct dns_cache, list);
|
return list_first_entry_or_null(&dns_cache_head.cache_list, struct dns_cache, list);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -74,7 +112,14 @@ static void _dns_cache_remove(struct dns_cache *dns_cache)
|
|||||||
dns_cache_release(dns_cache);
|
dns_cache_release(dns_cache);
|
||||||
}
|
}
|
||||||
|
|
||||||
int dns_cache_replace(char *domain, char *cname, int cname_ttl, int ttl, dns_type_t qtype, unsigned char *addr, int addr_len, int speed)
|
static void _dns_cache_move_inactive(struct dns_cache *dns_cache)
|
||||||
|
{
|
||||||
|
list_del_init(&dns_cache->list);
|
||||||
|
list_add_tail(&dns_cache->list, &dns_cache_head.inactive_list);
|
||||||
|
}
|
||||||
|
|
||||||
|
int dns_cache_replace(char *domain, char *cname, int cname_ttl, int ttl, dns_type_t qtype, unsigned char *addr,
|
||||||
|
int addr_len, int speed)
|
||||||
{
|
{
|
||||||
struct dns_cache *dns_cache = NULL;
|
struct dns_cache *dns_cache = NULL;
|
||||||
|
|
||||||
@@ -85,7 +130,7 @@ int dns_cache_replace(char *domain, char *cname, int cname_ttl, int ttl, dns_typ
|
|||||||
/* lookup existing cache */
|
/* lookup existing cache */
|
||||||
dns_cache = dns_cache_lookup(domain, qtype);
|
dns_cache = dns_cache_lookup(domain, qtype);
|
||||||
if (dns_cache == NULL) {
|
if (dns_cache == NULL) {
|
||||||
return 0;
|
return dns_cache_insert(domain, cname, cname_ttl, ttl, qtype, addr, addr_len, speed);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ttl < DNS_CACHE_TTL_MIN) {
|
if (ttl < DNS_CACHE_TTL_MIN) {
|
||||||
@@ -118,20 +163,24 @@ int dns_cache_replace(char *domain, char *cname, int cname_ttl, int ttl, dns_typ
|
|||||||
safe_strncpy(dns_cache->cname, cname, DNS_MAX_CNAME_LEN);
|
safe_strncpy(dns_cache->cname, cname, DNS_MAX_CNAME_LEN);
|
||||||
dns_cache->cname_ttl = cname_ttl;
|
dns_cache->cname_ttl = cname_ttl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
list_del_init(&dns_cache->list);
|
||||||
|
list_add_tail(&dns_cache->list, &dns_cache_head.cache_list);
|
||||||
pthread_mutex_unlock(&dns_cache_head.lock);
|
pthread_mutex_unlock(&dns_cache_head.lock);
|
||||||
|
|
||||||
dns_cache_release(dns_cache);
|
dns_cache_release(dns_cache);
|
||||||
return 0;
|
return 0;
|
||||||
errout_unlock:
|
errout_unlock:
|
||||||
pthread_mutex_unlock(&dns_cache_head.lock);
|
pthread_mutex_unlock(&dns_cache_head.lock);
|
||||||
// errout:
|
// errout:
|
||||||
if (dns_cache) {
|
if (dns_cache) {
|
||||||
dns_cache_release(dns_cache);
|
dns_cache_release(dns_cache);
|
||||||
}
|
}
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int dns_cache_insert(char *domain, char *cname, int cname_ttl, int ttl, dns_type_t qtype, unsigned char *addr, int addr_len, int speed)
|
int dns_cache_insert(char *domain, char *cname, int cname_ttl, int ttl, dns_type_t qtype, unsigned char *addr,
|
||||||
|
int addr_len, int speed)
|
||||||
{
|
{
|
||||||
uint32_t key = 0;
|
uint32_t key = 0;
|
||||||
struct dns_cache *dns_cache = NULL;
|
struct dns_cache *dns_cache = NULL;
|
||||||
@@ -245,7 +294,7 @@ struct dns_cache *dns_cache_lookup(char *domain, dns_type_t qtype)
|
|||||||
|
|
||||||
if (dns_cache_ret) {
|
if (dns_cache_ret) {
|
||||||
/* Return NULL if the cache times out */
|
/* Return NULL if the cache times out */
|
||||||
if (now - dns_cache_ret->insert_time > dns_cache_ret->ttl) {
|
if (dns_cache_head.enable_inactive == 0 && (now - dns_cache_ret->insert_time > dns_cache_ret->ttl)) {
|
||||||
_dns_cache_remove(dns_cache_ret);
|
_dns_cache_remove(dns_cache_ret);
|
||||||
dns_cache_ret = NULL;
|
dns_cache_ret = NULL;
|
||||||
} else {
|
} else {
|
||||||
@@ -310,6 +359,27 @@ void dns_cache_update(struct dns_cache *dns_cache)
|
|||||||
pthread_mutex_unlock(&dns_cache_head.lock);
|
pthread_mutex_unlock(&dns_cache_head.lock);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void _dns_cache_remove_expired_ttl(time_t *now)
|
||||||
|
{
|
||||||
|
struct dns_cache *dns_cache = NULL;
|
||||||
|
struct dns_cache *tmp;
|
||||||
|
int ttl = 0;
|
||||||
|
|
||||||
|
list_for_each_entry_safe(dns_cache, tmp, &dns_cache_head.inactive_list, list)
|
||||||
|
{
|
||||||
|
ttl = dns_cache->insert_time + dns_cache->ttl - *now;
|
||||||
|
if (ttl > 0) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (dns_cache_head.inactive_list_expired + ttl > 0) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
_dns_cache_remove(dns_cache);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
void dns_cache_invalidate(dns_cache_preinvalid_callback callback, int ttl_pre)
|
void dns_cache_invalidate(dns_cache_preinvalid_callback callback, int ttl_pre)
|
||||||
{
|
{
|
||||||
struct dns_cache *dns_cache = NULL;
|
struct dns_cache *dns_cache = NULL;
|
||||||
@@ -338,9 +408,18 @@ void dns_cache_invalidate(dns_cache_preinvalid_callback callback, int ttl_pre)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ttl < 0) {
|
if (ttl < 0) {
|
||||||
|
if (dns_cache_head.enable_inactive) {
|
||||||
|
_dns_cache_move_inactive(dns_cache);
|
||||||
|
} else {
|
||||||
_dns_cache_remove(dns_cache);
|
_dns_cache_remove(dns_cache);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (dns_cache_head.enable_inactive && dns_cache_head.inactive_list_expired != 0) {
|
||||||
|
_dns_cache_remove_expired_ttl(&now);
|
||||||
|
}
|
||||||
|
|
||||||
pthread_mutex_unlock(&dns_cache_head.lock);
|
pthread_mutex_unlock(&dns_cache_head.lock);
|
||||||
|
|
||||||
list_for_each_entry_safe(dns_cache, tmp, &checklist, check_list)
|
list_for_each_entry_safe(dns_cache, tmp, &checklist, check_list)
|
||||||
@@ -358,6 +437,11 @@ void dns_cache_destroy(void)
|
|||||||
struct dns_cache *dns_cache = NULL;
|
struct dns_cache *dns_cache = NULL;
|
||||||
struct dns_cache *tmp;
|
struct dns_cache *tmp;
|
||||||
pthread_mutex_lock(&dns_cache_head.lock);
|
pthread_mutex_lock(&dns_cache_head.lock);
|
||||||
|
list_for_each_entry_safe(dns_cache, tmp, &dns_cache_head.inactive_list, list)
|
||||||
|
{
|
||||||
|
_dns_cache_delete(dns_cache);
|
||||||
|
}
|
||||||
|
|
||||||
list_for_each_entry_safe(dns_cache, tmp, &dns_cache_head.cache_list, list)
|
list_for_each_entry_safe(dns_cache, tmp, &dns_cache_head.cache_list, list)
|
||||||
{
|
{
|
||||||
_dns_cache_delete(dns_cache);
|
_dns_cache_delete(dns_cache);
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _SMARTDNS_CACHE_H
|
#ifndef _SMARTDNS_CACHE_H
|
||||||
#define _SMARTDNS_CACHE_H
|
#define _SMARTDNS_CACHE_H
|
||||||
|
|
||||||
@@ -37,11 +55,13 @@ struct dns_cache {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
int dns_cache_init(int size);
|
int dns_cache_init(int size, int enable_inactive, int inactive_list_expired);
|
||||||
|
|
||||||
int dns_cache_replace(char *domain, char *cname, int cname_ttl, int ttl, dns_type_t qtype, unsigned char *addr, int addr_len, int speed);
|
int dns_cache_replace(char *domain, char *cname, int cname_ttl, int ttl, dns_type_t qtype, unsigned char *addr,
|
||||||
|
int addr_len, int speed);
|
||||||
|
|
||||||
int dns_cache_insert(char *domain, char *cname, int cname_ttl, int ttl, dns_type_t qtype, unsigned char *addr, int addr_len, int speed);
|
int dns_cache_insert(char *domain, char *cname, int cname_ttl, int ttl, dns_type_t qtype, unsigned char *addr,
|
||||||
|
int addr_len, int speed);
|
||||||
|
|
||||||
struct dns_cache *dns_cache_lookup(char *domain, dns_type_t qtype);
|
struct dns_cache *dns_cache_lookup(char *domain, dns_type_t qtype);
|
||||||
|
|
||||||
|
|||||||
491
src/dns_client.c
491
src/dns_client.c
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _SMART_DNS_CLIENT_H
|
#ifndef _SMART_DNS_CLIENT_H
|
||||||
#define _SMART_DNS_CLIENT_H
|
#define _SMART_DNS_CLIENT_H
|
||||||
|
|
||||||
@@ -34,8 +52,9 @@ int dns_client_init(void);
|
|||||||
int dns_client_set_ecs(char *ip, int subnet);
|
int dns_client_set_ecs(char *ip, int subnet);
|
||||||
|
|
||||||
/* query result notify function */
|
/* query result notify function */
|
||||||
typedef int (*dns_client_callback)(char *domain, dns_result_type rtype, unsigned int result_flag, struct dns_packet *packet, unsigned char *inpacket,
|
typedef int (*dns_client_callback)(char *domain, dns_result_type rtype, unsigned int result_flag,
|
||||||
int inpacket_len, void *user_ptr);
|
struct dns_packet *packet, unsigned char *inpacket, int inpacket_len,
|
||||||
|
void *user_ptr);
|
||||||
|
|
||||||
/* query domain */
|
/* query domain */
|
||||||
int dns_client_query(char *domain, int qtype, dns_client_callback callback, void *user_ptr, const char *group_name);
|
int dns_client_query(char *domain, int qtype, dns_client_callback callback, void *user_ptr, const char *group_name);
|
||||||
@@ -51,6 +70,7 @@ struct client_dns_server_flag_tls {
|
|||||||
int spi_len;
|
int spi_len;
|
||||||
char hostname[DNS_MAX_CNAME_LEN];
|
char hostname[DNS_MAX_CNAME_LEN];
|
||||||
char tls_host_verify[DNS_MAX_CNAME_LEN];
|
char tls_host_verify[DNS_MAX_CNAME_LEN];
|
||||||
|
char skip_check_cert;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct client_dns_server_flag_https {
|
struct client_dns_server_flag_https {
|
||||||
@@ -60,6 +80,7 @@ struct client_dns_server_flag_https {
|
|||||||
char httphost[DNS_MAX_CNAME_LEN];
|
char httphost[DNS_MAX_CNAME_LEN];
|
||||||
char path[DNS_MAX_CNAME_LEN];
|
char path[DNS_MAX_CNAME_LEN];
|
||||||
char tls_host_verify[DNS_MAX_CNAME_LEN];
|
char tls_host_verify[DNS_MAX_CNAME_LEN];
|
||||||
|
char skip_check_cert;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct client_dns_server_flags {
|
struct client_dns_server_flags {
|
||||||
@@ -77,7 +98,8 @@ struct client_dns_server_flags {
|
|||||||
int dns_client_spki_decode(const char *spki, unsigned char *spki_data_out);
|
int dns_client_spki_decode(const char *spki, unsigned char *spki_data_out);
|
||||||
|
|
||||||
/* add remote dns server */
|
/* add remote dns server */
|
||||||
int dns_client_add_server(char *server_ip, int port, dns_server_type_t server_type, struct client_dns_server_flags *flags);
|
int dns_client_add_server(char *server_ip, int port, dns_server_type_t server_type,
|
||||||
|
struct client_dns_server_flags *flags);
|
||||||
|
|
||||||
/* remove remote dns server */
|
/* remove remote dns server */
|
||||||
int dns_client_remove_server(char *server_ip, int port, dns_server_type_t server_type);
|
int dns_client_remove_server(char *server_ip, int port, dns_server_type_t server_type);
|
||||||
|
|||||||
485
src/dns_conf.c
485
src/dns_conf.c
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "dns_conf.h"
|
#include "dns_conf.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "rbtree.h"
|
#include "rbtree.h"
|
||||||
@@ -30,6 +48,8 @@ int dns_conf_tcp_idle_time = 120;
|
|||||||
/* cache */
|
/* cache */
|
||||||
int dns_conf_cachesize = DEFAULT_DNS_CACHE_SIZE;
|
int dns_conf_cachesize = DEFAULT_DNS_CACHE_SIZE;
|
||||||
int dns_conf_prefetch = 0;
|
int dns_conf_prefetch = 0;
|
||||||
|
int dns_conf_serve_expired = 0;
|
||||||
|
int dns_conf_serve_expired_ttl = 0;
|
||||||
|
|
||||||
/* upstream servers */
|
/* upstream servers */
|
||||||
struct dns_servers dns_conf_servers[DNS_MAX_SERVERS];
|
struct dns_servers dns_conf_servers[DNS_MAX_SERVERS];
|
||||||
@@ -40,6 +60,7 @@ struct dns_domain_check_order dns_conf_check_order = {
|
|||||||
.order = {DOMAIN_CHECK_ICMP, DOMAIN_CHECK_TCP},
|
.order = {DOMAIN_CHECK_ICMP, DOMAIN_CHECK_TCP},
|
||||||
.tcp_port = 80,
|
.tcp_port = 80,
|
||||||
};
|
};
|
||||||
|
int dns_has_cap_ping = 0;
|
||||||
|
|
||||||
/* logging */
|
/* logging */
|
||||||
int dns_conf_log_level = TLOG_ERROR;
|
int dns_conf_log_level = TLOG_ERROR;
|
||||||
@@ -47,6 +68,10 @@ char dns_conf_log_file[DNS_MAX_PATH];
|
|||||||
size_t dns_conf_log_size = 1024 * 1024;
|
size_t dns_conf_log_size = 1024 * 1024;
|
||||||
int dns_conf_log_num = 8;
|
int dns_conf_log_num = 8;
|
||||||
|
|
||||||
|
/* CA file */
|
||||||
|
char dns_conf_ca_file[DNS_MAX_PATH];
|
||||||
|
char dns_conf_ca_path[DNS_MAX_PATH];
|
||||||
|
|
||||||
/* auditing */
|
/* auditing */
|
||||||
int dns_conf_audit_enable = 0;
|
int dns_conf_audit_enable = 0;
|
||||||
int dns_conf_audit_log_SOA;
|
int dns_conf_audit_log_SOA;
|
||||||
@@ -76,6 +101,49 @@ struct dns_edns_client_subnet dns_conf_ipv6_ecs;
|
|||||||
|
|
||||||
char dns_conf_sni_proxy_ip[DNS_MAX_IPLEN];
|
char dns_conf_sni_proxy_ip[DNS_MAX_IPLEN];
|
||||||
|
|
||||||
|
static int _get_domain(char *value, char *domain, int max_dmain_size, char **ptr_after_domain)
|
||||||
|
{
|
||||||
|
char *begin = NULL;
|
||||||
|
char *end = NULL;
|
||||||
|
int len = 0;
|
||||||
|
|
||||||
|
/* first field */
|
||||||
|
begin = strstr(value, "/");
|
||||||
|
if (begin == NULL) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* second field */
|
||||||
|
begin++;
|
||||||
|
end = strstr(begin, "/");
|
||||||
|
if (end == NULL) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* remove prefix . */
|
||||||
|
while (*begin == '.') {
|
||||||
|
begin++;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Get domain */
|
||||||
|
len = end - begin;
|
||||||
|
if (len >= max_dmain_size) {
|
||||||
|
tlog(TLOG_ERROR, "domain name %s too long", value);
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
memcpy(domain, begin, len);
|
||||||
|
domain[len] = '\0';
|
||||||
|
|
||||||
|
if (ptr_after_domain) {
|
||||||
|
*ptr_after_domain = end + 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
errout:
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
/* create and get dns server group */
|
/* create and get dns server group */
|
||||||
static struct dns_server_groups *_dns_conf_get_group(const char *group_name)
|
static struct dns_server_groups *_dns_conf_get_group(const char *group_name)
|
||||||
{
|
{
|
||||||
@@ -182,6 +250,7 @@ static int _config_server(int argc, char *argv[], dns_server_type_t type, int de
|
|||||||
{"spki-pin", required_argument, NULL, 'p'}, /* check SPKI pin */
|
{"spki-pin", required_argument, NULL, 'p'}, /* check SPKI pin */
|
||||||
{"host-name", required_argument, NULL, 'h'}, /* host name */
|
{"host-name", required_argument, NULL, 'h'}, /* host name */
|
||||||
{"http-host", required_argument, NULL, 'H'}, /* http host */
|
{"http-host", required_argument, NULL, 'H'}, /* http host */
|
||||||
|
{"no-check-certificate", no_argument, NULL, 'N'}, /* do not check certificate */
|
||||||
{"tls-host-verify", required_argument, NULL, 'V' }, /* verify tls hostname */
|
{"tls-host-verify", required_argument, NULL, 'V' }, /* verify tls hostname */
|
||||||
{"group", required_argument, NULL, 'g'}, /* add to group */
|
{"group", required_argument, NULL, 'g'}, /* add to group */
|
||||||
{"exclude-default-group", no_argument, NULL, 'E'}, /* ecluse this from default group */
|
{"exclude-default-group", no_argument, NULL, 'E'}, /* ecluse this from default group */
|
||||||
@@ -193,6 +262,7 @@ static int _config_server(int argc, char *argv[], dns_server_type_t type, int de
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ip = argv[1];
|
||||||
if (index >= DNS_MAX_SERVERS) {
|
if (index >= DNS_MAX_SERVERS) {
|
||||||
tlog(TLOG_WARN, "exceeds max server number, %s", ip);
|
tlog(TLOG_WARN, "exceeds max server number, %s", ip);
|
||||||
return 0;
|
return 0;
|
||||||
@@ -205,8 +275,6 @@ static int _config_server(int argc, char *argv[], dns_server_type_t type, int de
|
|||||||
server->httphost[0] = '\0';
|
server->httphost[0] = '\0';
|
||||||
server->tls_host_verify[0] = '\0';
|
server->tls_host_verify[0] = '\0';
|
||||||
|
|
||||||
ip = argv[1];
|
|
||||||
|
|
||||||
if (type == DNS_SERVER_HTTPS) {
|
if (type == DNS_SERVER_HTTPS) {
|
||||||
if (parse_uri(ip, NULL, server->server, &port, server->path) != 0) {
|
if (parse_uri(ip, NULL, server->server, &port, server->path) != 0) {
|
||||||
return -1;
|
return -1;
|
||||||
@@ -276,6 +344,10 @@ static int _config_server(int argc, char *argv[], dns_server_type_t type, int de
|
|||||||
safe_strncpy(server->tls_host_verify, optarg, DNS_MAX_CNAME_LEN);
|
safe_strncpy(server->tls_host_verify, optarg, DNS_MAX_CNAME_LEN);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case 'N': {
|
||||||
|
server->skip_check_cert = 1;
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -505,58 +577,14 @@ errout:
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _config_ipset(void *data, int argc, char *argv[])
|
static int _conf_domain_rule_ipset(char *domain, const char *ipsetname)
|
||||||
{
|
{
|
||||||
struct dns_ipset_rule *ipset_rule = NULL;
|
struct dns_ipset_rule *ipset_rule = NULL;
|
||||||
char domain[DNS_MAX_CONF_CNAME_LEN];
|
|
||||||
char ipsetname[DNS_MAX_IPSET_NAMELEN];
|
|
||||||
const char *ipset = NULL;
|
const char *ipset = NULL;
|
||||||
char *begin = NULL;
|
|
||||||
char *end = NULL;
|
|
||||||
int len = 0;
|
|
||||||
char *value = argv[1];
|
|
||||||
|
|
||||||
if (argc <= 1) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* first field */
|
|
||||||
begin = strstr(value, "/");
|
|
||||||
if (begin == NULL) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* second field */
|
|
||||||
begin++;
|
|
||||||
end = strstr(begin, "/");
|
|
||||||
if (end == NULL) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* remove prefix . */
|
|
||||||
while (*begin == '.') {
|
|
||||||
begin++;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Get domain */
|
|
||||||
len = end - begin;
|
|
||||||
if (len >= sizeof(domain)) {
|
|
||||||
tlog(TLOG_ERROR, "domain name %s too long", value);
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
memcpy(domain, begin, len);
|
|
||||||
domain[len] = '\0';
|
|
||||||
|
|
||||||
len = strlen(end + 1);
|
|
||||||
if (len <= 0) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Process domain option */
|
/* Process domain option */
|
||||||
if (strncmp(end + 1, "-", sizeof("-")) != 0) {
|
if (strncmp(ipsetname, "-", sizeof("-")) != 0) {
|
||||||
/* new ipset domain */
|
/* new ipset domain */
|
||||||
safe_strncpy(ipsetname, end + 1, DNS_MAX_IPSET_NAMELEN);
|
|
||||||
ipset = _dns_conf_get_ipset(ipsetname);
|
ipset = _dns_conf_get_ipset(ipsetname);
|
||||||
if (ipset == NULL) {
|
if (ipset == NULL) {
|
||||||
goto errout;
|
goto errout;
|
||||||
@@ -587,66 +615,47 @@ errout:
|
|||||||
free(ipset_rule);
|
free(ipset_rule);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tlog(TLOG_ERROR, "add ipset %s failed", ipsetname);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int _config_ipset(void *data, int argc, char *argv[])
|
||||||
|
{
|
||||||
|
char domain[DNS_MAX_CONF_CNAME_LEN];
|
||||||
|
char *value = argv[1];
|
||||||
|
|
||||||
|
if (argc <= 1) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_get_domain(value, domain, DNS_MAX_CONF_CNAME_LEN, &value) != 0) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
return _conf_domain_rule_ipset(domain, value);
|
||||||
|
errout:
|
||||||
tlog(TLOG_ERROR, "add ipset %s failed", value);
|
tlog(TLOG_ERROR, "add ipset %s failed", value);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _config_address(void *data, int argc, char *argv[])
|
static int _conf_domain_rule_address(char *domain, const char *domain_address)
|
||||||
{
|
{
|
||||||
struct dns_address_IPV4 *address_ipv4 = NULL;
|
struct dns_address_IPV4 *address_ipv4 = NULL;
|
||||||
struct dns_address_IPV6 *address_ipv6 = NULL;
|
struct dns_address_IPV6 *address_ipv6 = NULL;
|
||||||
void *address = NULL;
|
void *address = NULL;
|
||||||
char *value = argv[1];
|
|
||||||
char ip[MAX_IP_LEN];
|
char ip[MAX_IP_LEN];
|
||||||
char domain[DNS_MAX_CONF_CNAME_LEN];
|
|
||||||
char *begin = NULL;
|
|
||||||
char *end = NULL;
|
|
||||||
int len = 0;
|
|
||||||
int port;
|
int port;
|
||||||
struct sockaddr_storage addr;
|
struct sockaddr_storage addr;
|
||||||
socklen_t addr_len = sizeof(addr);
|
socklen_t addr_len = sizeof(addr);
|
||||||
enum domain_rule type = 0;
|
enum domain_rule type = 0;
|
||||||
unsigned int flag = 0;
|
unsigned int flag = 0;
|
||||||
|
|
||||||
if (argc <= 1) {
|
if (*(domain_address) == '#') {
|
||||||
goto errout;
|
if (strncmp(domain_address, "#4", sizeof("#4")) == 0) {
|
||||||
}
|
|
||||||
|
|
||||||
/* first field */
|
|
||||||
begin = strstr(value, "/");
|
|
||||||
if (begin == NULL) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* second field */
|
|
||||||
begin++;
|
|
||||||
end = strstr(begin, "/");
|
|
||||||
if (end == NULL) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* remove prefix . */
|
|
||||||
while (*begin == '.') {
|
|
||||||
begin++;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* get domain */
|
|
||||||
len = end - begin;
|
|
||||||
|
|
||||||
if (len >= sizeof(domain)) {
|
|
||||||
tlog(TLOG_ERROR, "domain name %s too long", value);
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
memcpy(domain, begin, len);
|
|
||||||
domain[len] = 0;
|
|
||||||
|
|
||||||
if (*(end + 1) == '#') {
|
|
||||||
if (strncmp(end + 1, "#4", sizeof("#4")) == 0) {
|
|
||||||
flag = DOMAIN_FLAG_ADDR_IPV4_SOA;
|
flag = DOMAIN_FLAG_ADDR_IPV4_SOA;
|
||||||
} else if (strncmp(end + 1, "#6", sizeof("#6")) == 0) {
|
} else if (strncmp(domain_address, "#6", sizeof("#6")) == 0) {
|
||||||
flag = DOMAIN_FLAG_ADDR_IPV6_SOA;
|
flag = DOMAIN_FLAG_ADDR_IPV6_SOA;
|
||||||
} else if (strncmp(end + 1, "#", sizeof("#")) == 0) {
|
} else if (strncmp(domain_address, "#", sizeof("#")) == 0) {
|
||||||
flag = DOMAIN_FLAG_ADDR_SOA;
|
flag = DOMAIN_FLAG_ADDR_SOA;
|
||||||
} else {
|
} else {
|
||||||
goto errout;
|
goto errout;
|
||||||
@@ -658,12 +667,12 @@ static int _config_address(void *data, int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
} else if (*(end + 1) == '-') {
|
} else if (*(domain_address) == '-') {
|
||||||
if (strncmp(end + 1, "-4", sizeof("-4")) == 0) {
|
if (strncmp(domain_address, "-4", sizeof("-4")) == 0) {
|
||||||
flag = DOMAIN_FLAG_ADDR_IPV4_IGN;
|
flag = DOMAIN_FLAG_ADDR_IPV4_IGN;
|
||||||
} else if (strncmp(end + 1, "-6", sizeof("-6")) == 0) {
|
} else if (strncmp(domain_address, "-6", sizeof("-6")) == 0) {
|
||||||
flag = DOMAIN_FLAG_ADDR_IPV6_IGN;
|
flag = DOMAIN_FLAG_ADDR_IPV6_IGN;
|
||||||
} else if (strncmp(end + 1, "-", sizeof("-")) == 0) {
|
} else if (strncmp(domain_address, "-", sizeof("-")) == 0) {
|
||||||
flag = DOMAIN_FLAG_ADDR_IGN;
|
flag = DOMAIN_FLAG_ADDR_IGN;
|
||||||
} else {
|
} else {
|
||||||
goto errout;
|
goto errout;
|
||||||
@@ -677,7 +686,7 @@ static int _config_address(void *data, int argc, char *argv[])
|
|||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
/* set address to domain */
|
/* set address to domain */
|
||||||
if (parse_ip(end + 1, ip, &port) != 0) {
|
if (parse_ip(domain_address, ip, &port) != 0) {
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -735,28 +744,45 @@ errout:
|
|||||||
free(address);
|
free(address);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tlog(TLOG_ERROR, "add address %s, %s failed", domain, domain_address);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int _config_address(void *data, int argc, char *argv[])
|
||||||
|
{
|
||||||
|
char *value = argv[1];
|
||||||
|
char domain[DNS_MAX_CONF_CNAME_LEN];
|
||||||
|
|
||||||
|
if (argc <= 1) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_get_domain(value, domain, DNS_MAX_CONF_CNAME_LEN, &value) != 0) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
return _conf_domain_rule_address(domain, value);
|
||||||
|
errout:
|
||||||
tlog(TLOG_ERROR, "add address %s failed", value);
|
tlog(TLOG_ERROR, "add address %s failed", value);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _config_speed_check_mode(void *data, int argc, char *argv[])
|
static int _config_speed_check_mode_parser(struct dns_domain_check_order *check_order, const char *mode)
|
||||||
{
|
{
|
||||||
char mode[DNS_MAX_OPT_LEN];
|
char tmpbuff[DNS_MAX_OPT_LEN];
|
||||||
char *field;
|
char *field;
|
||||||
char *ptr;
|
char *ptr;
|
||||||
int order = 0;
|
int order = 0;
|
||||||
int port = 80;
|
int port = 80;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
if (argc <= 1) {
|
safe_strncpy(tmpbuff, mode, DNS_MAX_OPT_LEN);
|
||||||
return -1;
|
memset(check_order, 0, sizeof(*check_order));
|
||||||
}
|
|
||||||
|
|
||||||
safe_strncpy(mode, argv[1], sizeof(mode));
|
ptr = tmpbuff;
|
||||||
ptr = mode;
|
|
||||||
do {
|
do {
|
||||||
field = ptr;
|
field = ptr;
|
||||||
ptr = strstr(mode, ",");
|
ptr = strstr(ptr, ",");
|
||||||
if (field == NULL || order >= DOMAIN_CHECK_NUM) {
|
if (field == NULL || order >= DOMAIN_CHECK_NUM) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -766,7 +792,13 @@ static int _config_speed_check_mode(void *data, int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (strncmp(field, "ping", sizeof("ping")) == 0) {
|
if (strncmp(field, "ping", sizeof("ping")) == 0) {
|
||||||
dns_conf_check_order.order[order] = DOMAIN_CHECK_ICMP;
|
if (dns_has_cap_ping == 0) {
|
||||||
|
if (ptr) {
|
||||||
|
ptr++;
|
||||||
|
}
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
check_order->order[order] = DOMAIN_CHECK_ICMP;
|
||||||
} else if (strstr(field, "tcp") == field) {
|
} else if (strstr(field, "tcp") == field) {
|
||||||
char *port_str = strstr(field, ":");
|
char *port_str = strstr(field, ":");
|
||||||
if (port_str) {
|
if (port_str) {
|
||||||
@@ -776,12 +808,12 @@ static int _config_speed_check_mode(void *data, int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dns_conf_check_order.order[order] = DOMAIN_CHECK_TCP;
|
check_order->order[order] = DOMAIN_CHECK_TCP;
|
||||||
dns_conf_check_order.tcp_port = port;
|
check_order->tcp_port = port;
|
||||||
} else if (strncmp(field, "none", sizeof("none")) == 0) {
|
} else if (strncmp(field, "none", sizeof("none")) == 0) {
|
||||||
dns_conf_check_order.order[order] = DOMAIN_CHECK_NONE;
|
check_order->order[order] = DOMAIN_CHECK_NONE;
|
||||||
for (i = order + 1; i < DOMAIN_CHECK_NUM; i++) {
|
for (i = order + 1; i < DOMAIN_CHECK_NUM; i++) {
|
||||||
dns_conf_check_order.order[i] = DOMAIN_CHECK_NONE;
|
check_order->order[i] = DOMAIN_CHECK_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
@@ -791,11 +823,23 @@ static int _config_speed_check_mode(void *data, int argc, char *argv[])
|
|||||||
ptr++;
|
ptr++;
|
||||||
}
|
}
|
||||||
|
|
||||||
} while (1);
|
} while (ptr);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int _config_speed_check_mode(void *data, int argc, char *argv[])
|
||||||
|
{
|
||||||
|
char mode[DNS_MAX_OPT_LEN];
|
||||||
|
|
||||||
|
if (argc <= 1) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
safe_strncpy(mode, argv[1], sizeof(mode));
|
||||||
|
return _config_speed_check_mode_parser(&dns_conf_check_order, mode);
|
||||||
|
}
|
||||||
|
|
||||||
static int _config_bind_ip(int argc, char *argv[], DNS_BIND_TYPE type)
|
static int _config_bind_ip(int argc, char *argv[], DNS_BIND_TYPE type)
|
||||||
{
|
{
|
||||||
int index = dns_conf_bind_ip_num;
|
int index = dns_conf_bind_ip_num;
|
||||||
@@ -817,6 +861,7 @@ static int _config_bind_ip(int argc, char *argv[], DNS_BIND_TYPE type)
|
|||||||
{"no-speed-check", no_argument, NULL, 'S'},
|
{"no-speed-check", no_argument, NULL, 'S'},
|
||||||
{"no-cache", no_argument, NULL, 'C'},
|
{"no-cache", no_argument, NULL, 'C'},
|
||||||
{"no-dualstack-selection", no_argument, NULL, 'D'},
|
{"no-dualstack-selection", no_argument, NULL, 'D'},
|
||||||
|
{"force-aaaa-soa", no_argument, NULL, 'F'},
|
||||||
{NULL, no_argument, NULL, 0}
|
{NULL, no_argument, NULL, 0}
|
||||||
};
|
};
|
||||||
/* clang-format on */
|
/* clang-format on */
|
||||||
@@ -825,6 +870,7 @@ static int _config_bind_ip(int argc, char *argv[], DNS_BIND_TYPE type)
|
|||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ip = argv[1];
|
||||||
if (index >= DNS_MAX_SERVERS) {
|
if (index >= DNS_MAX_SERVERS) {
|
||||||
tlog(TLOG_WARN, "exceeds max server number, %s", ip);
|
tlog(TLOG_WARN, "exceeds max server number, %s", ip);
|
||||||
return 0;
|
return 0;
|
||||||
@@ -833,7 +879,6 @@ static int _config_bind_ip(int argc, char *argv[], DNS_BIND_TYPE type)
|
|||||||
bind_ip = &dns_conf_bind_ip[index];
|
bind_ip = &dns_conf_bind_ip[index];
|
||||||
bind_ip->type = type;
|
bind_ip->type = type;
|
||||||
bind_ip->flags = 0;
|
bind_ip->flags = 0;
|
||||||
ip = argv[1];
|
|
||||||
safe_strncpy(bind_ip->ip, ip, DNS_MAX_IPLEN);
|
safe_strncpy(bind_ip->ip, ip, DNS_MAX_IPLEN);
|
||||||
|
|
||||||
/* process extra options */
|
/* process extra options */
|
||||||
@@ -882,6 +927,10 @@ static int _config_bind_ip(int argc, char *argv[], DNS_BIND_TYPE type)
|
|||||||
server_flag |= BIND_FLAG_NO_DUALSTACK_SELECTION;
|
server_flag |= BIND_FLAG_NO_DUALSTACK_SELECTION;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case 'F': {
|
||||||
|
server_flag |= BIND_FLAG_FORCE_AAAA_SOA;
|
||||||
|
break;
|
||||||
|
}
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -932,56 +981,12 @@ static int _config_server_https(void *data, int argc, char *argv[])
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _config_nameserver(void *data, int argc, char *argv[])
|
static int _conf_domain_rule_nameserver(char *domain, const char *group_name)
|
||||||
{
|
{
|
||||||
struct dns_nameserver_rule *nameserver_rule = NULL;
|
struct dns_nameserver_rule *nameserver_rule = NULL;
|
||||||
char domain[DNS_MAX_CONF_CNAME_LEN];
|
|
||||||
char group_name[DNS_GROUP_NAME_LEN];
|
|
||||||
const char *group = NULL;
|
const char *group = NULL;
|
||||||
char *begin = NULL;
|
|
||||||
char *end = NULL;
|
|
||||||
int len = 0;
|
|
||||||
char *value = argv[1];
|
|
||||||
|
|
||||||
if (argc <= 1) {
|
if (strncmp(group_name, "-", sizeof("-")) != 0) {
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* first field */
|
|
||||||
begin = strstr(value, "/");
|
|
||||||
if (begin == NULL) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* second field */
|
|
||||||
begin++;
|
|
||||||
end = strstr(begin, "/");
|
|
||||||
if (end == NULL) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* remove prefix . */
|
|
||||||
while (*begin == '.') {
|
|
||||||
begin++;
|
|
||||||
}
|
|
||||||
|
|
||||||
len = end - begin;
|
|
||||||
|
|
||||||
if (len >= sizeof(domain)) {
|
|
||||||
tlog(TLOG_ERROR, "domain name %s too long", value);
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
memcpy(domain, begin, len);
|
|
||||||
domain[len] = '\0';
|
|
||||||
|
|
||||||
len = strlen(end + 1);
|
|
||||||
if (len <= 0) {
|
|
||||||
goto errout;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (strncmp(end + 1, "-", sizeof("-")) != 0) {
|
|
||||||
safe_strncpy(group_name, end + 1, DNS_GROUP_NAME_LEN);
|
|
||||||
group = _dns_conf_get_group_name(group_name);
|
group = _dns_conf_get_group_name(group_name);
|
||||||
if (group == NULL) {
|
if (group == NULL) {
|
||||||
goto errout;
|
goto errout;
|
||||||
@@ -1012,6 +1017,25 @@ errout:
|
|||||||
free(nameserver_rule);
|
free(nameserver_rule);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tlog(TLOG_ERROR, "add nameserver %s, %s failed", domain, group_name);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int _config_nameserver(void *data, int argc, char *argv[])
|
||||||
|
{
|
||||||
|
char domain[DNS_MAX_CONF_CNAME_LEN];
|
||||||
|
char *value = argv[1];
|
||||||
|
|
||||||
|
if (argc <= 1) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_get_domain(value, domain, DNS_MAX_CONF_CNAME_LEN, &value) != 0) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
return _conf_domain_rule_nameserver(domain, value);
|
||||||
|
errout:
|
||||||
tlog(TLOG_ERROR, "add nameserver %s failed", value);
|
tlog(TLOG_ERROR, "add nameserver %s failed", value);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@@ -1170,6 +1194,127 @@ errout:
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int _conf_domain_rule_speed_check(char *domain, const char *mode)
|
||||||
|
{
|
||||||
|
struct dns_domain_check_order *check_order;
|
||||||
|
|
||||||
|
check_order = malloc(sizeof(*check_order));
|
||||||
|
if (check_order == NULL) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_config_speed_check_mode_parser(check_order, mode) != 0) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_config_domain_rule_add(domain, DOMAIN_RULE_CHECKSPEED, check_order) != 0) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
errout:
|
||||||
|
if (check_order) {
|
||||||
|
free(check_order);
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
static int _conf_domain_rules(void *data, int argc, char *argv[])
|
||||||
|
{
|
||||||
|
int opt = 0;
|
||||||
|
char domain[DNS_MAX_CONF_CNAME_LEN];
|
||||||
|
char *value = argv[1];
|
||||||
|
|
||||||
|
/* clang-format off */
|
||||||
|
static struct option long_options[] = {
|
||||||
|
{"speed-check-mode", required_argument, NULL, 'c'},
|
||||||
|
{"address", required_argument, NULL, 'a'},
|
||||||
|
{"ipset", required_argument, NULL, 'p'},
|
||||||
|
{"nameserver", required_argument, NULL, 'n'},
|
||||||
|
{NULL, no_argument, NULL, 0}
|
||||||
|
};
|
||||||
|
/* clang-format on */
|
||||||
|
|
||||||
|
if (argc <= 1) {
|
||||||
|
tlog(TLOG_ERROR, "invalid parameter.");
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_get_domain(value, domain, DNS_MAX_CONF_CNAME_LEN, &value) != 0) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* process extra options */
|
||||||
|
optind = 1;
|
||||||
|
while (1) {
|
||||||
|
opt = getopt_long_only(argc, argv, "", long_options, NULL);
|
||||||
|
if (opt == -1) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
|
||||||
|
switch (opt) {
|
||||||
|
case 'c': {
|
||||||
|
const char *check_mode = optarg;
|
||||||
|
if (check_mode == NULL) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_conf_domain_rule_speed_check(domain, check_mode) != 0) {
|
||||||
|
tlog(TLOG_ERROR, "add check-speed-rule rule failed.");
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 'a': {
|
||||||
|
const char *address = optarg;
|
||||||
|
if (address == NULL) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_conf_domain_rule_address(domain, address) != 0) {
|
||||||
|
tlog(TLOG_ERROR, "add address rule failed.");
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 'p': {
|
||||||
|
const char *ipsetname = optarg;
|
||||||
|
if (ipsetname == NULL) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_conf_domain_rule_ipset(domain, ipsetname) != 0) {
|
||||||
|
tlog(TLOG_ERROR, "add ipset rule failed.");
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
case 'n': {
|
||||||
|
const char *nameserver_group = optarg;
|
||||||
|
if (nameserver_group == NULL) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_conf_domain_rule_nameserver(domain, nameserver_group) != 0) {
|
||||||
|
tlog(TLOG_ERROR, "add nameserver rule failed.");
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
default:
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
errout:
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
static int _config_log_level(void *data, int argc, char *argv[])
|
static int _config_log_level(void *data, int argc, char *argv[])
|
||||||
{
|
{
|
||||||
/* read log level and set */
|
/* read log level and set */
|
||||||
@@ -1210,6 +1355,8 @@ static struct config_item _config_item[] = {
|
|||||||
CONF_INT("tcp-idle-time", &dns_conf_tcp_idle_time, 0, 3600),
|
CONF_INT("tcp-idle-time", &dns_conf_tcp_idle_time, 0, 3600),
|
||||||
CONF_INT("cache-size", &dns_conf_cachesize, 0, CONF_INT_MAX),
|
CONF_INT("cache-size", &dns_conf_cachesize, 0, CONF_INT_MAX),
|
||||||
CONF_YESNO("prefetch-domain", &dns_conf_prefetch),
|
CONF_YESNO("prefetch-domain", &dns_conf_prefetch),
|
||||||
|
CONF_YESNO("serve-expired", &dns_conf_serve_expired),
|
||||||
|
CONF_INT("serve-expired-ttl", &dns_conf_serve_expired_ttl, 0, CONF_INT_MAX),
|
||||||
CONF_YESNO("dualstack-ip-selection", &dns_conf_dualstack_ip_selection),
|
CONF_YESNO("dualstack-ip-selection", &dns_conf_dualstack_ip_selection),
|
||||||
CONF_INT("dualstack-ip-selection-threshold", &dns_conf_dualstack_ip_selection_threshold, 0, 1000),
|
CONF_INT("dualstack-ip-selection-threshold", &dns_conf_dualstack_ip_selection_threshold, 0, 1000),
|
||||||
CONF_CUSTOM("log-level", _config_log_level, NULL),
|
CONF_CUSTOM("log-level", _config_log_level, NULL),
|
||||||
@@ -1230,6 +1377,9 @@ static struct config_item _config_item[] = {
|
|||||||
CONF_CUSTOM("bogus-nxdomain", _conf_bogus_nxdomain, NULL),
|
CONF_CUSTOM("bogus-nxdomain", _conf_bogus_nxdomain, NULL),
|
||||||
CONF_CUSTOM("ignore-ip", _conf_ip_ignore, NULL),
|
CONF_CUSTOM("ignore-ip", _conf_ip_ignore, NULL),
|
||||||
CONF_CUSTOM("edns-client-subnet", _conf_edns_client_subnet, NULL),
|
CONF_CUSTOM("edns-client-subnet", _conf_edns_client_subnet, NULL),
|
||||||
|
CONF_CUSTOM("domain-rules", _conf_domain_rules, NULL),
|
||||||
|
CONF_STRING("ca-file", (char *)&dns_conf_ca_file, DNS_MAX_PATH),
|
||||||
|
CONF_STRING("ca-path", (char *)&dns_conf_ca_path, DNS_MAX_PATH),
|
||||||
CONF_CUSTOM("conf-file", config_addtional_file, NULL),
|
CONF_CUSTOM("conf-file", config_addtional_file, NULL),
|
||||||
CONF_END(),
|
CONF_END(),
|
||||||
};
|
};
|
||||||
@@ -1303,9 +1453,9 @@ void dns_server_load_exit(void)
|
|||||||
static int _dns_conf_speed_check_mode_verify(void)
|
static int _dns_conf_speed_check_mode_verify(void)
|
||||||
{
|
{
|
||||||
int i, j;
|
int i, j;
|
||||||
int has_cap = has_network_raw_cap();
|
|
||||||
int print_log = 0;
|
int print_log = 0;
|
||||||
if (has_cap == 1) {
|
|
||||||
|
if (dns_has_cap_ping == 1) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1326,16 +1476,31 @@ static int _dns_conf_speed_check_mode_verify(void)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int _dns_conf_load_pre(void)
|
||||||
|
{
|
||||||
|
if (_dns_server_load_conf_init() != 0) {
|
||||||
|
goto errout;
|
||||||
|
}
|
||||||
|
|
||||||
|
dns_has_cap_ping = has_network_raw_cap();
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
errout:
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
static int _dns_conf_load_post(void)
|
static int _dns_conf_load_post(void)
|
||||||
{
|
{
|
||||||
_dns_conf_speed_check_mode_verify();
|
_dns_conf_speed_check_mode_verify();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int dns_server_load_conf(const char *file)
|
int dns_server_load_conf(const char *file)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
_dns_server_load_conf_init();
|
_dns_conf_load_pre();
|
||||||
openlog("smartdns", LOG_CONS | LOG_NDELAY, LOG_LOCAL1);
|
openlog("smartdns", LOG_CONS | LOG_NDELAY, LOG_LOCAL1);
|
||||||
ret = load_conf(file, _config_item, _conf_printf);
|
ret = load_conf(file, _config_item, _conf_printf);
|
||||||
closelog();
|
closelog();
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _DNS_CONF
|
#ifndef _DNS_CONF
|
||||||
#define _DNS_CONF
|
#define _DNS_CONF
|
||||||
|
|
||||||
@@ -38,6 +56,7 @@ enum domain_rule {
|
|||||||
DOMAIN_RULE_ADDRESS_IPV6,
|
DOMAIN_RULE_ADDRESS_IPV6,
|
||||||
DOMAIN_RULE_IPSET,
|
DOMAIN_RULE_IPSET,
|
||||||
DOMAIN_RULE_NAMESERVER,
|
DOMAIN_RULE_NAMESERVER,
|
||||||
|
DOMAIN_RULE_CHECKSPEED,
|
||||||
DOMAIN_RULE_MAX,
|
DOMAIN_RULE_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -71,6 +90,7 @@ typedef enum {
|
|||||||
#define BIND_FLAG_NO_SPEED_CHECK (1 << 5)
|
#define BIND_FLAG_NO_SPEED_CHECK (1 << 5)
|
||||||
#define BIND_FLAG_NO_CACHE (1 << 6)
|
#define BIND_FLAG_NO_CACHE (1 << 6)
|
||||||
#define BIND_FLAG_NO_DUALSTACK_SELECTION (1 << 7)
|
#define BIND_FLAG_NO_DUALSTACK_SELECTION (1 << 7)
|
||||||
|
#define BIND_FLAG_FORCE_AAAA_SOA (1 << 8)
|
||||||
|
|
||||||
struct dns_rule_flags {
|
struct dns_rule_flags {
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
@@ -125,6 +145,7 @@ struct dns_servers {
|
|||||||
unsigned int server_flag;
|
unsigned int server_flag;
|
||||||
int ttl;
|
int ttl;
|
||||||
dns_server_type_t type;
|
dns_server_type_t type;
|
||||||
|
char skip_check_cert;
|
||||||
char spki[DNS_MAX_SPKI_LEN];
|
char spki[DNS_MAX_SPKI_LEN];
|
||||||
char hostname[DNS_MAX_CNAME_LEN];
|
char hostname[DNS_MAX_CNAME_LEN];
|
||||||
char httphost[DNS_MAX_CNAME_LEN];
|
char httphost[DNS_MAX_CNAME_LEN];
|
||||||
@@ -181,6 +202,8 @@ extern int dns_conf_bind_ip_num;
|
|||||||
extern int dns_conf_tcp_idle_time;
|
extern int dns_conf_tcp_idle_time;
|
||||||
extern int dns_conf_cachesize;
|
extern int dns_conf_cachesize;
|
||||||
extern int dns_conf_prefetch;
|
extern int dns_conf_prefetch;
|
||||||
|
extern int dns_conf_serve_expired;
|
||||||
|
extern int dns_conf_serve_expired_ttl;
|
||||||
extern struct dns_servers dns_conf_servers[DNS_MAX_SERVERS];
|
extern struct dns_servers dns_conf_servers[DNS_MAX_SERVERS];
|
||||||
extern int dns_conf_server_num;
|
extern int dns_conf_server_num;
|
||||||
|
|
||||||
@@ -189,6 +212,9 @@ extern char dns_conf_log_file[DNS_MAX_PATH];
|
|||||||
extern size_t dns_conf_log_size;
|
extern size_t dns_conf_log_size;
|
||||||
extern int dns_conf_log_num;
|
extern int dns_conf_log_num;
|
||||||
|
|
||||||
|
extern char dns_conf_ca_file[DNS_MAX_PATH];
|
||||||
|
extern char dns_conf_ca_path[DNS_MAX_PATH];
|
||||||
|
|
||||||
extern struct dns_domain_check_order dns_conf_check_order;
|
extern struct dns_domain_check_order dns_conf_check_order;
|
||||||
|
|
||||||
extern struct dns_server_groups dns_conf_server_groups[DNS_NAX_GROUP_NUMBER];
|
extern struct dns_server_groups dns_conf_server_groups[DNS_NAX_GROUP_NUMBER];
|
||||||
|
|||||||
404
src/dns_server.c
404
src/dns_server.c
@@ -1,6 +1,6 @@
|
|||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
*
|
*
|
||||||
* smartdns is free software: you can redistribute it and/or modify
|
* smartdns is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -15,6 +15,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#endif
|
#endif
|
||||||
@@ -182,6 +183,7 @@ struct dns_request {
|
|||||||
int has_soa;
|
int has_soa;
|
||||||
|
|
||||||
atomic_t notified;
|
atomic_t notified;
|
||||||
|
atomic_t do_callback;
|
||||||
atomic_t adblock;
|
atomic_t adblock;
|
||||||
atomic_t soa_num;
|
atomic_t soa_num;
|
||||||
|
|
||||||
@@ -204,6 +206,8 @@ static struct dns_server server;
|
|||||||
|
|
||||||
static tlog_log *dns_audit;
|
static tlog_log *dns_audit;
|
||||||
|
|
||||||
|
static int _dns_server_prefetch_request(char *domain, dns_type_t qtype);
|
||||||
|
|
||||||
static int _dns_server_forward_request(unsigned char *inpacket, int inpacket_len)
|
static int _dns_server_forward_request(unsigned char *inpacket, int inpacket_len)
|
||||||
{
|
{
|
||||||
tlog(TLOG_DEBUG, "forward request.\n");
|
tlog(TLOG_DEBUG, "forward request.\n");
|
||||||
@@ -258,9 +262,11 @@ static int _dns_server_is_return_soa(struct dns_request *request)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dns_conf_force_AAAA_SOA == 1 && request->qtype == DNS_T_AAAA) {
|
if (request->qtype == DNS_T_AAAA) {
|
||||||
|
if (_dns_server_has_bind_flag(request, BIND_FLAG_FORCE_AAAA_SOA) == 0 || dns_conf_force_AAAA_SOA == 1) {
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
rule_flag = request->domain_rule.rules[DOMAIN_RULE_FLAGS];
|
rule_flag = request->domain_rule.rules[DOMAIN_RULE_FLAGS];
|
||||||
if (rule_flag) {
|
if (rule_flag) {
|
||||||
@@ -293,12 +299,15 @@ static void _dns_server_audit_log(struct dns_request *request)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (request->qtype == DNS_T_AAAA && request->has_ipv6) {
|
if (request->qtype == DNS_T_AAAA && request->has_ipv6) {
|
||||||
snprintf(req_result, sizeof(req_result), "%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x", request->ipv6_addr[0],
|
snprintf(req_result, sizeof(req_result),
|
||||||
request->ipv6_addr[1], request->ipv6_addr[2], request->ipv6_addr[3], request->ipv6_addr[4], request->ipv6_addr[5], request->ipv6_addr[6],
|
"%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x", request->ipv6_addr[0],
|
||||||
request->ipv6_addr[7], request->ipv6_addr[8], request->ipv6_addr[9], request->ipv6_addr[10], request->ipv6_addr[11], request->ipv6_addr[12],
|
request->ipv6_addr[1], request->ipv6_addr[2], request->ipv6_addr[3], request->ipv6_addr[4],
|
||||||
|
request->ipv6_addr[5], request->ipv6_addr[6], request->ipv6_addr[7], request->ipv6_addr[8],
|
||||||
|
request->ipv6_addr[9], request->ipv6_addr[10], request->ipv6_addr[11], request->ipv6_addr[12],
|
||||||
request->ipv6_addr[13], request->ipv6_addr[14], request->ipv6_addr[15]);
|
request->ipv6_addr[13], request->ipv6_addr[14], request->ipv6_addr[15]);
|
||||||
} else if (request->qtype == DNS_T_A && request->has_ipv4) {
|
} else if (request->qtype == DNS_T_A && request->has_ipv4) {
|
||||||
snprintf(req_result, sizeof(req_result), "%d.%d.%d.%d", request->ipv4_addr[0], request->ipv4_addr[1], request->ipv4_addr[2], request->ipv4_addr[3]);
|
snprintf(req_result, sizeof(req_result), "%d.%d.%d.%d", request->ipv4_addr[0], request->ipv4_addr[1],
|
||||||
|
request->ipv4_addr[2], request->ipv4_addr[3]);
|
||||||
} else if (request->has_soa) {
|
} else if (request->has_soa) {
|
||||||
if (!dns_conf_audit_log_SOA) {
|
if (!dns_conf_audit_log_SOA) {
|
||||||
return;
|
return;
|
||||||
@@ -311,9 +320,11 @@ static void _dns_server_audit_log(struct dns_request *request)
|
|||||||
gethost_by_addr(req_host, sizeof(req_host), &request->addr);
|
gethost_by_addr(req_host, sizeof(req_host), &request->addr);
|
||||||
tlog_localtime(&tm);
|
tlog_localtime(&tm);
|
||||||
|
|
||||||
snprintf(req_time, sizeof(req_time), "[%.4d-%.2d-%.2d %.2d:%.2d:%.2d,%.3d]", tm.year, tm.mon, tm.mday, tm.hour, tm.min, tm.sec, tm.usec / 1000);
|
snprintf(req_time, sizeof(req_time), "[%.4d-%.2d-%.2d %.2d:%.2d:%.2d,%.3d]", tm.year, tm.mon, tm.mday, tm.hour,
|
||||||
|
tm.min, tm.sec, tm.usec / 1000);
|
||||||
|
|
||||||
tlog_printf(dns_audit, "%s %s query %s, type %d, result %s\n", req_time, req_host, request->domain, request->qtype, req_result);
|
tlog_printf(dns_audit, "%s %s query %s, type %d, result %s\n", req_time, req_host, request->domain, request->qtype,
|
||||||
|
req_result);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_add_rrs(struct dns_packet *packet, struct dns_request *request)
|
static int _dns_add_rrs(struct dns_packet *packet, struct dns_request *request)
|
||||||
@@ -431,7 +442,8 @@ static int _dns_server_reply_tcp_to_buffer(struct dns_server_conn_tcp_client *tc
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_reply_tcp(struct dns_request *request, struct dns_server_conn_tcp_client *tcpclient, void *packet, unsigned short len)
|
static int _dns_server_reply_tcp(struct dns_request *request, struct dns_server_conn_tcp_client *tcpclient,
|
||||||
|
void *packet, unsigned short len)
|
||||||
{
|
{
|
||||||
int send_len = 0;
|
int send_len = 0;
|
||||||
unsigned char inpacket_data[DNS_IN_PACKSIZE];
|
unsigned char inpacket_data[DNS_IN_PACKSIZE];
|
||||||
@@ -459,10 +471,12 @@ static int _dns_server_reply_tcp(struct dns_request *request, struct dns_server_
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_reply_udp(struct dns_request *request, struct dns_server_conn_udp *udpserver, unsigned char *inpacket, int inpacket_len)
|
static int _dns_server_reply_udp(struct dns_request *request, struct dns_server_conn_udp *udpserver,
|
||||||
|
unsigned char *inpacket, int inpacket_len)
|
||||||
{
|
{
|
||||||
int send_len = 0;
|
int send_len = 0;
|
||||||
send_len = sendto(udpserver->head.fd, inpacket, inpacket_len, 0, (struct sockaddr *)&request->addr, request->addr_len);
|
send_len =
|
||||||
|
sendto(udpserver->head.fd, inpacket, inpacket_len, 0, (struct sockaddr *)&request->addr, request->addr_len);
|
||||||
if (send_len != inpacket_len) {
|
if (send_len != inpacket_len) {
|
||||||
tlog(TLOG_ERROR, "send failed.");
|
tlog(TLOG_ERROR, "send failed.");
|
||||||
return -1;
|
return -1;
|
||||||
@@ -547,6 +561,19 @@ static int _dns_reply(struct dns_request *request)
|
|||||||
return _dns_reply_inpacket(request, inpacket, encode_len);
|
return _dns_reply_inpacket(request, inpacket, encode_len);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int _dns_result_callback_nxdomain(struct dns_request *request)
|
||||||
|
{
|
||||||
|
char ip[DNS_MAX_CNAME_LEN];
|
||||||
|
unsigned int ping_time = -1;
|
||||||
|
|
||||||
|
ip[0] = 0;
|
||||||
|
if (request->result_callback == NULL) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
return request->result_callback(request->domain, DNS_RC_NXDOMAIN, request->qtype, ip, ping_time, request->user_ptr);
|
||||||
|
}
|
||||||
|
|
||||||
static int _dns_result_callback(struct dns_request *request)
|
static int _dns_result_callback(struct dns_request *request)
|
||||||
{
|
{
|
||||||
char ip[DNS_MAX_CNAME_LEN];
|
char ip[DNS_MAX_CNAME_LEN];
|
||||||
@@ -556,34 +583,42 @@ static int _dns_result_callback(struct dns_request *request)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (atomic_inc_return(&request->do_callback) != 1) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
ip[0] = 0;
|
ip[0] = 0;
|
||||||
if (request->qtype == DNS_T_A) {
|
if (request->qtype == DNS_T_A) {
|
||||||
if (request->has_ipv4 == 0) {
|
if (request->has_ipv4 == 0) {
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(ip, "%d.%d.%d.%d", request->ipv4_addr[0], request->ipv4_addr[1], request->ipv4_addr[2], request->ipv4_addr[3]);
|
sprintf(ip, "%d.%d.%d.%d", request->ipv4_addr[0], request->ipv4_addr[1], request->ipv4_addr[2],
|
||||||
|
request->ipv4_addr[3]);
|
||||||
ping_time = request->ping_ttl_v4;
|
ping_time = request->ping_ttl_v4;
|
||||||
return request->result_callback(request->domain, request->rcode, request->qtype, ip, ping_time, request->user_ptr);
|
return request->result_callback(request->domain, request->rcode, request->qtype, ip, ping_time,
|
||||||
|
request->user_ptr);
|
||||||
} else if (request->qtype == DNS_T_AAAA) {
|
} else if (request->qtype == DNS_T_AAAA) {
|
||||||
if (request->has_ipv6 == 0) {
|
if (request->has_ipv6 == 0) {
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(ip, "%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x", request->ipv6_addr[0], request->ipv6_addr[1],
|
sprintf(ip, "%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x", request->ipv6_addr[0],
|
||||||
request->ipv6_addr[2], request->ipv6_addr[3], request->ipv6_addr[4], request->ipv6_addr[5], request->ipv6_addr[6], request->ipv6_addr[7],
|
request->ipv6_addr[1], request->ipv6_addr[2], request->ipv6_addr[3], request->ipv6_addr[4],
|
||||||
request->ipv6_addr[8], request->ipv6_addr[9], request->ipv6_addr[10], request->ipv6_addr[11], request->ipv6_addr[12], request->ipv6_addr[13],
|
request->ipv6_addr[5], request->ipv6_addr[6], request->ipv6_addr[7], request->ipv6_addr[8],
|
||||||
request->ipv6_addr[14], request->ipv6_addr[15]);
|
request->ipv6_addr[9], request->ipv6_addr[10], request->ipv6_addr[11], request->ipv6_addr[12],
|
||||||
|
request->ipv6_addr[13], request->ipv6_addr[14], request->ipv6_addr[15]);
|
||||||
ping_time = request->ping_ttl_v6;
|
ping_time = request->ping_ttl_v6;
|
||||||
return request->result_callback(request->domain, request->rcode, request->qtype, ip, ping_time, request->user_ptr);
|
return request->result_callback(request->domain, request->rcode, request->qtype, ip, ping_time,
|
||||||
|
request->user_ptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
request->result_callback(request->domain, DNS_RC_NXDOMAIN, request->qtype, ip, ping_time, request->user_ptr);
|
_dns_result_callback_nxdomain(request);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
out:
|
out:
|
||||||
|
|
||||||
request->result_callback(request->domain, DNS_RC_NXDOMAIN, request->qtype, ip, ping_time, request->user_ptr);
|
_dns_result_callback_nxdomain(request);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -671,8 +706,8 @@ static int _dns_server_request_complete_A(struct dns_request *request)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
tlog(TLOG_INFO, "result: %s, rcode: %d, %d.%d.%d.%d\n", request->domain, request->rcode, request->ipv4_addr[0], request->ipv4_addr[1],
|
tlog(TLOG_INFO, "result: %s, rcode: %d, %d.%d.%d.%d\n", request->domain, request->rcode, request->ipv4_addr[0],
|
||||||
request->ipv4_addr[2], request->ipv4_addr[3]);
|
request->ipv4_addr[1], request->ipv4_addr[2], request->ipv4_addr[3]);
|
||||||
|
|
||||||
request->has_soa = 0;
|
request->has_soa = 0;
|
||||||
if (request->has_ping_result == 0 && request->ttl_v4 > DNS_SERVER_TMOUT_TTL) {
|
if (request->has_ping_result == 0 && request->ttl_v4 > DNS_SERVER_TMOUT_TTL) {
|
||||||
@@ -685,10 +720,12 @@ static int _dns_server_request_complete_A(struct dns_request *request)
|
|||||||
|
|
||||||
/* if doing prefetch, update cache only */
|
/* if doing prefetch, update cache only */
|
||||||
if (request->prefetch) {
|
if (request->prefetch) {
|
||||||
dns_cache_replace(request->domain, cname, cname_ttl, request->ttl_v4, DNS_T_A, request->ipv4_addr, DNS_RR_A_LEN, request->ping_ttl_v4);
|
dns_cache_replace(request->domain, cname, cname_ttl, request->ttl_v4, DNS_T_A, request->ipv4_addr, DNS_RR_A_LEN,
|
||||||
|
request->ping_ttl_v4);
|
||||||
} else {
|
} else {
|
||||||
/* insert result to cache */
|
/* insert result to cache */
|
||||||
dns_cache_insert(request->domain, cname, cname_ttl, request->ttl_v4, DNS_T_A, request->ipv4_addr, DNS_RR_A_LEN, request->ping_ttl_v4);
|
dns_cache_insert(request->domain, cname, cname_ttl, request->ttl_v4, DNS_T_A, request->ipv4_addr, DNS_RR_A_LEN,
|
||||||
|
request->ping_ttl_v4);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
@@ -705,10 +742,13 @@ static int _dns_server_request_complete_AAAA(struct dns_request *request)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (request->has_ipv6) {
|
if (request->has_ipv6) {
|
||||||
tlog(TLOG_INFO, "result: %s, rcode: %d, %.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x", request->domain, request->rcode,
|
tlog(TLOG_INFO,
|
||||||
request->ipv6_addr[0], request->ipv6_addr[1], request->ipv6_addr[2], request->ipv6_addr[3], request->ipv6_addr[4], request->ipv6_addr[5],
|
"result: %s, rcode: %d, %.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x",
|
||||||
request->ipv6_addr[6], request->ipv6_addr[7], request->ipv6_addr[8], request->ipv6_addr[9], request->ipv6_addr[10], request->ipv6_addr[11],
|
request->domain, request->rcode, request->ipv6_addr[0], request->ipv6_addr[1], request->ipv6_addr[2],
|
||||||
request->ipv6_addr[12], request->ipv6_addr[13], request->ipv6_addr[14], request->ipv6_addr[15]);
|
request->ipv6_addr[3], request->ipv6_addr[4], request->ipv6_addr[5], request->ipv6_addr[6],
|
||||||
|
request->ipv6_addr[7], request->ipv6_addr[8], request->ipv6_addr[9], request->ipv6_addr[10],
|
||||||
|
request->ipv6_addr[11], request->ipv6_addr[12], request->ipv6_addr[13], request->ipv6_addr[14],
|
||||||
|
request->ipv6_addr[15]);
|
||||||
|
|
||||||
if (request->has_ping_result == 0 && request->ttl_v6 > DNS_SERVER_TMOUT_TTL) {
|
if (request->has_ping_result == 0 && request->ttl_v6 > DNS_SERVER_TMOUT_TTL) {
|
||||||
request->ttl_v6 = DNS_SERVER_TMOUT_TTL;
|
request->ttl_v6 = DNS_SERVER_TMOUT_TTL;
|
||||||
@@ -717,10 +757,12 @@ static int _dns_server_request_complete_AAAA(struct dns_request *request)
|
|||||||
/* if doing prefetch, update cache only */
|
/* if doing prefetch, update cache only */
|
||||||
if (_dns_server_has_bind_flag(request, BIND_FLAG_NO_CACHE) != 0) {
|
if (_dns_server_has_bind_flag(request, BIND_FLAG_NO_CACHE) != 0) {
|
||||||
if (request->prefetch) {
|
if (request->prefetch) {
|
||||||
dns_cache_replace(request->domain, cname, cname_ttl, request->ttl_v6, DNS_T_AAAA, request->ipv6_addr, DNS_RR_AAAA_LEN, request->ping_ttl_v6);
|
dns_cache_replace(request->domain, cname, cname_ttl, request->ttl_v6, DNS_T_AAAA, request->ipv6_addr,
|
||||||
|
DNS_RR_AAAA_LEN, request->ping_ttl_v6);
|
||||||
} else {
|
} else {
|
||||||
/* insert result to cache */
|
/* insert result to cache */
|
||||||
dns_cache_insert(request->domain, cname, cname_ttl, request->ttl_v6, DNS_T_AAAA, request->ipv6_addr, DNS_RR_AAAA_LEN, request->ping_ttl_v6);
|
dns_cache_insert(request->domain, cname, cname_ttl, request->ttl_v6, DNS_T_AAAA, request->ipv6_addr,
|
||||||
|
DNS_RR_AAAA_LEN, request->ping_ttl_v6);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -728,17 +770,20 @@ static int _dns_server_request_complete_AAAA(struct dns_request *request)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (request->has_ipv4 && (request->ping_ttl_v4 > 0)) {
|
if (request->has_ipv4 && (request->ping_ttl_v4 > 0)) {
|
||||||
tlog(TLOG_INFO, "result: %s, rcode: %d, %d.%d.%d.%d\n", request->domain, request->rcode, request->ipv4_addr[0], request->ipv4_addr[1],
|
tlog(TLOG_INFO, "result: %s, rcode: %d, %d.%d.%d.%d\n", request->domain, request->rcode, request->ipv4_addr[0],
|
||||||
request->ipv4_addr[2], request->ipv4_addr[3]);
|
request->ipv4_addr[1], request->ipv4_addr[2], request->ipv4_addr[3]);
|
||||||
|
|
||||||
/* if ipv4 is fasting than ipv6, add ipv4 to cache, and return SOA for AAAA request */
|
/* if ipv4 is fasting than ipv6, add ipv4 to cache, and return SOA for AAAA request */
|
||||||
if ((request->ping_ttl_v4 + (dns_conf_dualstack_ip_selection_threshold * 10)) < request->ping_ttl_v6 || request->ping_ttl_v6 < 0) {
|
if ((request->ping_ttl_v4 + (dns_conf_dualstack_ip_selection_threshold * 10)) < request->ping_ttl_v6 ||
|
||||||
|
request->ping_ttl_v6 < 0) {
|
||||||
tlog(TLOG_DEBUG, "Force IPV4 perfered.");
|
tlog(TLOG_DEBUG, "Force IPV4 perfered.");
|
||||||
if (_dns_server_has_bind_flag(request, BIND_FLAG_NO_CACHE) != 0) {
|
if (_dns_server_has_bind_flag(request, BIND_FLAG_NO_CACHE) != 0) {
|
||||||
if (request->prefetch) {
|
if (request->prefetch) {
|
||||||
dns_cache_replace(request->domain, cname, cname_ttl, request->ttl_v4, DNS_T_A, request->ipv4_addr, DNS_RR_A_LEN, request->ping_ttl_v4);
|
dns_cache_replace(request->domain, cname, cname_ttl, request->ttl_v4, DNS_T_A, request->ipv4_addr,
|
||||||
|
DNS_RR_A_LEN, request->ping_ttl_v4);
|
||||||
} else {
|
} else {
|
||||||
dns_cache_insert(request->domain, cname, cname_ttl, request->ttl_v4, DNS_T_A, request->ipv4_addr, DNS_RR_A_LEN, request->ping_ttl_v4);
|
dns_cache_insert(request->domain, cname, cname_ttl, request->ttl_v4, DNS_T_A, request->ipv4_addr,
|
||||||
|
DNS_RR_A_LEN, request->ping_ttl_v4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -835,6 +880,7 @@ static void _dns_server_select_possible_ipaddress(struct dns_request *request)
|
|||||||
|
|
||||||
/* Return the most likely correct IP address */
|
/* Return the most likely correct IP address */
|
||||||
/* Returns the IP with the most hits, or the last returned record is considered to be the most likely correct. */
|
/* Returns the IP with the most hits, or the last returned record is considered to be the most likely correct. */
|
||||||
|
pthread_mutex_lock(&request->ip_map_lock);
|
||||||
hash_for_each_safe(request->ip_map, bucket, tmp, addr_map, node)
|
hash_for_each_safe(request->ip_map, bucket, tmp, addr_map, node)
|
||||||
{
|
{
|
||||||
if (addr_map->addr_type != request->qtype) {
|
if (addr_map->addr_type != request->qtype) {
|
||||||
@@ -851,6 +897,7 @@ static void _dns_server_select_possible_ipaddress(struct dns_request *request)
|
|||||||
maxhit_addr_map = addr_map;
|
maxhit_addr_map = addr_map;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
pthread_mutex_unlock(&request->ip_map_lock);
|
||||||
|
|
||||||
if (maxhit_addr_map && maxhit > 1) {
|
if (maxhit_addr_map && maxhit > 1) {
|
||||||
selected_addr_map = maxhit_addr_map;
|
selected_addr_map = maxhit_addr_map;
|
||||||
@@ -867,16 +914,19 @@ static void _dns_server_select_possible_ipaddress(struct dns_request *request)
|
|||||||
case DNS_T_A: {
|
case DNS_T_A: {
|
||||||
memcpy(request->ipv4_addr, selected_addr_map->ipv4_addr, DNS_RR_A_LEN);
|
memcpy(request->ipv4_addr, selected_addr_map->ipv4_addr, DNS_RR_A_LEN);
|
||||||
request->ttl_v4 = DNS_SERVER_TMOUT_TTL;
|
request->ttl_v4 = DNS_SERVER_TMOUT_TTL;
|
||||||
tlog(TLOG_DEBUG, "possible result: %s, rcode: %d, %d.%d.%d.%d\n", request->domain, request->rcode, request->ipv4_addr[0], request->ipv4_addr[1],
|
tlog(TLOG_DEBUG, "possible result: %s, rcode: %d, %d.%d.%d.%d\n", request->domain, request->rcode,
|
||||||
request->ipv4_addr[2], request->ipv4_addr[3]);
|
request->ipv4_addr[0], request->ipv4_addr[1], request->ipv4_addr[2], request->ipv4_addr[3]);
|
||||||
} break;
|
} break;
|
||||||
case DNS_T_AAAA: {
|
case DNS_T_AAAA: {
|
||||||
memcpy(request->ipv6_addr, selected_addr_map->ipv6_addr, DNS_RR_AAAA_LEN);
|
memcpy(request->ipv6_addr, selected_addr_map->ipv6_addr, DNS_RR_AAAA_LEN);
|
||||||
request->ttl_v6 = DNS_SERVER_TMOUT_TTL;
|
request->ttl_v6 = DNS_SERVER_TMOUT_TTL;
|
||||||
tlog(TLOG_DEBUG, "possible result: %s, rcode: %d, %.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x", request->domain,
|
tlog(TLOG_DEBUG,
|
||||||
request->rcode, request->ipv6_addr[0], request->ipv6_addr[1], request->ipv6_addr[2], request->ipv6_addr[3], request->ipv6_addr[4],
|
"possible result: %s, rcode: %d, %.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x",
|
||||||
request->ipv6_addr[5], request->ipv6_addr[6], request->ipv6_addr[7], request->ipv6_addr[8], request->ipv6_addr[9], request->ipv6_addr[10],
|
request->domain, request->rcode, request->ipv6_addr[0], request->ipv6_addr[1], request->ipv6_addr[2],
|
||||||
request->ipv6_addr[11], request->ipv6_addr[12], request->ipv6_addr[13], request->ipv6_addr[14], request->ipv6_addr[15]);
|
request->ipv6_addr[3], request->ipv6_addr[4], request->ipv6_addr[5], request->ipv6_addr[6],
|
||||||
|
request->ipv6_addr[7], request->ipv6_addr[8], request->ipv6_addr[9], request->ipv6_addr[10],
|
||||||
|
request->ipv6_addr[11], request->ipv6_addr[12], request->ipv6_addr[13], request->ipv6_addr[14],
|
||||||
|
request->ipv6_addr[15]);
|
||||||
} break;
|
} break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
@@ -918,11 +968,13 @@ static void _dns_server_request_release_complete(struct dns_request *request, in
|
|||||||
_dns_server_request_complete(request);
|
_dns_server_request_complete(request);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pthread_mutex_lock(&request->ip_map_lock);
|
||||||
hash_for_each_safe(request->ip_map, bucket, tmp, addr_map, node)
|
hash_for_each_safe(request->ip_map, bucket, tmp, addr_map, node)
|
||||||
{
|
{
|
||||||
hash_del(&addr_map->node);
|
hash_del(&addr_map->node);
|
||||||
free(addr_map);
|
free(addr_map);
|
||||||
}
|
}
|
||||||
|
pthread_mutex_unlock(&request->ip_map_lock);
|
||||||
|
|
||||||
_dns_server_delete_request(request);
|
_dns_server_delete_request(request);
|
||||||
}
|
}
|
||||||
@@ -955,6 +1007,8 @@ static struct dns_request *_dns_server_new_request(void)
|
|||||||
atomic_set(&request->adblock, 0);
|
atomic_set(&request->adblock, 0);
|
||||||
atomic_set(&request->soa_num, 0);
|
atomic_set(&request->soa_num, 0);
|
||||||
atomic_set(&request->refcnt, 0);
|
atomic_set(&request->refcnt, 0);
|
||||||
|
atomic_set(&request->notified, 0);
|
||||||
|
atomic_set(&request->do_callback, 0);
|
||||||
request->ping_ttl_v4 = -1;
|
request->ping_ttl_v4 = -1;
|
||||||
request->ping_ttl_v6 = -1;
|
request->ping_ttl_v6 = -1;
|
||||||
request->prefetch = 0;
|
request->prefetch = 0;
|
||||||
@@ -972,8 +1026,9 @@ errout:
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _dns_server_ping_result(struct ping_host_struct *ping_host, const char *host, FAST_PING_RESULT result, struct sockaddr *addr, socklen_t addr_len,
|
static void _dns_server_ping_result(struct ping_host_struct *ping_host, const char *host, FAST_PING_RESULT result,
|
||||||
int seqno, int ttl, struct timeval *tv, void *userptr)
|
struct sockaddr *addr, socklen_t addr_len, int seqno, int ttl, struct timeval *tv,
|
||||||
|
void *userptr)
|
||||||
{
|
{
|
||||||
struct dns_request *request = userptr;
|
struct dns_request *request = userptr;
|
||||||
int may_complete = 0;
|
int may_complete = 0;
|
||||||
@@ -1155,7 +1210,8 @@ static int _dns_server_get_conf_ttl(int ttl)
|
|||||||
return ttl;
|
return ttl;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_ip_rule_check(struct dns_request *request, unsigned char *addr, int addr_len, dns_type_t addr_type, int result_flag)
|
static int _dns_server_ip_rule_check(struct dns_request *request, unsigned char *addr, int addr_len,
|
||||||
|
dns_type_t addr_type, int result_flag)
|
||||||
{
|
{
|
||||||
prefix_t prefix;
|
prefix_t prefix;
|
||||||
radix_node_t *node = NULL;
|
radix_node_t *node = NULL;
|
||||||
@@ -1240,7 +1296,8 @@ static int _dns_server_is_adblock_ipv6(unsigned char addr[16])
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_process_answer_A(struct dns_rrs *rrs, struct dns_request *request, char *domain, unsigned int result_flag, int ping_timeout)
|
static int _dns_server_process_answer_A(struct dns_rrs *rrs, struct dns_request *request, char *domain,
|
||||||
|
unsigned int result_flag, int ping_timeout)
|
||||||
{
|
{
|
||||||
int ttl;
|
int ttl;
|
||||||
int ip_check_result = 0;
|
int ip_check_result = 0;
|
||||||
@@ -1313,7 +1370,8 @@ static int _dns_server_process_answer_A(struct dns_rrs *rrs, struct dns_request
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_process_answer_AAAA(struct dns_rrs *rrs, struct dns_request *request, char *domain, unsigned int result_flag, int ping_timeout)
|
static int _dns_server_process_answer_AAAA(struct dns_rrs *rrs, struct dns_request *request, char *domain,
|
||||||
|
unsigned int result_flag, int ping_timeout)
|
||||||
{
|
{
|
||||||
unsigned char addr[16];
|
unsigned char addr[16];
|
||||||
char name[DNS_MAX_CNAME_LEN] = {0};
|
char name[DNS_MAX_CNAME_LEN] = {0};
|
||||||
@@ -1328,8 +1386,9 @@ static int _dns_server_process_answer_AAAA(struct dns_rrs *rrs, struct dns_reque
|
|||||||
_dns_server_request_get(request);
|
_dns_server_request_get(request);
|
||||||
dns_get_AAAA(rrs, name, DNS_MAX_CNAME_LEN, &ttl, addr);
|
dns_get_AAAA(rrs, name, DNS_MAX_CNAME_LEN, &ttl, addr);
|
||||||
|
|
||||||
tlog(TLOG_DEBUG, "domain: %s TTL: %d IP: %.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x", name, ttl, addr[0], addr[1], addr[2],
|
tlog(TLOG_DEBUG, "domain: %s TTL: %d IP: %.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x",
|
||||||
addr[3], addr[4], addr[5], addr[6], addr[7], addr[8], addr[9], addr[10], addr[11], addr[12], addr[13], addr[14], addr[15]);
|
name, ttl, addr[0], addr[1], addr[2], addr[3], addr[4], addr[5], addr[6], addr[7], addr[8], addr[9], addr[10],
|
||||||
|
addr[11], addr[12], addr[13], addr[14], addr[15]);
|
||||||
|
|
||||||
ip_check_result = _dns_server_ip_rule_check(request, addr, 16, DNS_T_AAAA, result_flag);
|
ip_check_result = _dns_server_ip_rule_check(request, addr, 16, DNS_T_AAAA, result_flag);
|
||||||
if (ip_check_result == 0) {
|
if (ip_check_result == 0) {
|
||||||
@@ -1373,8 +1432,9 @@ static int _dns_server_process_answer_AAAA(struct dns_rrs *rrs, struct dns_reque
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
sprintf(ip, "[%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x]", addr[0], addr[1], addr[2], addr[3], addr[4], addr[5], addr[6],
|
sprintf(ip, "[%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x]", addr[0], addr[1], addr[2],
|
||||||
addr[7], addr[8], addr[9], addr[10], addr[11], addr[12], addr[13], addr[14], addr[15]);
|
addr[3], addr[4], addr[5], addr[6], addr[7], addr[8], addr[9], addr[10], addr[11], addr[12], addr[13],
|
||||||
|
addr[14], addr[15]);
|
||||||
|
|
||||||
/* start ping */
|
/* start ping */
|
||||||
if (_dns_server_check_speed(request, ip, 0, ping_timeout) != 0) {
|
if (_dns_server_check_speed(request, ip, 0, ping_timeout) != 0) {
|
||||||
@@ -1384,7 +1444,8 @@ static int _dns_server_process_answer_AAAA(struct dns_rrs *rrs, struct dns_reque
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_process_answer(struct dns_request *request, char *domain, struct dns_packet *packet, unsigned int result_flag)
|
static int _dns_server_process_answer(struct dns_request *request, char *domain, struct dns_packet *packet,
|
||||||
|
unsigned int result_flag)
|
||||||
{
|
{
|
||||||
int ttl;
|
int ttl;
|
||||||
char name[DNS_MAX_CNAME_LEN] = {0};
|
char name[DNS_MAX_CNAME_LEN] = {0};
|
||||||
@@ -1451,9 +1512,11 @@ static int _dns_server_process_answer(struct dns_request *request, char *domain,
|
|||||||
request->has_soa = 1;
|
request->has_soa = 1;
|
||||||
request->rcode = packet->head.rcode;
|
request->rcode = packet->head.rcode;
|
||||||
dns_get_SOA(rrs, name, 128, &ttl, &request->soa);
|
dns_get_SOA(rrs, name, 128, &ttl, &request->soa);
|
||||||
tlog(TLOG_DEBUG, "domain: %s, qtype: %d, SOA: mname: %s, rname: %s, serial: %d, refresh: %d, retry: %d, expire: %d, minimum: %d", domain,
|
tlog(TLOG_DEBUG,
|
||||||
request->qtype, request->soa.mname, request->soa.rname, request->soa.serial, request->soa.refresh, request->soa.retry, request->soa.expire,
|
"domain: %s, qtype: %d, SOA: mname: %s, rname: %s, serial: %d, refresh: %d, retry: %d, expire: "
|
||||||
request->soa.minimum);
|
"%d, minimum: %d",
|
||||||
|
domain, request->qtype, request->soa.mname, request->soa.rname, request->soa.serial,
|
||||||
|
request->soa.refresh, request->soa.retry, request->soa.expire, request->soa.minimum);
|
||||||
if (atomic_inc_return(&request->soa_num) >= (dns_server_num() / 2)) {
|
if (atomic_inc_return(&request->soa_num) >= (dns_server_num() / 2)) {
|
||||||
_dns_server_request_complete(request);
|
_dns_server_request_complete(request);
|
||||||
}
|
}
|
||||||
@@ -1482,7 +1545,8 @@ static int dns_server_update_reply_packet_id(struct dns_request *request, unsign
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_passthrough_rule_check(struct dns_request *request, char *domain, struct dns_packet *packet, unsigned int result_flag)
|
static int _dns_server_passthrough_rule_check(struct dns_request *request, char *domain, struct dns_packet *packet,
|
||||||
|
unsigned int result_flag)
|
||||||
{
|
{
|
||||||
int ttl;
|
int ttl;
|
||||||
char name[DNS_MAX_CNAME_LEN] = {0};
|
char name[DNS_MAX_CNAME_LEN] = {0};
|
||||||
@@ -1541,8 +1605,10 @@ static int _dns_server_passthrough_rule_check(struct dns_request *request, char
|
|||||||
_dns_server_request_get(request);
|
_dns_server_request_get(request);
|
||||||
dns_get_AAAA(rrs, name, DNS_MAX_CNAME_LEN, &ttl, addr);
|
dns_get_AAAA(rrs, name, DNS_MAX_CNAME_LEN, &ttl, addr);
|
||||||
|
|
||||||
tlog(TLOG_DEBUG, "domain: %s TTL: %d IP: %.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x", name, ttl, addr[0], addr[1],
|
tlog(TLOG_DEBUG,
|
||||||
addr[2], addr[3], addr[4], addr[5], addr[6], addr[7], addr[8], addr[9], addr[10], addr[11], addr[12], addr[13], addr[14], addr[15]);
|
"domain: %s TTL: %d IP: %.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x",
|
||||||
|
name, ttl, addr[0], addr[1], addr[2], addr[3], addr[4], addr[5], addr[6], addr[7], addr[8],
|
||||||
|
addr[9], addr[10], addr[11], addr[12], addr[13], addr[14], addr[15]);
|
||||||
|
|
||||||
ip_check_result = _dns_server_ip_rule_check(request, addr, 16, DNS_T_AAAA, result_flag);
|
ip_check_result = _dns_server_ip_rule_check(request, addr, 16, DNS_T_AAAA, result_flag);
|
||||||
if (ip_check_result == 0) {
|
if (ip_check_result == 0) {
|
||||||
@@ -1565,7 +1631,8 @@ static int _dns_server_passthrough_rule_check(struct dns_request *request, char
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_reply_passthrouth(struct dns_request *request, struct dns_packet *packet, unsigned char *inpacket, int inpacket_len)
|
static int _dns_server_reply_passthrouth(struct dns_request *request, struct dns_packet *packet,
|
||||||
|
unsigned char *inpacket, int inpacket_len)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
@@ -1573,6 +1640,10 @@ static int _dns_server_reply_passthrouth(struct dns_request *request, struct dns
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (request->conn == NULL) {
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* When passthrough, modify the id to be the id of the client request. */
|
/* When passthrough, modify the id to be the id of the client request. */
|
||||||
dns_server_update_reply_packet_id(request, inpacket, inpacket_len);
|
dns_server_update_reply_packet_id(request, inpacket, inpacket_len);
|
||||||
ret = _dns_reply_inpacket(request, inpacket, inpacket_len);
|
ret = _dns_reply_inpacket(request, inpacket, inpacket_len);
|
||||||
@@ -1580,8 +1651,9 @@ static int _dns_server_reply_passthrouth(struct dns_request *request, struct dns
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int dns_server_resolve_callback(char *domain, dns_result_type rtype, unsigned int result_flag, struct dns_packet *packet, unsigned char *inpacket,
|
static int dns_server_resolve_callback(char *domain, dns_result_type rtype, unsigned int result_flag,
|
||||||
int inpacket_len, void *user_ptr)
|
struct dns_packet *packet, unsigned char *inpacket, int inpacket_len,
|
||||||
|
void *user_ptr)
|
||||||
{
|
{
|
||||||
struct dns_request *request = user_ptr;
|
struct dns_request *request = user_ptr;
|
||||||
int ip_num = 0;
|
int ip_num = 0;
|
||||||
@@ -1616,6 +1688,7 @@ static int dns_server_resolve_callback(char *domain, dns_result_type rtype, unsi
|
|||||||
|
|
||||||
/* Not need to wait check result if only has one ip address */
|
/* Not need to wait check result if only has one ip address */
|
||||||
if (ip_num == 1 && request_wait == 1) {
|
if (ip_num == 1 && request_wait == 1) {
|
||||||
|
request->has_ping_result = 1;
|
||||||
_dns_server_request_complete(request);
|
_dns_server_request_complete(request);
|
||||||
_dns_server_request_remove(request);
|
_dns_server_request_remove(request);
|
||||||
}
|
}
|
||||||
@@ -1652,23 +1725,28 @@ static int _dns_server_process_ptr(struct dns_request *request)
|
|||||||
struct sockaddr_in *addr_in;
|
struct sockaddr_in *addr_in;
|
||||||
addr_in = (struct sockaddr_in *)ifa->ifa_addr;
|
addr_in = (struct sockaddr_in *)ifa->ifa_addr;
|
||||||
addr = (unsigned char *)&(addr_in->sin_addr.s_addr);
|
addr = (unsigned char *)&(addr_in->sin_addr.s_addr);
|
||||||
snprintf(reverse_addr, sizeof(reverse_addr), "%d.%d.%d.%d.in-addr.arpa", addr[3], addr[2], addr[1], addr[0]);
|
snprintf(reverse_addr, sizeof(reverse_addr), "%d.%d.%d.%d.in-addr.arpa", addr[3], addr[2], addr[1],
|
||||||
|
addr[0]);
|
||||||
} break;
|
} break;
|
||||||
case AF_INET6: {
|
case AF_INET6: {
|
||||||
struct sockaddr_in6 *addr_in6;
|
struct sockaddr_in6 *addr_in6;
|
||||||
addr_in6 = (struct sockaddr_in6 *)ifa->ifa_addr;
|
addr_in6 = (struct sockaddr_in6 *)ifa->ifa_addr;
|
||||||
if (IN6_IS_ADDR_V4MAPPED(&addr_in6->sin6_addr)) {
|
if (IN6_IS_ADDR_V4MAPPED(&addr_in6->sin6_addr)) {
|
||||||
addr = addr_in6->sin6_addr.s6_addr + 12;
|
addr = addr_in6->sin6_addr.s6_addr + 12;
|
||||||
snprintf(reverse_addr, sizeof(reverse_addr), "%d.%d.%d.%d.in-addr.arpa", addr[3], addr[2], addr[1], addr[0]);
|
snprintf(reverse_addr, sizeof(reverse_addr), "%d.%d.%d.%d.in-addr.arpa", addr[3], addr[2], addr[1],
|
||||||
|
addr[0]);
|
||||||
} else {
|
} else {
|
||||||
addr = addr_in6->sin6_addr.s6_addr;
|
addr = addr_in6->sin6_addr.s6_addr;
|
||||||
snprintf(reverse_addr, sizeof(reverse_addr),
|
snprintf(reverse_addr, sizeof(reverse_addr),
|
||||||
"%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.ip6.arpa", addr[15] & 0xF,
|
"%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x.%x."
|
||||||
(addr[15] >> 4) & 0xF, addr[14] & 0xF, (addr[14] >> 4) & 0xF, addr[13] & 0xF, (addr[13] >> 4) & 0xF, addr[12] & 0xF,
|
"%x.ip6.arpa",
|
||||||
(addr[12] >> 4) & 0xF, addr[11] & 0xF, (addr[11] >> 4) & 0xF, addr[10] & 0xF, (addr[10] >> 4) & 0xF, addr[9] & 0xF,
|
addr[15] & 0xF, (addr[15] >> 4) & 0xF, addr[14] & 0xF, (addr[14] >> 4) & 0xF, addr[13] & 0xF,
|
||||||
(addr[9] >> 4) & 0xF, addr[8] & 0xF, (addr[8] >> 4) & 0xF, addr[7] & 0xF, (addr[7] >> 4) & 0xF, addr[6] & 0xF, (addr[6] >> 4) & 0xF,
|
(addr[13] >> 4) & 0xF, addr[12] & 0xF, (addr[12] >> 4) & 0xF, addr[11] & 0xF,
|
||||||
addr[5] & 0xF, (addr[5] >> 4) & 0xF, addr[4] & 0xF, (addr[4] >> 4) & 0xF, addr[3] & 0xF, (addr[3] >> 4) & 0xF, addr[2] & 0xF,
|
(addr[11] >> 4) & 0xF, addr[10] & 0xF, (addr[10] >> 4) & 0xF, addr[9] & 0xF,
|
||||||
(addr[2] >> 4) & 0xF, addr[1] & 0xF, (addr[1] >> 4) & 0xF, addr[0] & 0xF, (addr[0] >> 4) & 0xF);
|
(addr[9] >> 4) & 0xF, addr[8] & 0xF, (addr[8] >> 4) & 0xF, addr[7] & 0xF, (addr[7] >> 4) & 0xF,
|
||||||
|
addr[6] & 0xF, (addr[6] >> 4) & 0xF, addr[5] & 0xF, (addr[5] >> 4) & 0xF, addr[4] & 0xF,
|
||||||
|
(addr[4] >> 4) & 0xF, addr[3] & 0xF, (addr[3] >> 4) & 0xF, addr[2] & 0xF, (addr[2] >> 4) & 0xF,
|
||||||
|
addr[1] & 0xF, (addr[1] >> 4) & 0xF, addr[0] & 0xF, (addr[0] >> 4) & 0xF);
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
default:
|
default:
|
||||||
@@ -1687,6 +1765,11 @@ static int _dns_server_process_ptr(struct dns_request *request)
|
|||||||
found = 1;
|
found = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Determine if the smartdns service is in effect. */
|
||||||
|
if (found == 0 && strncmp(request->domain, "smartdns", sizeof("smartdns")) == 0) {
|
||||||
|
found = 1;
|
||||||
|
}
|
||||||
|
|
||||||
if (found == 0) {
|
if (found == 0) {
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
@@ -1704,7 +1787,8 @@ errout:
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _dns_server_log_rule(const char *domain, enum domain_rule rule_type, unsigned char *rule_key, int rule_key_len)
|
static void _dns_server_log_rule(const char *domain, enum domain_rule rule_type, unsigned char *rule_key,
|
||||||
|
int rule_key_len)
|
||||||
{
|
{
|
||||||
char rule_name[DNS_MAX_CNAME_LEN];
|
char rule_name[DNS_MAX_CNAME_LEN];
|
||||||
|
|
||||||
@@ -1717,7 +1801,39 @@ static void _dns_server_log_rule(const char *domain, enum domain_rule rule_type,
|
|||||||
tlog(TLOG_INFO, "RULE-MATCH, type: %d, domain: %s, rule: %s", rule_type, domain, rule_name);
|
tlog(TLOG_INFO, "RULE-MATCH, type: %d, domain: %s, rule: %s", rule_type, domain, rule_name);
|
||||||
}
|
}
|
||||||
|
|
||||||
int _dns_server_get_rules(unsigned char *key, uint32_t key_len, void *value, void *arg)
|
static void _dns_server_update_rule_by_flags(struct dns_request *request)
|
||||||
|
{
|
||||||
|
struct dns_rule_flags *rule_flag = (struct dns_rule_flags *)request->domain_rule.rules[0];
|
||||||
|
unsigned int flags = 0;
|
||||||
|
|
||||||
|
if (rule_flag == NULL) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
flags = rule_flag->flags;
|
||||||
|
|
||||||
|
if (flags & DOMAIN_FLAG_ADDR_IGN) {
|
||||||
|
request->domain_rule.rules[DOMAIN_RULE_ADDRESS_IPV4] = NULL;
|
||||||
|
request->domain_rule.rules[DOMAIN_RULE_ADDRESS_IPV6] = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (flags & DOMAIN_FLAG_ADDR_IPV4_IGN) {
|
||||||
|
request->domain_rule.rules[DOMAIN_RULE_ADDRESS_IPV4] = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (flags & DOMAIN_FLAG_ADDR_IPV6_IGN) {
|
||||||
|
request->domain_rule.rules[DOMAIN_RULE_ADDRESS_IPV6] = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (flags & DOMAIN_FLAG_IPSET_IGNORE) {
|
||||||
|
request->domain_rule.rules[DOMAIN_RULE_IPSET] = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (flags & DOMAIN_FLAG_NAMESERVER_IGNORE) {
|
||||||
|
request->domain_rule.rules[DOMAIN_RULE_NAMESERVER] = NULL;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static int _dns_server_get_rules(unsigned char *key, uint32_t key_len, void *value, void *arg)
|
||||||
{
|
{
|
||||||
struct rule_walk_args *walk_args = arg;
|
struct rule_walk_args *walk_args = arg;
|
||||||
struct dns_request *request = walk_args->args;
|
struct dns_request *request = walk_args->args;
|
||||||
@@ -1737,6 +1853,9 @@ int _dns_server_get_rules(unsigned char *key, uint32_t key_len, void *value, voi
|
|||||||
walk_args->key_len[i] = key_len;
|
walk_args->key_len[i] = key_len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* update rules by flags */
|
||||||
|
_dns_server_update_rule_by_flags(request);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1760,7 +1879,8 @@ void _dns_server_get_domain_rule(struct dns_request *request)
|
|||||||
domain_key[domain_len] = 0;
|
domain_key[domain_len] = 0;
|
||||||
|
|
||||||
/* find domain rule */
|
/* find domain rule */
|
||||||
art_substring_walk(&dns_conf_domain_rule, (unsigned char *)domain_key, domain_len, _dns_server_get_rules, &walk_args);
|
art_substring_walk(&dns_conf_domain_rule, (unsigned char *)domain_key, domain_len, _dns_server_get_rules,
|
||||||
|
&walk_args);
|
||||||
if (likely(dns_conf_log_level > TLOG_DEBUG)) {
|
if (likely(dns_conf_log_level > TLOG_DEBUG)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@@ -1893,32 +2013,57 @@ errout:
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void _dns_server_process_speed_check_rule(struct dns_request *request)
|
||||||
|
{
|
||||||
|
struct dns_domain_check_order *check_order = NULL;
|
||||||
|
|
||||||
|
/* get domain rule flag */
|
||||||
|
check_order = request->domain_rule.rules[DOMAIN_RULE_CHECKSPEED];
|
||||||
|
if (check_order == NULL) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
request->check_order_list = check_order;
|
||||||
|
}
|
||||||
|
|
||||||
static int _dns_server_process_cache(struct dns_request *request)
|
static int _dns_server_process_cache(struct dns_request *request)
|
||||||
{
|
{
|
||||||
struct dns_cache *dns_cache = NULL;
|
struct dns_cache *dns_cache = NULL;
|
||||||
struct dns_cache *dns_cache_A = NULL;
|
struct dns_cache *dns_cache_A = NULL;
|
||||||
|
int ret = -1;
|
||||||
|
|
||||||
if (_dns_server_has_bind_flag(request, BIND_FLAG_NO_CACHE) == 0) {
|
if (_dns_server_has_bind_flag(request, BIND_FLAG_NO_CACHE) == 0) {
|
||||||
goto errout;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
dns_cache = dns_cache_lookup(request->domain, request->qtype);
|
dns_cache = dns_cache_lookup(request->domain, request->qtype);
|
||||||
if (dns_cache == NULL) {
|
if (dns_cache == NULL) {
|
||||||
goto errout;
|
if (request->dualstack_selection && request->qtype == DNS_T_AAAA) {
|
||||||
|
dns_cache_A = dns_cache_lookup(request->domain, DNS_T_A);
|
||||||
|
if (dns_cache_A) {
|
||||||
|
tlog(TLOG_DEBUG, "No IPV6 Found, Force IPV4 perfered.");
|
||||||
|
if (dns_cache_get_ttl(dns_cache_A) == 0) {
|
||||||
|
_dns_server_prefetch_request(request->domain, request->qtype);
|
||||||
|
}
|
||||||
|
ret = _dns_server_reply_SOA(DNS_RC_NOERROR, request);
|
||||||
|
goto out;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (request->qtype != dns_cache->qtype) {
|
if (request->qtype != dns_cache->qtype) {
|
||||||
goto errout;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (request->dualstack_selection && request->qtype == DNS_T_AAAA) {
|
if (request->dualstack_selection && request->qtype == DNS_T_AAAA) {
|
||||||
dns_cache_A = dns_cache_lookup(request->domain, DNS_T_A);
|
dns_cache_A = dns_cache_lookup(request->domain, DNS_T_A);
|
||||||
if (dns_cache_A && (dns_cache_A->speed > 0)) {
|
if (dns_cache_A && (dns_cache_A->speed > 0)) {
|
||||||
if ((dns_cache_A->speed + (dns_conf_dualstack_ip_selection_threshold * 10)) < dns_cache->speed || dns_cache->speed < 0) {
|
if ((dns_cache_A->speed + (dns_conf_dualstack_ip_selection_threshold * 10)) < dns_cache->speed ||
|
||||||
|
dns_cache->speed < 0) {
|
||||||
tlog(TLOG_DEBUG, "Force IPV4 perfered.");
|
tlog(TLOG_DEBUG, "Force IPV4 perfered.");
|
||||||
dns_cache_release(dns_cache_A);
|
ret = _dns_server_reply_SOA(DNS_RC_NOERROR, request);
|
||||||
dns_cache_release(dns_cache);
|
goto out_update_cache;
|
||||||
return _dns_server_reply_SOA(DNS_RC_NOERROR, request);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1936,7 +2081,7 @@ static int _dns_server_process_cache(struct dns_request *request)
|
|||||||
request->has_ipv6 = 1;
|
request->has_ipv6 = 1;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
goto errout;
|
goto out;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1954,24 +2099,26 @@ static int _dns_server_process_cache(struct dns_request *request)
|
|||||||
_dns_reply(request);
|
_dns_reply(request);
|
||||||
}
|
}
|
||||||
|
|
||||||
dns_cache_update(dns_cache);
|
ret = 0;
|
||||||
dns_cache_release(dns_cache);
|
|
||||||
|
|
||||||
if (dns_cache_A) {
|
out_update_cache:
|
||||||
dns_cache_release(dns_cache_A);
|
if (dns_cache_get_ttl(dns_cache) == 0) {
|
||||||
dns_cache_A = NULL;
|
_dns_server_prefetch_request(request->domain, request->qtype);
|
||||||
|
} else {
|
||||||
|
dns_cache_update(dns_cache);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
out:
|
||||||
errout:
|
|
||||||
if (dns_cache) {
|
if (dns_cache) {
|
||||||
dns_cache_release(dns_cache);
|
dns_cache_release(dns_cache);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dns_cache_A) {
|
if (dns_cache_A) {
|
||||||
dns_cache_release(dns_cache_A);
|
dns_cache_release(dns_cache_A);
|
||||||
dns_cache_A = NULL;
|
dns_cache_A = NULL;
|
||||||
}
|
}
|
||||||
return -1;
|
|
||||||
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _dns_server_request_set_client(struct dns_request *request, struct dns_server_conn_head *conn)
|
static void _dns_server_request_set_client(struct dns_request *request, struct dns_server_conn_head *conn)
|
||||||
@@ -1990,7 +2137,8 @@ static void _dns_server_request_set_enable_prefetch(struct dns_request *request)
|
|||||||
request->prefetch = 1;
|
request->prefetch = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_request_set_client_addr(struct dns_request *request, struct sockaddr_storage *from, socklen_t from_len)
|
static int _dns_server_request_set_client_addr(struct dns_request *request, struct sockaddr_storage *from,
|
||||||
|
socklen_t from_len)
|
||||||
{
|
{
|
||||||
switch (from->ss_family) {
|
switch (from->ss_family) {
|
||||||
case AF_INET:
|
case AF_INET:
|
||||||
@@ -2067,6 +2215,17 @@ static const char *_dns_server_get_request_groupname(struct dns_request *request
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void _dns_server_check_set_passthrough(struct dns_request *request)
|
||||||
|
{
|
||||||
|
if (request->check_order_list->order[0] == DOMAIN_CHECK_NONE) {
|
||||||
|
request->passthrough = 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_dns_server_has_bind_flag(request, BIND_FLAG_NO_SPEED_CHECK) == 0) {
|
||||||
|
request->passthrough = 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
static int _dns_server_do_query(struct dns_request *request, const char *domain, int qtype)
|
static int _dns_server_do_query(struct dns_request *request, const char *domain, int qtype)
|
||||||
{
|
{
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
@@ -2101,6 +2260,12 @@ static int _dns_server_do_query(struct dns_request *request, const char *domain,
|
|||||||
goto clean_exit;
|
goto clean_exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* process speed check rule */
|
||||||
|
_dns_server_process_speed_check_rule(request);
|
||||||
|
|
||||||
|
/* check and set passthrough */
|
||||||
|
_dns_server_check_set_passthrough(request);
|
||||||
|
|
||||||
/* process cache */
|
/* process cache */
|
||||||
if (request->prefetch == 0) {
|
if (request->prefetch == 0) {
|
||||||
if (_dns_server_process_cache(request) == 0) {
|
if (_dns_server_process_cache(request) == 0) {
|
||||||
@@ -2144,19 +2309,9 @@ errout:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _dns_server_check_set_passthrough(struct dns_request *request, struct dns_server_conn_head *conn)
|
static int _dns_server_recv(struct dns_server_conn_head *conn, unsigned char *inpacket, int inpacket_len,
|
||||||
{
|
struct sockaddr_storage *local, socklen_t local_len, struct sockaddr_storage *from,
|
||||||
if (request->check_order_list->order[0] == DOMAIN_CHECK_NONE) {
|
socklen_t from_len)
|
||||||
request->passthrough = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (_dns_server_has_bind_flag(request, BIND_FLAG_NO_SPEED_CHECK) == 0) {
|
|
||||||
request->passthrough = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
static int _dns_server_recv(struct dns_server_conn_head *conn, unsigned char *inpacket, int inpacket_len, struct sockaddr_storage *local, socklen_t local_len,
|
|
||||||
struct sockaddr_storage *from, socklen_t from_len)
|
|
||||||
{
|
{
|
||||||
int decode_len;
|
int decode_len;
|
||||||
int ret = -1;
|
int ret = -1;
|
||||||
@@ -2172,16 +2327,19 @@ static int _dns_server_recv(struct dns_server_conn_head *conn, unsigned char *in
|
|||||||
int qtype = DNS_T_ALL;
|
int qtype = DNS_T_ALL;
|
||||||
|
|
||||||
/* decode packet */
|
/* decode packet */
|
||||||
tlog(TLOG_DEBUG, "recv query packet from %s, len = %d", gethost_by_addr(name, sizeof(name), (struct sockaddr *)from), inpacket_len);
|
tlog(TLOG_DEBUG, "recv query packet from %s, len = %d",
|
||||||
|
gethost_by_addr(name, sizeof(name), (struct sockaddr *)from), inpacket_len);
|
||||||
decode_len = dns_decode(packet, DNS_PACKSIZE, inpacket, inpacket_len);
|
decode_len = dns_decode(packet, DNS_PACKSIZE, inpacket, inpacket_len);
|
||||||
if (decode_len < 0) {
|
if (decode_len < 0) {
|
||||||
tlog(TLOG_DEBUG, "decode failed.\n");
|
tlog(TLOG_DEBUG, "decode failed.\n");
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
tlog(TLOG_DEBUG, "request qdcount = %d, ancount = %d, nscount = %d, nrcount = %d, len = %d, id = %d, tc = %d, rd = %d, ra = %d, rcode = %d\n",
|
tlog(TLOG_DEBUG,
|
||||||
packet->head.qdcount, packet->head.ancount, packet->head.nscount, packet->head.nrcount, inpacket_len, packet->head.id, packet->head.tc,
|
"request qdcount = %d, ancount = %d, nscount = %d, nrcount = %d, len = %d, id = %d, tc = %d, rd = %d, ra = "
|
||||||
packet->head.rd, packet->head.ra, packet->head.rcode);
|
"%d, rcode = %d\n",
|
||||||
|
packet->head.qdcount, packet->head.ancount, packet->head.nscount, packet->head.nrcount, inpacket_len,
|
||||||
|
packet->head.id, packet->head.tc, packet->head.rd, packet->head.ra, packet->head.rcode);
|
||||||
|
|
||||||
if (packet->head.qr != DNS_QR_QUERY) {
|
if (packet->head.qr != DNS_QR_QUERY) {
|
||||||
goto errout;
|
goto errout;
|
||||||
@@ -2212,7 +2370,6 @@ static int _dns_server_recv(struct dns_server_conn_head *conn, unsigned char *in
|
|||||||
|
|
||||||
memcpy(&request->localaddr, local, local_len);
|
memcpy(&request->localaddr, local, local_len);
|
||||||
_dns_server_request_set_client(request, conn);
|
_dns_server_request_set_client(request, conn);
|
||||||
_dns_server_check_set_passthrough(request, conn);
|
|
||||||
_dns_server_request_set_client_addr(request, from, from_len);
|
_dns_server_request_set_client_addr(request, from, from_len);
|
||||||
_dns_server_request_set_id(request, packet->head.id);
|
_dns_server_request_set_id(request, packet->head.id);
|
||||||
_dns_server_set_dualstack_selection(request);
|
_dns_server_set_dualstack_selection(request);
|
||||||
@@ -2278,7 +2435,7 @@ int dns_server_query(char *domain, int qtype, dns_result_callback callback, void
|
|||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
_dns_server_request_release_complete(request, 0);
|
_dns_server_request_release_complete(request, 1);
|
||||||
return ret;
|
return ret;
|
||||||
errout:
|
errout:
|
||||||
if (request) {
|
if (request) {
|
||||||
@@ -2353,7 +2510,8 @@ static int _dns_server_client_close(struct dns_server_conn_head *conn)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_tcp_accept(struct dns_server_conn_tcp_server *tcpserver, struct epoll_event *event, unsigned long now)
|
static int _dns_server_tcp_accept(struct dns_server_conn_tcp_server *tcpserver, struct epoll_event *event,
|
||||||
|
unsigned long now)
|
||||||
{
|
{
|
||||||
struct sockaddr_storage addr;
|
struct sockaddr_storage addr;
|
||||||
struct dns_server_conn_tcp_client *tcpclient = NULL;
|
struct dns_server_conn_tcp_client *tcpclient = NULL;
|
||||||
@@ -2417,7 +2575,8 @@ static int _dns_server_tcp_recv(struct dns_server_conn_tcp_client *tcpclient)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
len = recv(tcpclient->head.fd, tcpclient->recvbuff.buf + tcpclient->recvbuff.size, sizeof(tcpclient->recvbuff.buf) - tcpclient->recvbuff.size, 0);
|
len = recv(tcpclient->head.fd, tcpclient->recvbuff.buf + tcpclient->recvbuff.size,
|
||||||
|
sizeof(tcpclient->recvbuff.buf) - tcpclient->recvbuff.size, 0);
|
||||||
if (len < 0) {
|
if (len < 0) {
|
||||||
if (errno == EAGAIN) {
|
if (errno == EAGAIN) {
|
||||||
return RECV_ERROR_AGAIN;
|
return RECV_ERROR_AGAIN;
|
||||||
@@ -2459,7 +2618,7 @@ static int _dns_server_tcp_process_one_request(struct dns_server_conn_tcp_client
|
|||||||
return RECV_ERROR_FAIL;
|
return RECV_ERROR_FAIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (request_len > (total_len - proceed_len)) {
|
if (request_len > (total_len - proceed_len - sizeof(unsigned short))) {
|
||||||
ret = RECV_ERROR_AGAIN;
|
ret = RECV_ERROR_AGAIN;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -2467,8 +2626,8 @@ static int _dns_server_tcp_process_one_request(struct dns_server_conn_tcp_client
|
|||||||
request_data = (unsigned char *)(tcpclient->recvbuff.buf + proceed_len + sizeof(unsigned short));
|
request_data = (unsigned char *)(tcpclient->recvbuff.buf + proceed_len + sizeof(unsigned short));
|
||||||
|
|
||||||
/* process one record */
|
/* process one record */
|
||||||
if (_dns_server_recv(&tcpclient->head, request_data, request_len, &tcpclient->localaddr, tcpclient->localaddr_len, &tcpclient->addr,
|
if (_dns_server_recv(&tcpclient->head, request_data, request_len, &tcpclient->localaddr,
|
||||||
tcpclient->addr_len) != 0) {
|
tcpclient->localaddr_len, &tcpclient->addr, tcpclient->addr_len) != 0) {
|
||||||
tlog(TLOG_ERROR, "process tcp request failed.");
|
tlog(TLOG_ERROR, "process tcp request failed.");
|
||||||
return RECV_ERROR_FAIL;
|
return RECV_ERROR_FAIL;
|
||||||
}
|
}
|
||||||
@@ -2551,7 +2710,8 @@ static int _dns_server_tcp_send(struct dns_server_conn_tcp_client *tcpclient)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _dns_server_process_tcp(struct dns_server_conn_tcp_client *dnsserver, struct epoll_event *event, unsigned long now)
|
static int _dns_server_process_tcp(struct dns_server_conn_tcp_client *dnsserver, struct epoll_event *event,
|
||||||
|
unsigned long now)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
@@ -2625,16 +2785,18 @@ static void _dns_server_second_ping_check(struct dns_request *request)
|
|||||||
switch (addr_map->addr_type) {
|
switch (addr_map->addr_type) {
|
||||||
case DNS_T_A: {
|
case DNS_T_A: {
|
||||||
_dns_server_request_get(request);
|
_dns_server_request_get(request);
|
||||||
sprintf(ip, "%d.%d.%d.%d", addr_map->ipv4_addr[0], addr_map->ipv4_addr[1], addr_map->ipv4_addr[2], addr_map->ipv4_addr[3]);
|
sprintf(ip, "%d.%d.%d.%d", addr_map->ipv4_addr[0], addr_map->ipv4_addr[1], addr_map->ipv4_addr[2],
|
||||||
|
addr_map->ipv4_addr[3]);
|
||||||
if (_dns_server_check_speed(request, ip, 1, DNS_PING_SECOND_TIMEOUT) != 0) {
|
if (_dns_server_check_speed(request, ip, 1, DNS_PING_SECOND_TIMEOUT) != 0) {
|
||||||
_dns_server_request_release(request);
|
_dns_server_request_release(request);
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
case DNS_T_AAAA: {
|
case DNS_T_AAAA: {
|
||||||
_dns_server_request_get(request);
|
_dns_server_request_get(request);
|
||||||
sprintf(ip, "[%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x]", addr_map->ipv6_addr[0], addr_map->ipv6_addr[1],
|
sprintf(ip, "[%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x:%.2x%.2x]",
|
||||||
addr_map->ipv6_addr[2], addr_map->ipv6_addr[3], addr_map->ipv6_addr[4], addr_map->ipv6_addr[5], addr_map->ipv6_addr[6],
|
addr_map->ipv6_addr[0], addr_map->ipv6_addr[1], addr_map->ipv6_addr[2], addr_map->ipv6_addr[3],
|
||||||
addr_map->ipv6_addr[7], addr_map->ipv6_addr[8], addr_map->ipv6_addr[9], addr_map->ipv6_addr[10], addr_map->ipv6_addr[11],
|
addr_map->ipv6_addr[4], addr_map->ipv6_addr[5], addr_map->ipv6_addr[6], addr_map->ipv6_addr[7],
|
||||||
|
addr_map->ipv6_addr[8], addr_map->ipv6_addr[9], addr_map->ipv6_addr[10], addr_map->ipv6_addr[11],
|
||||||
addr_map->ipv6_addr[12], addr_map->ipv6_addr[13], addr_map->ipv6_addr[14], addr_map->ipv6_addr[15]);
|
addr_map->ipv6_addr[12], addr_map->ipv6_addr[13], addr_map->ipv6_addr[14], addr_map->ipv6_addr[15]);
|
||||||
|
|
||||||
if (_dns_server_check_speed(request, ip, 1, DNS_PING_SECOND_TIMEOUT) != 0) {
|
if (_dns_server_check_speed(request, ip, 1, DNS_PING_SECOND_TIMEOUT) != 0) {
|
||||||
@@ -2659,7 +2821,8 @@ static void _dns_server_prefetch_domain(struct dns_cache *dns_cache)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* start prefetch domain */
|
/* start prefetch domain */
|
||||||
tlog(TLOG_DEBUG, "prefetch by cache %s, qtype %d, ttl %d, hitnum %d", dns_cache->domain, dns_cache->qtype, dns_cache->ttl, hitnum);
|
tlog(TLOG_DEBUG, "prefetch by cache %s, qtype %d, ttl %d, hitnum %d", dns_cache->domain, dns_cache->qtype,
|
||||||
|
dns_cache->ttl, hitnum);
|
||||||
if (_dns_server_prefetch_request(dns_cache->domain, dns_cache->qtype) != 0) {
|
if (_dns_server_prefetch_request(dns_cache->domain, dns_cache->qtype) != 0) {
|
||||||
tlog(TLOG_ERROR, "prefetch domain %s, qtype %d, failed.", dns_cache->domain, dns_cache->qtype);
|
tlog(TLOG_ERROR, "prefetch domain %s, qtype %d, failed.", dns_cache->domain, dns_cache->qtype);
|
||||||
}
|
}
|
||||||
@@ -2891,7 +3054,8 @@ static int _dns_create_socket(const char *host_ip, int type)
|
|||||||
|
|
||||||
fd = socket(gai->ai_family, gai->ai_socktype, gai->ai_protocol);
|
fd = socket(gai->ai_family, gai->ai_socktype, gai->ai_protocol);
|
||||||
if (fd < 0) {
|
if (fd < 0) {
|
||||||
tlog(TLOG_ERROR, "create socket failed, family = %d, type = %d, proto = %d, %s\n", gai->ai_family, gai->ai_socktype, gai->ai_protocol, strerror(errno));
|
tlog(TLOG_ERROR, "create socket failed, family = %d, type = %d, proto = %d, %s\n", gai->ai_family,
|
||||||
|
gai->ai_socktype, gai->ai_protocol, strerror(errno));
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -3076,7 +3240,7 @@ int dns_server_init(void)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dns_cache_init(dns_conf_cachesize) != 0) {
|
if (dns_cache_init(dns_conf_cachesize, dns_conf_serve_expired, dns_conf_serve_expired_ttl) != 0) {
|
||||||
tlog(TLOG_ERROR, "init cache failed.");
|
tlog(TLOG_ERROR, "init cache failed.");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _SMART_DNS_SERVER_H
|
#ifndef _SMART_DNS_SERVER_H
|
||||||
#define _SMART_DNS_SERVER_H
|
#define _SMART_DNS_SERVER_H
|
||||||
|
|
||||||
@@ -18,7 +36,8 @@ void dns_server_stop(void);
|
|||||||
void dns_server_exit(void);
|
void dns_server_exit(void);
|
||||||
|
|
||||||
/* query result notify function */
|
/* query result notify function */
|
||||||
typedef int (*dns_result_callback)(char *domain, dns_rtcode_t rtcode, dns_type_t addr_type, char *ip, unsigned int ping_time, void *user_ptr);
|
typedef int (*dns_result_callback)(char *domain, dns_rtcode_t rtcode, dns_type_t addr_type, char *ip,
|
||||||
|
unsigned int ping_time, void *user_ptr);
|
||||||
|
|
||||||
/* query domain */
|
/* query domain */
|
||||||
int dns_server_query(char *domain, int qtype, dns_result_callback callback, void *user_ptr);
|
int dns_server_query(char *domain, int qtype, dns_result_callback callback, void *user_ptr);
|
||||||
|
|||||||
106
src/fast_ping.c
106
src/fast_ping.c
@@ -1,6 +1,6 @@
|
|||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
*
|
*
|
||||||
* smartdns is free software: you can redistribute it and/or modify
|
* smartdns is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -219,7 +219,8 @@ static void _fast_ping_install_filter_v4(int sock)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _fast_ping_sockaddr_ip_cmp(struct sockaddr *first_addr, socklen_t first_addr_len, struct sockaddr *second_addr, socklen_t second_addr_len)
|
static int _fast_ping_sockaddr_ip_cmp(struct sockaddr *first_addr, socklen_t first_addr_len,
|
||||||
|
struct sockaddr *second_addr, socklen_t second_addr_len)
|
||||||
{
|
{
|
||||||
if (first_addr_len != second_addr_len) {
|
if (first_addr_len != second_addr_len) {
|
||||||
return -1;
|
return -1;
|
||||||
@@ -379,8 +380,8 @@ static void _fast_ping_host_put(struct ping_host_struct *ping_host)
|
|||||||
tv.tv_sec = 0;
|
tv.tv_sec = 0;
|
||||||
tv.tv_usec = 0;
|
tv.tv_usec = 0;
|
||||||
|
|
||||||
ping_host->ping_callback(ping_host, ping_host->host, PING_RESULT_END, &ping_host->addr, ping_host->addr_len, ping_host->seq, ping_host->ttl, &tv,
|
ping_host->ping_callback(ping_host, ping_host->host, PING_RESULT_END, &ping_host->addr, ping_host->addr_len,
|
||||||
ping_host->userptr);
|
ping_host->seq, ping_host->ttl, &tv, ping_host->userptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
tlog(TLOG_DEBUG, "ping end, id %d", ping_host->sid);
|
tlog(TLOG_DEBUG, "ping end, id %d", ping_host->sid);
|
||||||
@@ -407,8 +408,8 @@ static void _fast_ping_host_remove(struct ping_host_struct *ping_host)
|
|||||||
tv.tv_sec = 0;
|
tv.tv_sec = 0;
|
||||||
tv.tv_usec = 0;
|
tv.tv_usec = 0;
|
||||||
|
|
||||||
ping_host->ping_callback(ping_host, ping_host->host, PING_RESULT_END, &ping_host->addr, ping_host->addr_len, ping_host->seq, ping_host->ttl, &tv,
|
ping_host->ping_callback(ping_host, ping_host->host, PING_RESULT_END, &ping_host->addr, ping_host->addr_len,
|
||||||
ping_host->userptr);
|
ping_host->seq, ping_host->ttl, &tv, ping_host->userptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
_fast_ping_host_put(ping_host);
|
_fast_ping_host_put(ping_host);
|
||||||
@@ -435,7 +436,8 @@ static int _fast_ping_sendping_v6(struct ping_host_struct *ping_host)
|
|||||||
packet->msg.seq = ping_host->seq;
|
packet->msg.seq = ping_host->seq;
|
||||||
icmp6->icmp6_cksum = _fast_ping_checksum((void *)packet, sizeof(struct fast_ping_packet));
|
icmp6->icmp6_cksum = _fast_ping_checksum((void *)packet, sizeof(struct fast_ping_packet));
|
||||||
|
|
||||||
len = sendto(ping.fd_icmp6, &ping_host->packet, sizeof(struct fast_ping_packet), 0, (struct sockaddr *)&ping_host->addr, ping_host->addr_len);
|
len = sendto(ping.fd_icmp6, &ping_host->packet, sizeof(struct fast_ping_packet), 0,
|
||||||
|
(struct sockaddr *)&ping_host->addr, ping_host->addr_len);
|
||||||
if (len < 0 || len != sizeof(struct fast_ping_packet)) {
|
if (len < 0 || len != sizeof(struct fast_ping_packet)) {
|
||||||
int err = errno;
|
int err = errno;
|
||||||
if (errno == ENETUNREACH || errno == EINVAL) {
|
if (errno == ENETUNREACH || errno == EINVAL) {
|
||||||
@@ -450,8 +452,9 @@ static int _fast_ping_sendping_v6(struct ping_host_struct *ping_host)
|
|||||||
}
|
}
|
||||||
|
|
||||||
char ping_host_name[PING_MAX_HOSTLEN];
|
char ping_host_name[PING_MAX_HOSTLEN];
|
||||||
tlog(TLOG_ERROR, "sendto %s, id %d, %s", gethost_by_addr(ping_host_name, sizeof(ping_host_name), (struct sockaddr *)&ping_host->addr), ping_host->sid,
|
tlog(TLOG_ERROR, "sendto %s, id %d, %s",
|
||||||
strerror(err));
|
gethost_by_addr(ping_host_name, sizeof(ping_host_name), (struct sockaddr *)&ping_host->addr),
|
||||||
|
ping_host->sid, strerror(err));
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -482,15 +485,17 @@ static int _fast_ping_sendping_v4(struct ping_host_struct *ping_host)
|
|||||||
packet->msg.cookie = ping_host->cookie;
|
packet->msg.cookie = ping_host->cookie;
|
||||||
icmp->icmp_cksum = _fast_ping_checksum((void *)packet, sizeof(struct fast_ping_packet));
|
icmp->icmp_cksum = _fast_ping_checksum((void *)packet, sizeof(struct fast_ping_packet));
|
||||||
|
|
||||||
len = sendto(ping.fd_icmp, packet, sizeof(struct fast_ping_packet), 0, (struct sockaddr *)&ping_host->addr, ping_host->addr_len);
|
len = sendto(ping.fd_icmp, packet, sizeof(struct fast_ping_packet), 0, (struct sockaddr *)&ping_host->addr,
|
||||||
|
ping_host->addr_len);
|
||||||
if (len < 0 || len != sizeof(struct fast_ping_packet)) {
|
if (len < 0 || len != sizeof(struct fast_ping_packet)) {
|
||||||
int err = errno;
|
int err = errno;
|
||||||
if (errno == ENETUNREACH || errno == EINVAL) {
|
if (errno == ENETUNREACH || errno == EINVAL) {
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
char ping_host_name[PING_MAX_HOSTLEN];
|
char ping_host_name[PING_MAX_HOSTLEN];
|
||||||
tlog(TLOG_ERROR, "sendto %s, id %d, %s", gethost_by_addr(ping_host_name, sizeof(ping_host_name), (struct sockaddr *)&ping_host->addr), ping_host->sid,
|
tlog(TLOG_ERROR, "sendto %s, id %d, %s",
|
||||||
strerror(err));
|
gethost_by_addr(ping_host_name, sizeof(ping_host_name), (struct sockaddr *)&ping_host->addr),
|
||||||
|
ping_host->sid, strerror(err));
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -535,8 +540,9 @@ static int _fast_ping_sendping_udp(struct ping_host_struct *ping_host)
|
|||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
char ping_host_name[PING_MAX_HOSTLEN];
|
char ping_host_name[PING_MAX_HOSTLEN];
|
||||||
tlog(TLOG_ERROR, "sendto %s, id %d, %s", gethost_by_addr(ping_host_name, sizeof(ping_host_name), (struct sockaddr *)&ping_host->addr), ping_host->sid,
|
tlog(TLOG_ERROR, "sendto %s, id %d, %s",
|
||||||
strerror(err));
|
gethost_by_addr(ping_host_name, sizeof(ping_host_name), (struct sockaddr *)&ping_host->addr),
|
||||||
|
ping_host->sid, strerror(err));
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -567,6 +573,11 @@ static int _fast_ping_sendping_tcp(struct ping_host_struct *ping_host)
|
|||||||
setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &yes, sizeof(yes));
|
setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &yes, sizeof(yes));
|
||||||
setsockopt(fd, SOL_SOCKET, SO_PRIORITY, &priority, sizeof(priority));
|
setsockopt(fd, SOL_SOCKET, SO_PRIORITY, &priority, sizeof(priority));
|
||||||
setsockopt(fd, IPPROTO_IP, IP_TOS, &ip_tos, sizeof(ip_tos));
|
setsockopt(fd, IPPROTO_IP, IP_TOS, &ip_tos, sizeof(ip_tos));
|
||||||
|
set_sock_keepalive(fd, 0, 0, 0);
|
||||||
|
/* Set the socket lingering so we will RST connections instead of wasting
|
||||||
|
* bandwidth with the four-step close
|
||||||
|
*/
|
||||||
|
set_sock_lingertime(fd, 0);
|
||||||
|
|
||||||
ping_host->seq++;
|
ping_host->seq++;
|
||||||
if (connect(fd, (struct sockaddr *)&ping_host->addr, ping_host->addr_len) != 0) {
|
if (connect(fd, (struct sockaddr *)&ping_host->addr, ping_host->addr_len) != 0) {
|
||||||
@@ -583,7 +594,8 @@ static int _fast_ping_sendping_tcp(struct ping_host_struct *ping_host)
|
|||||||
bool_print_log = 0;
|
bool_print_log = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
tlog(TLOG_ERROR, "connect %s, id %d, %s", gethost_by_addr(ping_host_name, sizeof(ping_host_name), (struct sockaddr *)&ping_host->addr),
|
tlog(TLOG_ERROR, "connect %s, id %d, %s",
|
||||||
|
gethost_by_addr(ping_host_name, sizeof(ping_host_name), (struct sockaddr *)&ping_host->addr),
|
||||||
ping_host->sid, strerror(errno));
|
ping_host->sid, strerror(errno));
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
@@ -671,8 +683,8 @@ static int _fast_ping_create_icmp_sock(FAST_PING_TYPE type)
|
|||||||
}
|
}
|
||||||
|
|
||||||
struct icmp_filter filt;
|
struct icmp_filter filt;
|
||||||
filt.data = ~((1 << ICMP_SOURCE_QUENCH) | (1 << ICMP_DEST_UNREACH) | (1 << ICMP_TIME_EXCEEDED) | (1 << ICMP_PARAMETERPROB) | (1 << ICMP_REDIRECT) |
|
filt.data = ~((1 << ICMP_SOURCE_QUENCH) | (1 << ICMP_DEST_UNREACH) | (1 << ICMP_TIME_EXCEEDED) |
|
||||||
(1 << ICMP_ECHOREPLY));
|
(1 << ICMP_PARAMETERPROB) | (1 << ICMP_REDIRECT) | (1 << ICMP_ECHOREPLY));
|
||||||
setsockopt(fd, SOL_RAW, ICMP_FILTER, &filt, sizeof filt);
|
setsockopt(fd, SOL_RAW, ICMP_FILTER, &filt, sizeof filt);
|
||||||
setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const char *)&buffsize, optlen);
|
setsockopt(fd, SOL_SOCKET, SO_SNDBUF, (const char *)&buffsize, optlen);
|
||||||
setsockopt(fd, SOL_SOCKET, SO_RCVBUF, (const char *)&buffsize, optlen);
|
setsockopt(fd, SOL_SOCKET, SO_RCVBUF, (const char *)&buffsize, optlen);
|
||||||
@@ -829,8 +841,9 @@ errout:
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void _fast_ping_print_result(struct ping_host_struct *ping_host, const char *host, FAST_PING_RESULT result, struct sockaddr *addr, socklen_t addr_len,
|
static void _fast_ping_print_result(struct ping_host_struct *ping_host, const char *host, FAST_PING_RESULT result,
|
||||||
int seqno, int ttl, struct timeval *tv, void *userptr)
|
struct sockaddr *addr, socklen_t addr_len, int seqno, int ttl, struct timeval *tv,
|
||||||
|
void *userptr)
|
||||||
{
|
{
|
||||||
if (result == PING_RESULT_RESPONSE) {
|
if (result == PING_RESULT_RESPONSE) {
|
||||||
double rtt = tv->tv_sec * 1000.0 + tv->tv_usec / 1000.0;
|
double rtt = tv->tv_sec * 1000.0 + tv->tv_usec / 1000.0;
|
||||||
@@ -842,7 +855,8 @@ static void _fast_ping_print_result(struct ping_host_struct *ping_host, const ch
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _fast_ping_get_addr_by_icmp(const char *ip_str, int port, struct addrinfo **out_gai, FAST_PING_TYPE *out_ping_type)
|
static int _fast_ping_get_addr_by_icmp(const char *ip_str, int port, struct addrinfo **out_gai,
|
||||||
|
FAST_PING_TYPE *out_ping_type)
|
||||||
{
|
{
|
||||||
struct addrinfo *gai = NULL;
|
struct addrinfo *gai = NULL;
|
||||||
int socktype = 0;
|
int socktype = 0;
|
||||||
@@ -891,7 +905,8 @@ errout:
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _fast_ping_get_addr_by_tcp(const char *ip_str, int port, struct addrinfo **out_gai, FAST_PING_TYPE *out_ping_type)
|
static int _fast_ping_get_addr_by_tcp(const char *ip_str, int port, struct addrinfo **out_gai,
|
||||||
|
FAST_PING_TYPE *out_ping_type)
|
||||||
{
|
{
|
||||||
struct addrinfo *gai = NULL;
|
struct addrinfo *gai = NULL;
|
||||||
int socktype = 0;
|
int socktype = 0;
|
||||||
@@ -926,7 +941,8 @@ errout:
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _fast_ping_get_addr_by_dns(const char *ip_str, int port, struct addrinfo **out_gai, FAST_PING_TYPE *out_ping_type)
|
static int _fast_ping_get_addr_by_dns(const char *ip_str, int port, struct addrinfo **out_gai,
|
||||||
|
FAST_PING_TYPE *out_ping_type)
|
||||||
{
|
{
|
||||||
struct addrinfo *gai = NULL;
|
struct addrinfo *gai = NULL;
|
||||||
int socktype = 0;
|
int socktype = 0;
|
||||||
@@ -982,7 +998,8 @@ errout:
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _fast_ping_get_addr_by_type(PING_TYPE type, const char *ip_str, int port, struct addrinfo **out_gai, FAST_PING_TYPE *out_ping_type)
|
static int _fast_ping_get_addr_by_type(PING_TYPE type, const char *ip_str, int port, struct addrinfo **out_gai,
|
||||||
|
FAST_PING_TYPE *out_ping_type)
|
||||||
{
|
{
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case PING_TYPE_ICMP:
|
case PING_TYPE_ICMP:
|
||||||
@@ -1001,14 +1018,15 @@ static int _fast_ping_get_addr_by_type(PING_TYPE type, const char *ip_str, int p
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ping_host_struct *fast_ping_start(PING_TYPE type, const char *host, int count, int interval, int timeout, fast_ping_result ping_callback, void *userptr)
|
struct ping_host_struct *fast_ping_start(PING_TYPE type, const char *host, int count, int interval, int timeout,
|
||||||
|
fast_ping_result ping_callback, void *userptr)
|
||||||
{
|
{
|
||||||
struct ping_host_struct *ping_host = NULL;
|
struct ping_host_struct *ping_host = NULL;
|
||||||
struct addrinfo *gai = NULL;
|
struct addrinfo *gai = NULL;
|
||||||
uint32_t addrkey;
|
uint32_t addrkey;
|
||||||
char ip_str[PING_MAX_HOSTLEN];
|
char ip_str[PING_MAX_HOSTLEN];
|
||||||
int port = -1;
|
int port = -1;
|
||||||
FAST_PING_TYPE ping_type;
|
FAST_PING_TYPE ping_type = FAST_PING_END;
|
||||||
unsigned int seed;
|
unsigned int seed;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|
||||||
@@ -1106,7 +1124,8 @@ static void tv_sub(struct timeval *out, struct timeval *in)
|
|||||||
out->tv_sec -= in->tv_sec;
|
out->tv_sec -= in->tv_sec;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct fast_ping_packet *_fast_ping_icmp6_packet(struct ping_host_struct *ping_host, struct msghdr *msg, u_char *packet_data, int data_len)
|
static struct fast_ping_packet *_fast_ping_icmp6_packet(struct ping_host_struct *ping_host, struct msghdr *msg,
|
||||||
|
u_char *packet_data, int data_len)
|
||||||
{
|
{
|
||||||
int icmp_len;
|
int icmp_len;
|
||||||
struct fast_ping_packet *packet = (struct fast_ping_packet *)packet_data;
|
struct fast_ping_packet *packet = (struct fast_ping_packet *)packet_data;
|
||||||
@@ -1148,7 +1167,8 @@ static struct fast_ping_packet *_fast_ping_icmp6_packet(struct ping_host_struct
|
|||||||
return packet;
|
return packet;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct fast_ping_packet *_fast_ping_icmp_packet(struct ping_host_struct *ping_host, struct msghdr *msg, u_char *packet_data, int data_len)
|
static struct fast_ping_packet *_fast_ping_icmp_packet(struct ping_host_struct *ping_host, struct msghdr *msg,
|
||||||
|
u_char *packet_data, int data_len)
|
||||||
{
|
{
|
||||||
struct ip *ip = (struct ip *)packet_data;
|
struct ip *ip = (struct ip *)packet_data;
|
||||||
struct fast_ping_packet *packet;
|
struct fast_ping_packet *packet;
|
||||||
@@ -1185,8 +1205,8 @@ static struct fast_ping_packet *_fast_ping_icmp_packet(struct ping_host_struct *
|
|||||||
return packet;
|
return packet;
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct fast_ping_packet *_fast_ping_recv_packet(struct ping_host_struct *ping_host, struct msghdr *msg, u_char *inpacket, int len,
|
static struct fast_ping_packet *_fast_ping_recv_packet(struct ping_host_struct *ping_host, struct msghdr *msg,
|
||||||
struct timeval *tvrecv)
|
u_char *inpacket, int len, struct timeval *tvrecv)
|
||||||
{
|
{
|
||||||
struct fast_ping_packet *packet = NULL;
|
struct fast_ping_packet *packet = NULL;
|
||||||
|
|
||||||
@@ -1248,7 +1268,8 @@ static int _fast_ping_process_icmp(struct ping_host_struct *ping_host, struct ti
|
|||||||
packet = _fast_ping_recv_packet(ping_host, &msg, inpacket, len, now);
|
packet = _fast_ping_recv_packet(ping_host, &msg, inpacket, len, now);
|
||||||
if (packet == NULL) {
|
if (packet == NULL) {
|
||||||
char name[PING_MAX_HOSTLEN];
|
char name[PING_MAX_HOSTLEN];
|
||||||
tlog(TLOG_DEBUG, "recv ping packet from %s failed.", gethost_by_addr(name, sizeof(name), (struct sockaddr *)&from));
|
tlog(TLOG_DEBUG, "recv ping packet from %s failed.",
|
||||||
|
gethost_by_addr(name, sizeof(name), (struct sockaddr *)&from));
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1260,7 +1281,8 @@ static int _fast_ping_process_icmp(struct ping_host_struct *ping_host, struct ti
|
|||||||
pthread_mutex_lock(&ping.map_lock);
|
pthread_mutex_lock(&ping.map_lock);
|
||||||
hash_for_each_possible(ping.addrmap, recv_ping_host, addr_node, addrkey)
|
hash_for_each_possible(ping.addrmap, recv_ping_host, addr_node, addrkey)
|
||||||
{
|
{
|
||||||
if (_fast_ping_sockaddr_ip_cmp(&recv_ping_host->addr, recv_ping_host->addr_len, (struct sockaddr *)&from, from_len) == 0 &&
|
if (_fast_ping_sockaddr_ip_cmp(&recv_ping_host->addr, recv_ping_host->addr_len, (struct sockaddr *)&from,
|
||||||
|
from_len) == 0 &&
|
||||||
recv_ping_host->sid == sid && recv_ping_host->cookie == cookie) {
|
recv_ping_host->sid == sid && recv_ping_host->cookie == cookie) {
|
||||||
_fast_ping_host_get(recv_ping_host);
|
_fast_ping_host_get(recv_ping_host);
|
||||||
break;
|
break;
|
||||||
@@ -1282,8 +1304,9 @@ static int _fast_ping_process_icmp(struct ping_host_struct *ping_host, struct ti
|
|||||||
recv_ping_host->ttl = packet->ttl;
|
recv_ping_host->ttl = packet->ttl;
|
||||||
tv_sub(&tvresult, tvsend);
|
tv_sub(&tvresult, tvsend);
|
||||||
if (recv_ping_host->ping_callback) {
|
if (recv_ping_host->ping_callback) {
|
||||||
recv_ping_host->ping_callback(recv_ping_host, recv_ping_host->host, PING_RESULT_RESPONSE, &recv_ping_host->addr, recv_ping_host->addr_len,
|
recv_ping_host->ping_callback(recv_ping_host, recv_ping_host->host, PING_RESULT_RESPONSE, &recv_ping_host->addr,
|
||||||
recv_ping_host->seq, recv_ping_host->ttl, &tvresult, recv_ping_host->userptr);
|
recv_ping_host->addr_len, recv_ping_host->seq, recv_ping_host->ttl, &tvresult,
|
||||||
|
recv_ping_host->userptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
recv_ping_host->send = 0;
|
recv_ping_host->send = 0;
|
||||||
@@ -1316,8 +1339,8 @@ static int _fast_ping_process_tcp(struct ping_host_struct *ping_host, struct epo
|
|||||||
}
|
}
|
||||||
tv_sub(&tvresult, tvsend);
|
tv_sub(&tvresult, tvsend);
|
||||||
if (ping_host->ping_callback) {
|
if (ping_host->ping_callback) {
|
||||||
ping_host->ping_callback(ping_host, ping_host->host, PING_RESULT_RESPONSE, &ping_host->addr, ping_host->addr_len, ping_host->seq, ping_host->ttl,
|
ping_host->ping_callback(ping_host, ping_host->host, PING_RESULT_RESPONSE, &ping_host->addr,
|
||||||
&tvresult, ping_host->userptr);
|
ping_host->addr_len, ping_host->seq, ping_host->ttl, &tvresult, ping_host->userptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
ping_host->send = 0;
|
ping_host->send = 0;
|
||||||
@@ -1393,7 +1416,8 @@ static int _fast_ping_process_udp(struct ping_host_struct *ping_host, struct tim
|
|||||||
pthread_mutex_lock(&ping.map_lock);
|
pthread_mutex_lock(&ping.map_lock);
|
||||||
hash_for_each_possible(ping.addrmap, recv_ping_host, addr_node, addrkey)
|
hash_for_each_possible(ping.addrmap, recv_ping_host, addr_node, addrkey)
|
||||||
{
|
{
|
||||||
if (_fast_ping_sockaddr_ip_cmp(&recv_ping_host->addr, recv_ping_host->addr_len, (struct sockaddr *)&from, from_len) == 0 &&
|
if (_fast_ping_sockaddr_ip_cmp(&recv_ping_host->addr, recv_ping_host->addr_len, (struct sockaddr *)&from,
|
||||||
|
from_len) == 0 &&
|
||||||
recv_ping_host->sid == sid) {
|
recv_ping_host->sid == sid) {
|
||||||
_fast_ping_host_get(recv_ping_host);
|
_fast_ping_host_get(recv_ping_host);
|
||||||
break;
|
break;
|
||||||
@@ -1410,8 +1434,9 @@ static int _fast_ping_process_udp(struct ping_host_struct *ping_host, struct tim
|
|||||||
tvsend = &recv_ping_host->last;
|
tvsend = &recv_ping_host->last;
|
||||||
tv_sub(&tvresult, tvsend);
|
tv_sub(&tvresult, tvsend);
|
||||||
if (recv_ping_host->ping_callback) {
|
if (recv_ping_host->ping_callback) {
|
||||||
recv_ping_host->ping_callback(recv_ping_host, recv_ping_host->host, PING_RESULT_RESPONSE, &recv_ping_host->addr, recv_ping_host->addr_len,
|
recv_ping_host->ping_callback(recv_ping_host, recv_ping_host->host, PING_RESULT_RESPONSE, &recv_ping_host->addr,
|
||||||
recv_ping_host->seq, recv_ping_host->ttl, &tvresult, recv_ping_host->userptr);
|
recv_ping_host->addr_len, recv_ping_host->seq, recv_ping_host->ttl, &tvresult,
|
||||||
|
recv_ping_host->userptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
recv_ping_host->send = 0;
|
recv_ping_host->send = 0;
|
||||||
@@ -1518,8 +1543,9 @@ static void _fast_ping_period_run(void)
|
|||||||
tv_sub(&interval, &ping_host->last);
|
tv_sub(&interval, &ping_host->last);
|
||||||
millisecond = interval.tv_sec * 1000 + interval.tv_usec / 1000;
|
millisecond = interval.tv_sec * 1000 + interval.tv_usec / 1000;
|
||||||
if (millisecond >= ping_host->timeout && ping_host->send == 1) {
|
if (millisecond >= ping_host->timeout && ping_host->send == 1) {
|
||||||
ping_host->ping_callback(ping_host, ping_host->host, PING_RESULT_TIMEOUT, &ping_host->addr, ping_host->addr_len, ping_host->seq, ping_host->ttl,
|
ping_host->ping_callback(ping_host, ping_host->host, PING_RESULT_TIMEOUT, &ping_host->addr,
|
||||||
&interval, ping_host->userptr);
|
ping_host->addr_len, ping_host->seq, ping_host->ttl, &interval,
|
||||||
|
ping_host->userptr);
|
||||||
ping_host->send = 0;
|
ping_host->send = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef FAST_PING_H
|
#ifndef FAST_PING_H
|
||||||
#define FAST_PING_H
|
#define FAST_PING_H
|
||||||
|
|
||||||
@@ -20,11 +38,13 @@ typedef enum {
|
|||||||
} FAST_PING_RESULT;
|
} FAST_PING_RESULT;
|
||||||
|
|
||||||
struct ping_host_struct;
|
struct ping_host_struct;
|
||||||
typedef void (*fast_ping_result)(struct ping_host_struct *ping_host, const char *host, FAST_PING_RESULT result, struct sockaddr *addr, socklen_t addr_len,
|
typedef void (*fast_ping_result)(struct ping_host_struct *ping_host, const char *host, FAST_PING_RESULT result,
|
||||||
int seqno, int ttl, struct timeval *tv, void *userptr);
|
struct sockaddr *addr, socklen_t addr_len, int seqno, int ttl, struct timeval *tv,
|
||||||
|
void *userptr);
|
||||||
|
|
||||||
/* start ping */
|
/* start ping */
|
||||||
struct ping_host_struct *fast_ping_start(PING_TYPE type, const char *host, int count, int interval, int timeout, fast_ping_result ping_callback, void *userptr);
|
struct ping_host_struct *fast_ping_start(PING_TYPE type, const char *host, int count, int interval, int timeout,
|
||||||
|
fast_ping_result ping_callback, void *userptr);
|
||||||
|
|
||||||
/* stop ping */
|
/* stop ping */
|
||||||
int fast_ping_stop(struct ping_host_struct *ping_host);
|
int fast_ping_stop(struct ping_host_struct *ping_host);
|
||||||
|
|||||||
@@ -1,6 +1,25 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "http_parse.h"
|
#include "http_parse.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
#include "hashtable.h"
|
#include "hashtable.h"
|
||||||
|
#include "util.h"
|
||||||
#include "jhash.h"
|
#include "jhash.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@@ -196,7 +215,7 @@ static int _http_head_parse_response(struct http_head *http_head, char *key, cha
|
|||||||
{
|
{
|
||||||
char *field_start = NULL;
|
char *field_start = NULL;
|
||||||
char *tmp_ptr = NULL;
|
char *tmp_ptr = NULL;
|
||||||
char *result = NULL;
|
char *ret_msg = NULL;
|
||||||
char *ret_code = NULL;
|
char *ret_code = NULL;
|
||||||
|
|
||||||
if (strstr(key, "HTTP/") == NULL) {
|
if (strstr(key, "HTTP/") == NULL) {
|
||||||
@@ -208,29 +227,27 @@ static int _http_head_parse_response(struct http_head *http_head, char *key, cha
|
|||||||
field_start = tmp_ptr;
|
field_start = tmp_ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (*tmp_ptr == ' ') {
|
if (*tmp_ptr != ' ') {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
*tmp_ptr = '\0';
|
*tmp_ptr = '\0';
|
||||||
if (ret_code == NULL) {
|
|
||||||
ret_code = field_start;
|
ret_code = field_start;
|
||||||
} else if (result == NULL) {
|
ret_msg = tmp_ptr + 1;
|
||||||
result = field_start;
|
field_start = NULL;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
field_start = NULL;
|
if (ret_code == NULL || ret_msg == NULL) {
|
||||||
}
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (field_start && result == NULL) {
|
if (is_numeric(ret_code) != 0) {
|
||||||
result = field_start;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ret_code == NULL || result == NULL) {
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
http_head->code = atol(ret_code);
|
http_head->code = atol(ret_code);
|
||||||
http_head->code_msg = result;
|
http_head->code_msg = ret_msg;
|
||||||
http_head->version = key;
|
http_head->version = key;
|
||||||
http_head->head_type = HTTP_HEAD_RESPONSE;
|
http_head->head_type = HTTP_HEAD_RESPONSE;
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef HTTP_PARSER_H
|
#ifndef HTTP_PARSER_H
|
||||||
#define HTTP_PARSER_H
|
#define HTTP_PARSER_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,25 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _GENERIC_ATOMIC_H
|
#ifndef _GENERIC_ATOMIC_H
|
||||||
#define _GENERIC_ATOMIC_H
|
#define _GENERIC_ATOMIC_H
|
||||||
|
|
||||||
|
|
||||||
/* Check GCC version, just to be safe */
|
|
||||||
#if !defined(__GNUC__) || (__GNUC__ < 4) || (__GNUC_MINOR__ < 1)
|
|
||||||
# error atomic.h works only with GCC newer than version 4.1
|
|
||||||
#endif /* GNUC >= 4.1 */
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Atomic type.
|
* Atomic type.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,3 +1,22 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _PERF_BITOPS_H
|
#ifndef _PERF_BITOPS_H
|
||||||
#define _PERF_BITOPS_H
|
#define _PERF_BITOPS_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,22 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _GENERIC_BITOPS_H_
|
#ifndef _GENERIC_BITOPS_H_
|
||||||
#define _GENERIC_BITOPS_H_
|
#define _GENERIC_BITOPS_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _GENERIC_CONF_H
|
#ifndef _GENERIC_CONF_H
|
||||||
#define _GENERIC_CONF_H
|
#define _GENERIC_CONF_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,24 @@
|
|||||||
#ifndef _TOOLS_LINUX_ASM_GENERIC_BITOPS_FIND_H_
|
/*************************************************************************
|
||||||
#define _TOOLS_LINUX_ASM_GENERIC_BITOPS_FIND_H_
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef _TOOLS_GENERIC_BITOPS_FIND_H_
|
||||||
|
#define _TOOLS_GENERIC_BITOPS_FIND_H_
|
||||||
|
|
||||||
#ifndef find_next_bit
|
#ifndef find_next_bit
|
||||||
/**
|
/**
|
||||||
@@ -74,4 +93,4 @@ extern unsigned long find_first_bit(const unsigned long *addr,
|
|||||||
unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size);
|
unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /*_TOOLS_LINUX_ASM_GENERIC_BITOPS_FIND_H_ */
|
#endif /*_TOOLS_GENERIC_BITOPS_FIND_H_ */
|
||||||
|
|||||||
@@ -1,3 +1,22 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _TOOLS_LINUX_COMPILER_H_
|
#ifndef _TOOLS_LINUX_COMPILER_H_
|
||||||
#define _TOOLS_LINUX_COMPILER_H_
|
#define _TOOLS_LINUX_COMPILER_H_
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,22 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
#ifndef _GENERIC_HASH_H
|
#ifndef _GENERIC_HASH_H
|
||||||
#define _GENERIC_HASH_H
|
#define _GENERIC_HASH_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,19 @@
|
|||||||
/*
|
/*************************************************************************
|
||||||
* Statically sized hash table implementation
|
*
|
||||||
* (C) 2012 Sasha Levin <levinsasha928@gmail.com>
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _GENERIC_HASHTABLE_H
|
#ifndef _GENERIC_HASHTABLE_H
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _JHASH_H
|
#ifndef _JHASH_H
|
||||||
#define _JHASH_H
|
#define _JHASH_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _GENERIC_LIST_H
|
#ifndef _GENERIC_LIST_H
|
||||||
#define _GENERIC_LIST_H
|
#define _GENERIC_LIST_H
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _GENERIC_RBTREE_H
|
#ifndef _GENERIC_RBTREE_H
|
||||||
#define _GENERIC_RBTREE_H
|
#define _GENERIC_RBTREE_H
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _GENERIC_STRING_UITL_H
|
#ifndef _GENERIC_STRING_UITL_H
|
||||||
#define _GENERIC_STRING_UITL_H
|
#define _GENERIC_STRING_UITL_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "bitmap.h"
|
#include "bitmap.h"
|
||||||
#include "bitops.h"
|
#include "bitops.h"
|
||||||
|
|||||||
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "conf.h"
|
#include "conf.h"
|
||||||
#include <getopt.h>
|
#include <getopt.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,3 +1,20 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "rbtree.h"
|
#include "rbtree.h"
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|||||||
@@ -0,0 +1,17 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
/*************************************************************************
|
/*************************************************************************
|
||||||
*
|
*
|
||||||
* Copyright (C) 2018 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
*
|
*
|
||||||
* smartdns is free software: you can redistribute it and/or modify
|
* smartdns is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -79,7 +79,8 @@ static void _show_version(void)
|
|||||||
#else
|
#else
|
||||||
struct tm tm;
|
struct tm tm;
|
||||||
get_compiled_time(&tm);
|
get_compiled_time(&tm);
|
||||||
snprintf(str_ver, sizeof(str_ver), "1.%.4d%.2d%.2d-%.2d%.2d", tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday, tm.tm_hour, tm.tm_min);
|
snprintf(str_ver, sizeof(str_ver), "1.%.4d%.2d%.2d-%.2d%.2d", tm.tm_year + 1900, tm.tm_mon + 1, tm.tm_mday,
|
||||||
|
tm.tm_hour, tm.tm_min);
|
||||||
#endif
|
#endif
|
||||||
printf("smartdns %s\n", str_ver);
|
printf("smartdns %s\n", str_ver);
|
||||||
}
|
}
|
||||||
@@ -157,13 +158,18 @@ static int _smartdns_add_servers(void)
|
|||||||
safe_strncpy(flag_http->hostname, dns_conf_servers[i].hostname, sizeof(flag_http->hostname));
|
safe_strncpy(flag_http->hostname, dns_conf_servers[i].hostname, sizeof(flag_http->hostname));
|
||||||
safe_strncpy(flag_http->path, dns_conf_servers[i].path, sizeof(flag_http->path));
|
safe_strncpy(flag_http->path, dns_conf_servers[i].path, sizeof(flag_http->path));
|
||||||
safe_strncpy(flag_http->httphost, dns_conf_servers[i].httphost, sizeof(flag_http->httphost));
|
safe_strncpy(flag_http->httphost, dns_conf_servers[i].httphost, sizeof(flag_http->httphost));
|
||||||
safe_strncpy(flag_http->tls_host_verify, dns_conf_servers[i].tls_host_verify, sizeof(flag_http->tls_host_verify));
|
safe_strncpy(flag_http->tls_host_verify, dns_conf_servers[i].tls_host_verify,
|
||||||
|
sizeof(flag_http->tls_host_verify));
|
||||||
|
flag_http->skip_check_cert = dns_conf_servers[i].skip_check_cert;
|
||||||
} break;
|
} break;
|
||||||
case DNS_SERVER_TLS: {
|
case DNS_SERVER_TLS: {
|
||||||
struct client_dns_server_flag_tls *flag_tls = &flags.tls;
|
struct client_dns_server_flag_tls *flag_tls = &flags.tls;
|
||||||
flag_tls->spi_len = dns_client_spki_decode(dns_conf_servers[i].spki, (unsigned char *)flag_tls->spki);
|
flag_tls->spi_len = dns_client_spki_decode(dns_conf_servers[i].spki, (unsigned char *)flag_tls->spki);
|
||||||
safe_strncpy(flag_tls->hostname, dns_conf_servers[i].hostname, sizeof(flag_tls->hostname));
|
safe_strncpy(flag_tls->hostname, dns_conf_servers[i].hostname, sizeof(flag_tls->hostname));
|
||||||
safe_strncpy(flag_tls->tls_host_verify, dns_conf_servers[i].tls_host_verify, sizeof(flag_tls->tls_host_verify));
|
safe_strncpy(flag_tls->tls_host_verify, dns_conf_servers[i].tls_host_verify,
|
||||||
|
sizeof(flag_tls->tls_host_verify));
|
||||||
|
flag_tls->skip_check_cert = dns_conf_servers[i].skip_check_cert;
|
||||||
|
|
||||||
} break;
|
} break;
|
||||||
case DNS_SERVER_TCP:
|
case DNS_SERVER_TCP:
|
||||||
break;
|
break;
|
||||||
@@ -175,7 +181,8 @@ static int _smartdns_add_servers(void)
|
|||||||
flags.type = dns_conf_servers[i].type;
|
flags.type = dns_conf_servers[i].type;
|
||||||
flags.server_flag = dns_conf_servers[i].server_flag;
|
flags.server_flag = dns_conf_servers[i].server_flag;
|
||||||
flags.result_flag = dns_conf_servers[i].result_flag;
|
flags.result_flag = dns_conf_servers[i].result_flag;
|
||||||
ret = dns_client_add_server(dns_conf_servers[i].server, dns_conf_servers[i].port, dns_conf_servers[i].type, &flags);
|
ret = dns_client_add_server(dns_conf_servers[i].server, dns_conf_servers[i].port, dns_conf_servers[i].type,
|
||||||
|
&flags);
|
||||||
if (ret != 0) {
|
if (ret != 0) {
|
||||||
tlog(TLOG_ERROR, "add server failed, %s:%d", dns_conf_servers[i].server, dns_conf_servers[i].port);
|
tlog(TLOG_ERROR, "add server failed, %s:%d", dns_conf_servers[i].server, dns_conf_servers[i].port);
|
||||||
return -1;
|
return -1;
|
||||||
@@ -222,20 +229,22 @@ static int _smartdns_set_ecs_ip(void)
|
|||||||
|
|
||||||
static int _smartdns_init_ssl(void)
|
static int _smartdns_init_ssl(void)
|
||||||
{
|
{
|
||||||
|
#if OPENSSL_API_COMPAT < 0x10100000L
|
||||||
SSL_load_error_strings();
|
SSL_load_error_strings();
|
||||||
SSL_library_init();
|
SSL_library_init();
|
||||||
OpenSSL_add_all_algorithms();
|
OpenSSL_add_all_algorithms();
|
||||||
SSL_CRYPTO_thread_setup();
|
SSL_CRYPTO_thread_setup();
|
||||||
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _smartdns_destroy_ssl(void)
|
static int _smartdns_destroy_ssl(void)
|
||||||
{
|
{
|
||||||
|
#if OPENSSL_API_COMPAT < 0x10100000L
|
||||||
SSL_CRYPTO_thread_cleanup();
|
SSL_CRYPTO_thread_cleanup();
|
||||||
ERR_free_strings();
|
ERR_free_strings();
|
||||||
EVP_cleanup();
|
EVP_cleanup();
|
||||||
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -257,7 +266,8 @@ static int _smartdns_init(void)
|
|||||||
tlog_setlogscreen(verbose_screen);
|
tlog_setlogscreen(verbose_screen);
|
||||||
tlog_setlevel(dns_conf_log_level);
|
tlog_setlevel(dns_conf_log_level);
|
||||||
|
|
||||||
tlog(TLOG_NOTICE, "smartdns starting...(Copyright (C) Nick Peng <pymumu@gmail.com>, build:%s %s)", __DATE__, __TIME__);
|
tlog(TLOG_NOTICE, "smartdns starting...(Copyright (C) Nick Peng <pymumu@gmail.com>, build:%s %s)", __DATE__,
|
||||||
|
__TIME__);
|
||||||
|
|
||||||
if (_smartdns_init_ssl() != 0) {
|
if (_smartdns_init_ssl() != 0) {
|
||||||
tlog(TLOG_ERROR, "init ssl failed.");
|
tlog(TLOG_ERROR, "init ssl failed.");
|
||||||
@@ -329,21 +339,30 @@ static void _sig_error_exit(int signo, siginfo_t *siginfo, void *ct)
|
|||||||
{
|
{
|
||||||
unsigned long PC = 0;
|
unsigned long PC = 0;
|
||||||
ucontext_t *context = ct;
|
ucontext_t *context = ct;
|
||||||
|
const char *arch = NULL;
|
||||||
#if defined(__i386__)
|
#if defined(__i386__)
|
||||||
int *pgregs = (int *)(&(context->uc_mcontext.gregs));
|
int *pgregs = (int *)(&(context->uc_mcontext.gregs));
|
||||||
PC = pgregs[REG_EIP];
|
PC = pgregs[REG_EIP];
|
||||||
|
arch = "i386";
|
||||||
#elif defined(__x86_64__)
|
#elif defined(__x86_64__)
|
||||||
int *pgregs = (int *)(&(context->uc_mcontext.gregs));
|
int *pgregs = (int *)(&(context->uc_mcontext.gregs));
|
||||||
PC = pgregs[REG_RIP];
|
PC = pgregs[REG_RIP];
|
||||||
|
arch = "x86_64";
|
||||||
#elif defined(__arm__)
|
#elif defined(__arm__)
|
||||||
PC = context->uc_mcontext.arm_pc;
|
PC = context->uc_mcontext.arm_pc;
|
||||||
|
arch = "arm";
|
||||||
#elif defined(__aarch64__)
|
#elif defined(__aarch64__)
|
||||||
PC = context->uc_mcontext.pc;
|
PC = context->uc_mcontext.pc;
|
||||||
|
arch = "arm64";
|
||||||
#elif defined(__mips__)
|
#elif defined(__mips__)
|
||||||
PC = context->uc_mcontext.pc;
|
PC = context->uc_mcontext.pc;
|
||||||
|
arch = "mips";
|
||||||
#endif
|
#endif
|
||||||
tlog(TLOG_FATAL, "process exit with signal %d, code = %d, errno = %d, pid = %d, self = %d, pc = %#lx, addr = %#lx, build(%s %s)\n", signo, siginfo->si_code,
|
tlog(TLOG_FATAL,
|
||||||
siginfo->si_errno, siginfo->si_pid, getpid(), PC, (unsigned long)siginfo->si_addr, __DATE__, __TIME__);
|
"process exit with signal %d, code = %d, errno = %d, pid = %d, self = %d, pc = %#lx, addr = %#lx, build(%s "
|
||||||
|
"%s %s)\n",
|
||||||
|
signo, siginfo->si_code, siginfo->si_errno, siginfo->si_pid, getpid(), PC, (unsigned long)siginfo->si_addr,
|
||||||
|
__DATE__, __TIME__, arch);
|
||||||
|
|
||||||
sleep(1);
|
sleep(1);
|
||||||
_exit(0);
|
_exit(0);
|
||||||
@@ -416,12 +435,12 @@ int main(int argc, char *argv[])
|
|||||||
_reg_signal();
|
_reg_signal();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dns_server_load_conf(config_file) != 0) {
|
if (create_pid_file(pid_file) != 0) {
|
||||||
fprintf(stderr, "load config failed.\n");
|
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (create_pid_file(pid_file) != 0) {
|
if (dns_server_load_conf(config_file) != 0) {
|
||||||
|
fprintf(stderr, "load config failed.\n");
|
||||||
goto errout;
|
goto errout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
76
src/tlog.c
76
src/tlog.c
@@ -94,7 +94,7 @@ struct tlog {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct tlog_segment_log_head {
|
struct tlog_segment_log_head {
|
||||||
struct tlog_info info;
|
struct tlog_loginfo info;
|
||||||
unsigned short len;
|
unsigned short len;
|
||||||
char data[0];
|
char data[0];
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
@@ -117,7 +117,7 @@ struct count_log {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct tlog_info_inter {
|
struct tlog_info_inter {
|
||||||
struct tlog_info info;
|
struct tlog_loginfo info;
|
||||||
void *userptr;
|
void *userptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -167,6 +167,10 @@ static int _tlog_mkdir(const char *path)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
while(*path == ' ' && *path != '\0') {
|
||||||
|
path++;
|
||||||
|
}
|
||||||
|
|
||||||
strncpy(path_c, path, sizeof(path_c) - 1);
|
strncpy(path_c, path, sizeof(path_c) - 1);
|
||||||
path_c[sizeof(path_c) - 1] = '\0';
|
path_c[sizeof(path_c) - 1] = '\0';
|
||||||
len = strnlen(path_c, sizeof(path_c) - 1);
|
len = strnlen(path_c, sizeof(path_c) - 1);
|
||||||
@@ -181,6 +185,11 @@ static int _tlog_mkdir(const char *path)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (path_end == path_c) {
|
||||||
|
path_end++;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
str = *path_end;
|
str = *path_end;
|
||||||
*path_end = '\0';
|
*path_end = '\0';
|
||||||
if (access(path_c, F_OK) == 0) {
|
if (access(path_c, F_OK) == 0) {
|
||||||
@@ -203,8 +212,8 @@ static int _tlog_mkdir(const char *path)
|
|||||||
|
|
||||||
static struct tm *_tlog_localtime(time_t *timep, struct tm *tm)
|
static struct tm *_tlog_localtime(time_t *timep, struct tm *tm)
|
||||||
{
|
{
|
||||||
static time_t last_time = {0};
|
static time_t last_time;
|
||||||
static struct tm last_tm = {0};
|
static struct tm last_tm;
|
||||||
|
|
||||||
/* localtime_r has a global timezone lock, it's about 8 times slower than gmtime
|
/* localtime_r has a global timezone lock, it's about 8 times slower than gmtime
|
||||||
* this code is used to speed up localtime_r call.
|
* this code is used to speed up localtime_r call.
|
||||||
@@ -297,11 +306,14 @@ void *tlog_get_private(tlog_log *log)
|
|||||||
return log->private_data;
|
return log->private_data;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _tlog_format(char *buff, int maxlen, struct tlog_info *info, void *userptr, const char *format, va_list ap)
|
static int _tlog_format(char *buff, int maxlen, struct tlog_loginfo *info, void *userptr, const char *format, va_list ap)
|
||||||
{
|
{
|
||||||
int len = 0;
|
int len = 0;
|
||||||
int total_len = 0;
|
int total_len = 0;
|
||||||
struct tlog_time *tm = &info->time;
|
struct tlog_time *tm = &info->time;
|
||||||
|
void* unused __attribute__ ((unused));
|
||||||
|
|
||||||
|
unused = userptr;
|
||||||
|
|
||||||
if (tlog.root->multi_log) {
|
if (tlog.root->multi_log) {
|
||||||
/* format prefix */
|
/* format prefix */
|
||||||
@@ -315,7 +327,7 @@ static int _tlog_format(char *buff, int maxlen, struct tlog_info *info, void *us
|
|||||||
tlog_get_level_string(info->level), info->file, info->line);
|
tlog_get_level_string(info->level), info->file, info->line);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (len < 0 || len == maxlen) {
|
if (len < 0 || len >= maxlen) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
buff += len;
|
buff += len;
|
||||||
@@ -353,28 +365,31 @@ static int _tlog_root_log_buffer(char *buff, int maxlen, void *userptr, const ch
|
|||||||
}
|
}
|
||||||
|
|
||||||
max_format_len = maxlen - len - 2;
|
max_format_len = maxlen - len - 2;
|
||||||
|
buff[maxlen - 1] = 0;
|
||||||
log_len = tlog_format(buff + len, max_format_len, &info_inter->info, info_inter->userptr, format, ap);
|
log_len = tlog_format(buff + len, max_format_len, &info_inter->info, info_inter->userptr, format, ap);
|
||||||
if (log_len < 0) {
|
if (log_len < 0) {
|
||||||
return -1;
|
return -1;
|
||||||
} else if (log_len >= max_format_len) {
|
} else if (log_len >= max_format_len) {
|
||||||
buff[max_format_len - 1] = '.';
|
buff[len + max_format_len - 2] = '.';
|
||||||
buff[max_format_len - 2] = '.';
|
buff[len + max_format_len - 3] = '.';
|
||||||
buff[max_format_len - 3] = '.';
|
buff[len + max_format_len - 4] = '.';
|
||||||
log_len = max_format_len;
|
log_len = max_format_len - 1;
|
||||||
}
|
}
|
||||||
len += log_len;
|
len += log_len;
|
||||||
|
|
||||||
/* add new line character*/
|
/* add new line character*/
|
||||||
if (*(buff + len - 1) != '\n' && len + 1 < maxlen - len) {
|
if (*(buff + len - 1) != '\n' && len + 1 < maxlen - 1) {
|
||||||
*(buff + len) = '\n';
|
*(buff + len) = '\n';
|
||||||
len++;
|
len++;
|
||||||
log_len++;
|
log_len++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (tlog.root->segment_log && len + 1 < maxlen - len) {
|
if (tlog.root->segment_log) {
|
||||||
|
if (len + 1 < maxlen - 1) {
|
||||||
*(buff + len) = '\0';
|
*(buff + len) = '\0';
|
||||||
len++;
|
len++;
|
||||||
log_len++;
|
log_len++;
|
||||||
|
}
|
||||||
log_head->len = log_len;
|
log_head->len = log_len;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -385,6 +400,9 @@ static int _tlog_print_buffer(char *buff, int maxlen, void *userptr, const char
|
|||||||
{
|
{
|
||||||
int len;
|
int len;
|
||||||
int total_len = 0;
|
int total_len = 0;
|
||||||
|
void* unused __attribute__ ((unused));
|
||||||
|
|
||||||
|
unused = userptr;
|
||||||
|
|
||||||
/* format log message */
|
/* format log message */
|
||||||
len = vsnprintf(buff, maxlen, format, ap);
|
len = vsnprintf(buff, maxlen, format, ap);
|
||||||
@@ -547,8 +565,9 @@ int tlog_printf(struct tlog_log *log, const char *format, ...)
|
|||||||
static int _tlog_early_print(const char *format, va_list ap)
|
static int _tlog_early_print(const char *format, va_list ap)
|
||||||
{
|
{
|
||||||
char log_buf[TLOG_MAX_LINE_LEN];
|
char log_buf[TLOG_MAX_LINE_LEN];
|
||||||
int len = 0;
|
size_t len = 0;
|
||||||
int out_len = 0;
|
size_t out_len = 0;
|
||||||
|
int unused __attribute__ ((unused));
|
||||||
|
|
||||||
if (tlog_disable_early_print) {
|
if (tlog_disable_early_print) {
|
||||||
return 0;
|
return 0;
|
||||||
@@ -562,9 +581,9 @@ static int _tlog_early_print(const char *format, va_list ap)
|
|||||||
out_len = sizeof(log_buf);
|
out_len = sizeof(log_buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
write(STDOUT_FILENO, log_buf, out_len);
|
unused = write(STDOUT_FILENO, log_buf, out_len);
|
||||||
if (log_buf[out_len - 1] != '\n') {
|
if (log_buf[out_len - 1] != '\n') {
|
||||||
write(STDOUT_FILENO, "\n", 1);
|
unused = write(STDOUT_FILENO, "\n", 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return len;
|
return len;
|
||||||
@@ -647,6 +666,7 @@ static int _tlog_list_dir(const char *path, list_callback callback, void *userpt
|
|||||||
DIR *dir = NULL;
|
DIR *dir = NULL;
|
||||||
struct dirent *ent;
|
struct dirent *ent;
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
const char* unused __attribute__ ((unused)) = path;
|
||||||
|
|
||||||
dir = opendir(path);
|
dir = opendir(path);
|
||||||
if (dir == NULL) {
|
if (dir == NULL) {
|
||||||
@@ -679,6 +699,7 @@ static int _tlog_count_log_callback(const char *path, struct dirent *entry, void
|
|||||||
struct count_log *count_log = (struct count_log *)userptr;
|
struct count_log *count_log = (struct count_log *)userptr;
|
||||||
struct tlog_log *log = count_log->log;
|
struct tlog_log *log = count_log->log;
|
||||||
char logname[TLOG_LOG_NAME_LEN * 2];
|
char logname[TLOG_LOG_NAME_LEN * 2];
|
||||||
|
const char* unused __attribute__ ((unused)) = path;
|
||||||
|
|
||||||
if (strstr(entry->d_name, log->suffix) == NULL) {
|
if (strstr(entry->d_name, log->suffix) == NULL) {
|
||||||
return 0;
|
return 0;
|
||||||
@@ -1002,9 +1023,10 @@ static int _tlog_archive_log(struct tlog_log *log)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _tlog_write(struct tlog_log *log, char *buff, int bufflen)
|
static int _tlog_write(struct tlog_log *log, const char *buff, int bufflen)
|
||||||
{
|
{
|
||||||
int len;
|
int len;
|
||||||
|
int unused __attribute__ ((unused));
|
||||||
|
|
||||||
if (bufflen <= 0) {
|
if (bufflen <= 0) {
|
||||||
return 0;
|
return 0;
|
||||||
@@ -1012,7 +1034,7 @@ static int _tlog_write(struct tlog_log *log, char *buff, int bufflen)
|
|||||||
|
|
||||||
/* output log to screen */
|
/* output log to screen */
|
||||||
if (log->logscreen) {
|
if (log->logscreen) {
|
||||||
write(STDOUT_FILENO, buff, bufflen);
|
unused = write(STDOUT_FILENO, buff, bufflen);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if log file size exceeds threshold, start to compress */
|
/* if log file size exceeds threshold, start to compress */
|
||||||
@@ -1024,7 +1046,7 @@ static int _tlog_write(struct tlog_log *log, char *buff, int bufflen)
|
|||||||
if (log->filesize < lseek(log->fd, 0, SEEK_END) && log->multi_log == 0) {
|
if (log->filesize < lseek(log->fd, 0, SEEK_END) && log->multi_log == 0) {
|
||||||
const char *msg = "[Auto enable multi-process write mode, log may be lost, please enable multi-process write mode manually]\n";
|
const char *msg = "[Auto enable multi-process write mode, log may be lost, please enable multi-process write mode manually]\n";
|
||||||
log->multi_log = 1;
|
log->multi_log = 1;
|
||||||
write(log->fd, msg, strlen(msg));
|
unused = write(log->fd, msg, strlen(msg));
|
||||||
}
|
}
|
||||||
close(log->fd);
|
close(log->fd);
|
||||||
log->fd = -1;
|
log->fd = -1;
|
||||||
@@ -1080,7 +1102,7 @@ static int _tlog_write(struct tlog_log *log, char *buff, int bufflen)
|
|||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
int tlog_write(struct tlog_log *log, char *buff, int bufflen)
|
int tlog_write(struct tlog_log *log, const char *buff, int bufflen)
|
||||||
{
|
{
|
||||||
return _tlog_write(log, buff, bufflen);
|
return _tlog_write(log, buff, bufflen);
|
||||||
}
|
}
|
||||||
@@ -1294,11 +1316,15 @@ static void _tlog_work_write(struct tlog_log *log, int log_len, int log_extlen,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _tlog_root_write_log(struct tlog_log *log, char *buff, int bufflen)
|
static int _tlog_root_write_log(struct tlog_log *log, const char *buff, int bufflen)
|
||||||
{
|
{
|
||||||
struct tlog_segment_log_head *head = NULL;
|
struct tlog_segment_log_head *head = NULL;
|
||||||
static struct tlog_segment_log_head empty_info;
|
static struct tlog_segment_log_head empty_info;
|
||||||
if (tlog.output_func == NULL) {
|
if (tlog.output_func == NULL) {
|
||||||
|
if (log->segment_log) {
|
||||||
|
head = (struct tlog_segment_log_head *)buff;
|
||||||
|
return _tlog_write(log, head->data, head->len);
|
||||||
|
}
|
||||||
return _tlog_write(log, buff, bufflen);
|
return _tlog_write(log, buff, bufflen);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1319,6 +1345,9 @@ static void *_tlog_work(void *arg)
|
|||||||
int log_dropped = 0;
|
int log_dropped = 0;
|
||||||
struct tlog_log *log = NULL;
|
struct tlog_log *log = NULL;
|
||||||
struct tlog_log *loop_log = NULL;
|
struct tlog_log *loop_log = NULL;
|
||||||
|
void* unused __attribute__ ((unused));
|
||||||
|
|
||||||
|
unused = arg;
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
log_len = 0;
|
log_len = 0;
|
||||||
@@ -1484,6 +1513,11 @@ int tlog_setlevel(tlog_level level)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tlog_level tlog_getlevel(void)
|
||||||
|
{
|
||||||
|
return tlog_set_level;
|
||||||
|
}
|
||||||
|
|
||||||
tlog_log *tlog_open(const char *logfile, int maxlogsize, int maxlogcount, int buffsize, unsigned int flag)
|
tlog_log *tlog_open(const char *logfile, int maxlogsize, int maxlogcount, int buffsize, unsigned int flag)
|
||||||
{
|
{
|
||||||
struct tlog_log *log = NULL;
|
struct tlog_log *log = NULL;
|
||||||
|
|||||||
95
src/tlog.h
95
src/tlog.h
@@ -9,6 +9,11 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
#include <string>
|
||||||
|
#include <memory>
|
||||||
|
#include <sstream>
|
||||||
|
#include <iostream>
|
||||||
|
#include <functional>
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /*__cplusplus */
|
#endif /*__cplusplus */
|
||||||
|
|
||||||
@@ -24,13 +29,13 @@ typedef enum {
|
|||||||
|
|
||||||
struct tlog_time {
|
struct tlog_time {
|
||||||
int year;
|
int year;
|
||||||
int mon;
|
unsigned int usec;
|
||||||
int mday;
|
unsigned char mon;
|
||||||
int hour;
|
unsigned char mday;
|
||||||
int min;
|
unsigned char hour;
|
||||||
int sec;
|
unsigned char min;
|
||||||
int usec;
|
unsigned char sec;
|
||||||
};
|
} __attribute__((packed));
|
||||||
|
|
||||||
#ifndef TLOG_MAX_LINE_LEN
|
#ifndef TLOG_MAX_LINE_LEN
|
||||||
#define TLOG_MAX_LINE_LEN (1024)
|
#define TLOG_MAX_LINE_LEN (1024)
|
||||||
@@ -55,7 +60,7 @@ struct tlog_time {
|
|||||||
/* enable log to screen */
|
/* enable log to screen */
|
||||||
#define TLOG_SCREEN (1 << 4)
|
#define TLOG_SCREEN (1 << 4)
|
||||||
|
|
||||||
struct tlog_info {
|
struct tlog_loginfo {
|
||||||
tlog_level level;
|
tlog_level level;
|
||||||
const char *file;
|
const char *file;
|
||||||
const char *func;
|
const char *func;
|
||||||
@@ -83,6 +88,9 @@ extern int tlog_write_log(char *buff, int bufflen);
|
|||||||
/* set log level */
|
/* set log level */
|
||||||
extern int tlog_setlevel(tlog_level level);
|
extern int tlog_setlevel(tlog_level level);
|
||||||
|
|
||||||
|
/* get log level */
|
||||||
|
extern tlog_level tlog_getlevel(void);
|
||||||
|
|
||||||
/* enalbe log to screen */
|
/* enalbe log to screen */
|
||||||
extern void tlog_setlogscreen(int enable);
|
extern void tlog_setlogscreen(int enable);
|
||||||
|
|
||||||
@@ -113,13 +121,13 @@ steps:
|
|||||||
|
|
||||||
read _tlog_format for example.
|
read _tlog_format for example.
|
||||||
*/
|
*/
|
||||||
typedef int (*tlog_format_func)(char *buff, int maxlen, struct tlog_info *info, void *userptr, const char *format, va_list ap);
|
typedef int (*tlog_format_func)(char *buff, int maxlen, struct tlog_loginfo *info, void *userptr, const char *format, va_list ap);
|
||||||
extern int tlog_reg_format_func(tlog_format_func func);
|
extern int tlog_reg_format_func(tlog_format_func func);
|
||||||
|
|
||||||
/* register log output callback
|
/* register log output callback
|
||||||
Note: info is invalid when flag TLOG_SEGMENT is not set.
|
Note: info is invalid when flag TLOG_SEGMENT is not set.
|
||||||
*/
|
*/
|
||||||
typedef int (*tlog_log_output_func)(struct tlog_info *info, char *buff, int bufflen, void *private_data);
|
typedef int (*tlog_log_output_func)(struct tlog_loginfo *info, const char *buff, int bufflen, void *private_data);
|
||||||
extern int tlog_reg_log_output_func(tlog_log_output_func output, void *private_data);
|
extern int tlog_reg_log_output_func(tlog_log_output_func output, void *private_data);
|
||||||
|
|
||||||
struct tlog_log;
|
struct tlog_log;
|
||||||
@@ -132,11 +140,11 @@ maxlogcount: Number of archived logs.
|
|||||||
buffsize: Buffer size, zero for default (128K)
|
buffsize: Buffer size, zero for default (128K)
|
||||||
flag: read tlog flags
|
flag: read tlog flags
|
||||||
return: log stream handler.
|
return: log stream handler.
|
||||||
*/
|
*/
|
||||||
extern tlog_log *tlog_open(const char *logfile, int maxlogsize, int maxlogcount, int buffsize, unsigned int flag);
|
extern tlog_log *tlog_open(const char *logfile, int maxlogsize, int maxlogcount, int buffsize, unsigned int flag);
|
||||||
|
|
||||||
/* write buff to log file */
|
/* write buff to log file */
|
||||||
extern int tlog_write(struct tlog_log *log, char *buff, int bufflen);
|
extern int tlog_write(struct tlog_log *log, const char *buff, int bufflen);
|
||||||
|
|
||||||
/* close log stream */
|
/* close log stream */
|
||||||
extern void tlog_close(tlog_log *log);
|
extern void tlog_close(tlog_log *log);
|
||||||
@@ -160,7 +168,7 @@ extern int tlog_vprintf(tlog_log *log, const char *format, va_list ap);
|
|||||||
extern void tlog_logscreen(tlog_log *log, int enable);
|
extern void tlog_logscreen(tlog_log *log, int enable);
|
||||||
|
|
||||||
/* register output callback */
|
/* register output callback */
|
||||||
typedef int (*tlog_output_func)(struct tlog_log *log, char *buff, int bufflen);
|
typedef int (*tlog_output_func)(struct tlog_log *log, const char *buff, int bufflen);
|
||||||
extern int tlog_reg_output_func(tlog_log *log, tlog_output_func output);
|
extern int tlog_reg_output_func(tlog_log *log, tlog_output_func output);
|
||||||
|
|
||||||
/* set private data */
|
/* set private data */
|
||||||
@@ -173,6 +181,63 @@ extern void *tlog_get_private(tlog_log *log);
|
|||||||
extern int tlog_localtime(struct tlog_time *tm);
|
extern int tlog_localtime(struct tlog_time *tm);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
class Tlog {
|
||||||
#endif /*__cplusplus */
|
using Stream = std::ostringstream;
|
||||||
|
using Buffer = std::unique_ptr<Stream, std::function<void(Stream*)>>;
|
||||||
|
public:
|
||||||
|
Tlog(){}
|
||||||
|
~Tlog(){}
|
||||||
|
|
||||||
|
static Tlog &Instance() {
|
||||||
|
static Tlog logger;
|
||||||
|
return logger;
|
||||||
|
}
|
||||||
|
|
||||||
|
Buffer LogStream(tlog_level level, const char *file, int line, const char *func, void *userptr) {
|
||||||
|
return Buffer(new Stream, [=](Stream *st) {
|
||||||
|
tlog_ext(level, file, line, func, userptr, "%s", st->str().c_str());
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
class TlogOut {
|
||||||
|
using Stream = std::ostringstream;
|
||||||
|
using Buffer = std::unique_ptr<Stream, std::function<void(Stream*)>>;
|
||||||
|
public:
|
||||||
|
TlogOut(){}
|
||||||
|
~TlogOut(){}
|
||||||
|
|
||||||
|
static TlogOut &Instance() {
|
||||||
|
static TlogOut logger;
|
||||||
|
return logger;
|
||||||
|
}
|
||||||
|
|
||||||
|
Buffer Out(tlog_log *log) {
|
||||||
|
return Buffer(new Stream, [=](Stream *st) {
|
||||||
|
tlog_printf(log, "%s", st->str().c_str());
|
||||||
|
});
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
#define Tlog_logger (Tlog::Instance())
|
||||||
|
#define Tlog_stream(level) if (tlog_getlevel() <= level) *Tlog_logger.LogStream(level, BASE_FILE_NAME, __LINE__, __func__, NULL)
|
||||||
|
#define tlog_debug Tlog_stream(TLOG_DEBUG)
|
||||||
|
#define tlog_info Tlog_stream(TLOG_INFO)
|
||||||
|
#define tlog_notice Tlog_stream(TLOG_NOTICE)
|
||||||
|
#define tlog_warn Tlog_stream(TLOG_WARN)
|
||||||
|
#define tlog_error Tlog_stream(TLOG_ERROR)
|
||||||
|
#define tlog_fatal Tlog_stream(TLOG_FATAL)
|
||||||
|
|
||||||
|
#define Tlog_out_logger (TlogOut::Instance())
|
||||||
|
#define tlog_out(stream) (*Tlog_out_logger.Out(stream))
|
||||||
|
|
||||||
|
} /*__cplusplus */
|
||||||
|
#else
|
||||||
|
#define tlog_debug(...) tlog(TLOG_DEBUG, ##__VA_ARGS__)
|
||||||
|
#define tlog_info(...) tlog(TLOG_INFO, ##__VA_ARGS__)
|
||||||
|
#define tlog_notice(...) tlog(TLOG_NOTICE, ##__VA_ARGS__)
|
||||||
|
#define tlog_warn(...) tlog(TLOG_WARN, ##__VA_ARGS__)
|
||||||
|
#define tlog_error(...) tlog(TLOG_ERROR, ##__VA_ARGS__)
|
||||||
|
#define tlog_fatal(...) tlog(TLOG_FATAL, ##__VA_ARGS__)
|
||||||
|
#endif
|
||||||
#endif // !TLOG_H
|
#endif // !TLOG_H
|
||||||
|
|||||||
76
src/util.c
76
src/util.c
@@ -1,3 +1,21 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef _GNU_SOURCE
|
#ifndef _GNU_SOURCE
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
#endif
|
#endif
|
||||||
@@ -6,19 +24,20 @@
|
|||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <linux/netlink.h>
|
#include <inttypes.h>
|
||||||
#include <linux/capability.h>
|
#include <linux/capability.h>
|
||||||
|
#include <linux/netlink.h>
|
||||||
|
#include <netinet/tcp.h>
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/ssl.h>
|
#include <openssl/ssl.h>
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <sys/prctl.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <inttypes.h>
|
|
||||||
#include <sys/prctl.h>
|
|
||||||
|
|
||||||
#define TMP_BUFF_LEN_32 32
|
#define TMP_BUFF_LEN_32 32
|
||||||
|
|
||||||
@@ -273,7 +292,7 @@ static int _check_is_ipv4(const char *ip)
|
|||||||
int dot_num = 0;
|
int dot_num = 0;
|
||||||
int dig_num = 0;
|
int dig_num = 0;
|
||||||
|
|
||||||
while ( (c = *ptr++) != '\0') {
|
while ((c = *ptr++) != '\0') {
|
||||||
if (c == '.') {
|
if (c == '.') {
|
||||||
dot_num++;
|
dot_num++;
|
||||||
dig_num = 0;
|
dig_num = 0;
|
||||||
@@ -307,7 +326,7 @@ static int _check_is_ipv6(const char *ip)
|
|||||||
int colon_num = 0;
|
int colon_num = 0;
|
||||||
int dig_num = 0;
|
int dig_num = 0;
|
||||||
|
|
||||||
while ( (c = *ptr++) != '\0') {
|
while ((c = *ptr++) != '\0') {
|
||||||
if (c == '[' || c == ']') {
|
if (c == '[' || c == ']') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -483,7 +502,8 @@ static int _ipset_support_timeout(const char *ipsetname)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _ipset_operate(const char *ipsetname, const unsigned char addr[], int addr_len, unsigned long timeout, int operate)
|
static int _ipset_operate(const char *ipsetname, const unsigned char addr[], int addr_len, unsigned long timeout,
|
||||||
|
int operate)
|
||||||
{
|
{
|
||||||
struct nlmsghdr *netlink_head;
|
struct nlmsghdr *netlink_head;
|
||||||
struct ipset_netlink_msg *netlink_msg;
|
struct ipset_netlink_msg *netlink_msg;
|
||||||
@@ -541,7 +561,9 @@ static int _ipset_operate(const char *ipsetname, const unsigned char addr[], int
|
|||||||
netlink_head->nlmsg_len += NETLINK_ALIGN(sizeof(struct ipset_netlink_attr));
|
netlink_head->nlmsg_len += NETLINK_ALIGN(sizeof(struct ipset_netlink_attr));
|
||||||
nested[1]->type = NLA_F_NESTED | IPSET_ATTR_IP;
|
nested[1]->type = NLA_F_NESTED | IPSET_ATTR_IP;
|
||||||
|
|
||||||
_ipset_add_attr(netlink_head, (af == AF_INET ? IPSET_ATTR_IPADDR_IPV4 : IPSET_ATTR_IPADDR_IPV6) | NLA_F_NET_BYTEORDER, addr_len, addr);
|
_ipset_add_attr(netlink_head,
|
||||||
|
(af == AF_INET ? IPSET_ATTR_IPADDR_IPV4 : IPSET_ATTR_IPADDR_IPV6) | NLA_F_NET_BYTEORDER, addr_len,
|
||||||
|
addr);
|
||||||
nested[1]->len = (void *)buffer + NETLINK_ALIGN(netlink_head->nlmsg_len) - (void *)nested[1];
|
nested[1]->len = (void *)buffer + NETLINK_ALIGN(netlink_head->nlmsg_len) - (void *)nested[1];
|
||||||
|
|
||||||
if (timeout > 0 && _ipset_support_timeout(ipsetname) == 0) {
|
if (timeout > 0 && _ipset_support_timeout(ipsetname) == 0) {
|
||||||
@@ -668,6 +690,7 @@ errout:
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if OPENSSL_API_COMPAT < 0x10100000
|
||||||
#define THREAD_STACK_SIZE (16 * 1024)
|
#define THREAD_STACK_SIZE (16 * 1024)
|
||||||
static pthread_mutex_t *lock_cs;
|
static pthread_mutex_t *lock_cs;
|
||||||
static long *lock_count;
|
static long *lock_count;
|
||||||
@@ -724,6 +747,7 @@ void SSL_CRYPTO_thread_cleanup(void)
|
|||||||
OPENSSL_free(lock_cs);
|
OPENSSL_free(lock_cs);
|
||||||
OPENSSL_free(lock_count);
|
OPENSSL_free(lock_count);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#define SERVER_NAME_LEN 256
|
#define SERVER_NAME_LEN 256
|
||||||
#define TLS_HEADER_LEN 5
|
#define TLS_HEADER_LEN 5
|
||||||
@@ -923,6 +947,16 @@ void get_compiled_time(struct tm *tm)
|
|||||||
tm->tm_sec = sec;
|
tm->tm_sec = sec;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int is_numeric(const char *str)
|
||||||
|
{
|
||||||
|
while (*str != '\0') {
|
||||||
|
if (*str < '0' || *str > '9')
|
||||||
|
return -1;
|
||||||
|
str++;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
int has_network_raw_cap(void)
|
int has_network_raw_cap(void)
|
||||||
{
|
{
|
||||||
int fd = socket(AF_INET, SOCK_RAW, IPPROTO_ICMP);
|
int fd = socket(AF_INET, SOCK_RAW, IPPROTO_ICMP);
|
||||||
@@ -933,3 +967,31 @@ int has_network_raw_cap(void)
|
|||||||
close(fd);
|
close(fd);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int set_sock_keepalive(int fd, int keepidle, int keepinterval, int keepcnt)
|
||||||
|
{
|
||||||
|
const int yes = 1;
|
||||||
|
if (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, &yes, sizeof(yes)) != 0) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &keepidle, sizeof(keepidle));
|
||||||
|
setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &keepinterval, sizeof(keepinterval));
|
||||||
|
setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &keepcnt, sizeof(keepcnt));
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
int set_sock_lingertime(int fd, int time)
|
||||||
|
{
|
||||||
|
struct linger l;
|
||||||
|
|
||||||
|
l.l_onoff = 1;
|
||||||
|
l.l_linger = 0;
|
||||||
|
|
||||||
|
if (setsockopt(fd, SOL_SOCKET, SO_LINGER, (const char *)&l, sizeof(l)) != 0) {
|
||||||
|
return -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
41
src/util.h
41
src/util.h
@@ -1,16 +1,47 @@
|
|||||||
|
/*************************************************************************
|
||||||
|
*
|
||||||
|
* Copyright (C) 2018-2020 Ruilin Peng (Nick) <pymumu@gmail.com>.
|
||||||
|
*
|
||||||
|
* smartdns 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.
|
||||||
|
*
|
||||||
|
* smartdns 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/>.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef SMART_DNS_UTIL_H
|
#ifndef SMART_DNS_UTIL_H
|
||||||
#define SMART_DNS_UTIL_H
|
#define SMART_DNS_UTIL_H
|
||||||
|
|
||||||
|
#include "stringutil.h"
|
||||||
#include <netdb.h>
|
#include <netdb.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include "stringutil.h"
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /*__cplusplus */
|
#endif /*__cplusplus */
|
||||||
|
|
||||||
|
#ifndef TCP_FASTOPEN
|
||||||
|
#define TCP_FASTOPEN 23
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef TCP_FASTOPEN_CONNECT
|
||||||
|
#define TCP_FASTOPEN_CONNECT 30
|
||||||
|
#endif
|
||||||
|
#ifndef TCP_THIN_LINEAR_TIMEOUTS
|
||||||
|
#define TCP_THIN_LINEAR_TIMEOUTS 16
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef TCP_THIN_DUPACK
|
||||||
|
#define TCP_THIN_DUPACK 17
|
||||||
|
#endif
|
||||||
|
|
||||||
#define PORT_NOT_DEFINED -1
|
#define PORT_NOT_DEFINED -1
|
||||||
#define MAX_IP_LEN 64
|
#define MAX_IP_LEN 64
|
||||||
|
|
||||||
@@ -67,8 +98,14 @@ int parse_tls_header(const char *data, size_t data_len, char *hostname, const ch
|
|||||||
|
|
||||||
void get_compiled_time(struct tm *tm);
|
void get_compiled_time(struct tm *tm);
|
||||||
|
|
||||||
|
int is_numeric(const char *str);
|
||||||
|
|
||||||
int has_network_raw_cap(void);
|
int has_network_raw_cap(void);
|
||||||
|
|
||||||
|
int set_sock_keepalive(int fd, int keepidle, int keepinterval, int keepcnt);
|
||||||
|
|
||||||
|
int set_sock_lingertime(int fd, int time);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif /*__cplusplus */
|
#endif /*__cplusplus */
|
||||||
|
|||||||
@@ -1,17 +1,17 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=smart dns server
|
Description=smart dns server
|
||||||
After=network.target
|
After=network.target
|
||||||
|
StartLimitBurst=0
|
||||||
|
StartLimitIntervalSec=60
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
PIDFile=/var/run/smartdns.pid
|
PIDFile=@RUNSTATEDIR@/smartdns.pid
|
||||||
EnvironmentFile=/etc/default/smartdns
|
EnvironmentFile=@SYSCONFDIR@/default/smartdns
|
||||||
ExecStart=/usr/sbin/smartdns $SMART_DNS_OPTS
|
ExecStart=@SBINDIR@/smartdns -p @RUNSTATEDIR@/smartdns.pid $SMART_DNS_OPTS
|
||||||
KillMode=process
|
KillMode=process
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=2
|
RestartSec=2
|
||||||
StartLimitBurst=0
|
|
||||||
StartLimitIntervalSec=60
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
Reference in New Issue
Block a user