Nick Peng
4e5248ebf3
BugFix: Fix issue #670 , Contributed by Enna1
2021-01-09 12:19:07 +08:00
Nick Peng
ccd0f203fb
dns-client: add some log
2021-01-09 12:06:58 +08:00
huyz-git
29d61d9373
Update ReadMe_en.md
2021-01-08 11:10:04 +08:00
huyz-git
4dcfd2c729
Update ReadMe.md
2021-01-08 11:10:04 +08:00
Purple Grape
42b3e98b2a
drop el6 support
...
version of openssl must be 1.0.2 or higher
2020-09-29 23:46:07 +08:00
Purple Grape
81ecfa5dab
Update smartdns.spec
...
mainly fix BuildRequires
now it's possiable to build rpm with the follow commands
rpmbuild -ta smartdns-*.tar.gz
2020-09-19 21:19:53 +08:00
Felix Yan
baa1397fb0
Move TimeoutStopSec to [Service]
...
It belongs here. Setting it in [Unit] produces the following warning:
```
systemd[1]: /usr/lib/systemd/system/smartdns.service:6: Unknown key name 'TimeoutStopSec' in section 'Unit', ignoring.
```
2020-09-10 23:29:16 +08:00
Nick Peng
86902d2e34
serve-expired: support config reply ttl
Release33
2020-09-06 15:21:37 +08:00
Nick Peng
6f30fe6d05
compile: remove O_CLOEXEC flags
2020-09-05 19:37:50 +08:00
Nick Peng
0b45da29c7
cache: support persist cache when restart smartdns
2020-09-05 12:55:30 +08:00
Nick Peng
2b81fffb7e
dns_client: fix ssl race condition issue.
2020-09-02 22:03:24 +08:00
Nick Peng
7af6f475da
dns-client: reduce ssl session cache size
Release32
2020-08-27 23:34:22 +08:00
Purple Grape
c3b6560b46
add rpm support
2020-08-25 22:02:45 +08:00
Nick Peng
a3d3364a32
dns_client: avoid disconnect with server after query complete
Release32-RC4
2020-08-24 23:54:06 +08:00
Nick Peng
b8a36ccb8c
dns_client: avoid connect failure
2020-08-24 23:18:35 +08:00
Nick Peng
aee19be262
dns-cache: support cache when speed check is disabled
2020-08-23 20:12:50 +08:00
Nick Peng
98429e88f1
speed_check: fix query failure when speed-check is none and dualstack-selection is enable.
2020-08-23 15:28:56 +08:00
Nick Peng
80cb27c795
tlog: update tlog
Release32-RC3
2020-08-22 08:13:55 +08:00
Kevin Zhou
cb73eadf01
Make the ipset working as expected when the domain passthrough
2020-08-22 07:57:00 +08:00
Nick Peng
69ba3f8789
pending: fix pending server resolve issue
2020-08-16 17:05:51 +08:00
Nick Peng
c380bbe0e3
tlog: update tlog
2020-08-13 01:23:40 +08:00
Nick Peng
da74e877c5
dns_client: repeat same arguments with SSL_write
2020-08-13 00:56:51 +08:00
Nick Peng
a300873b3f
dns-client: fix ssl send request issue
2020-08-11 00:09:38 +08:00
Nick Peng
a9829f6155
dns-server: fix race condition issue
Release32-RC2
2020-08-09 23:54:23 +08:00
Nick Peng
1923271630
compile: fix comile warnings
2020-08-09 18:01:33 +08:00
Nick Peng
c23ec7ea8f
client: suppress log.
2020-08-03 01:07:47 +08:00
rhettor
aad751c1f5
Support docker
2020-08-02 18:10:31 +08:00
Nick Peng
138df2fd5d
luci: fix no-check-certificate config not working issue
Release32-RC1
2020-08-02 17:43:38 +08:00
Nick Peng
297ea29639
Client: Fix ssl crash issue.
2020-08-02 01:00:46 +08:00
Nick Peng
bc0d6b89ca
tlog: update tlog
2020-07-30 00:03:20 +08:00
Nick Peng
2148efd262
client: retry upstream when network restart
2020-07-12 11:12:55 +08:00
Nick Peng
ce46ac58a7
dns_client: check ssl before set certificate
2020-05-10 22:04:48 +08:00
Nick Peng
c1f9941427
dualstack: update cache when ipv6 not exists
2020-05-04 02:24:55 +08:00
Nick Peng
770ce9e8bc
dns-client: fix add pending server issue when AAAA record not exists
Release31
2020-05-04 00:03:31 +08:00
Nick Peng
60d0fc856e
luci-compate: fix typo
2020-05-03 23:32:49 +08:00
Nick Peng
95472129ee
dns-client: increase dns query retry times.
2020-05-03 17:00:50 +08:00
Nick Peng
f79ceeac43
luci: update luci
2020-05-01 00:23:21 +08:00
Nick Peng
54801e1ed6
tls: support certificate verify.
2020-05-01 00:23:19 +08:00
Nick Peng
304e94bc6f
fast-ping: force send RST after ping finish.
2020-04-19 09:43:47 +08:00
Nick Peng
3985ea8269
pending-server: retry for 2 minutes when add pending server.
2020-04-17 22:37:49 +08:00
Nick Peng
c2c418ed89
dns-client: fix https memory leak issue.
2020-04-10 23:37:13 +08:00
clay_your
b78c9eb6fe
fix missing the FILE field..
...
fix Download/default is missing the FILE field.. Stop. error on openwrt
2020-04-06 21:55:37 +08:00
Nick Peng
0aec326d55
QRCode: update QR code.
2020-04-01 22:43:54 +08:00
Nick Peng
29e4d4b48b
init-script: fix openwrt init-script issue.
2020-03-22 17:11:33 +08:00
Felix Yan
a6fe329105
Fix hostname option name in conf example
...
The hostname option is actually `-host-name` as in the code and README. Setting `-hostname` doesn't work.
2020-03-09 22:13:37 +08:00
Nick Peng
c824c0abc5
CodeStyle: update clang-format, limite column to 120
2020-03-02 23:45:47 +08:00
Nick Peng
3ad7cd7f45
install-script: Follow FHS rules
2020-02-27 00:50:43 +08:00
Nick Peng
b31792ad9b
luci-app-smartdns: clean javascript code
Release30
2020-02-25 21:52:48 +08:00
Nick Peng
5a411c3937
luci-app-smartdns: remove uci track
2020-02-25 21:52:47 +08:00
Nick Peng
0092212f46
Bugfix: fix crash issue when has pending server
2020-02-25 21:50:13 +08:00