Ildar Kamalov
68a4cc597f
* client: fix sort helper
2019-05-28 18:44:27 +03:00
Ildar Kamalov
22d3c38df2
+ client: handle per-client settings
2019-05-28 18:44:27 +03:00
Simon Zolin
22c7efd2d1
- openapi.yaml: fix HTTP methods
2019-05-28 18:44:27 +03:00
Simon Zolin
eb159e6997
+ openapi.yaml: add /clients handlers
2019-05-28 18:44:27 +03:00
Simon Zolin
8bf76c331d
+ dnsfilter: use callback function for applying per-client settings
2019-05-28 18:44:27 +03:00
Simon Zolin
4bb7b654ab
+ dhcp: FindIPbyMAC()
2019-05-28 18:44:27 +03:00
Simon Zolin
3f89335ed2
+ dns: use per-client filtering settings
2019-05-28 18:44:27 +03:00
Simon Zolin
8f7aff93d7
+ clients: config: save/restore clients info array
2019-05-28 18:44:27 +03:00
Simon Zolin
5fb7e44e79
+ clients API
...
* /clients handler: new format
+ /clients/add handler
+ /clients/delete handler
+ /clients/update handler
2019-05-28 18:44:27 +03:00
Simon Zolin
6a7b1aba8b
+ doc: clients
2019-05-28 18:44:27 +03:00
Simon Zolin
218f51092c
Merge: + app: disable new version check and auto-update by command line switch
...
Close #778
* commit '9f75146eaba9d9a3ce085c884d7f18a2c628dc50':
* client: check for empty versions response
* docker: use --no-check-update
* openapi: update /version.json description
+ app: disable new version check and auto-update by command line switch
2019-05-28 18:18:40 +03:00
Ildar Kamalov
9f75146eab
* client: check for empty versions response
2019-05-28 15:22:48 +03:00
Simon Zolin
6ab8aa4da1
* docker: use --no-check-update
2019-05-28 11:42:50 +03:00
Simon Zolin
386886cec2
Merge: * control: 🚑 Corrects typo in parental control API error message
...
Close #781
* commit '517ebc0251d6bfe43b7b4d31c7c4e7e91ea928fa':
🚑 Corrects typo in parental control API error message
2019-05-28 11:42:12 +03:00
Simon Zolin
5b29cae133
* openapi: update /version.json description
2019-05-28 11:41:36 +03:00
Simon Zolin
4df8868787
Merge: * dnsfilter: parental/safebrowsing: add setting to switch between HTTP and HTTPS #646
...
* commit 'f23507a5546229d8ce8f69d56667cd5212f026d3':
* dnsfilter: parental/safebrowsing: add setting to switch between HTTP and HTTPS
2019-05-28 11:31:51 +03:00
Franck Nijhof
517ebc0251
🚑 Corrects typo in parental control API error message
2019-05-27 22:51:51 +02:00
Simon Zolin
f25639f1fc
+ app: disable new version check and auto-update by command line switch
2019-05-27 18:48:33 +03:00
Simon Zolin
f23507a554
* dnsfilter: parental/safebrowsing: add setting to switch between HTTP and HTTPS
2019-05-27 18:11:05 +03:00
Simon Zolin
b9df476c5d
Merge: dnsforward: support IPv6
...
Close #735
* commit 'e2579c72bdcafed41d5be1250fb38aeda0a8184e':
* dnsfilter: fix tests
+ dnsforward: support IPv6 (AAAA response)
* dnsfilter: return the correct IP address (host rules)
2019-05-27 12:35:31 +03:00
Simon Zolin
e2579c72bd
* dnsfilter: fix tests
2019-05-24 18:08:08 +03:00
Simon Zolin
ac8f703407
+ dnsforward: support IPv6 (AAAA response)
...
If question type is AAAA:
Before this patch we responded with NXDOMAIN.
Now we send an empty response if host rule is IPv4;
or we send an AAAA answer if host rule is IPv6.
+ block ipv6 if rule is "0.0.0.0 blockdomain"
2019-05-24 18:08:08 +03:00
Simon Zolin
9ad4bba9ab
* dnsfilter: return the correct IP address (host rules)
2019-05-24 18:08:08 +03:00
Simon Zolin
452c930dd0
Merge: * dnsfilter: use 'https' for safe-browsing and parental control
...
Close #646
* commit '00e1b6ca089705e7fdb4764133058e04111e36df':
* dnsfilter: use 'https' for safe-browsing and parental control
2019-05-24 18:03:00 +03:00
Simon Zolin
fdd0f594fb
Merge: - control: allow requests to "/favicon.ico" while we are in install mode
...
Close #766
* commit 'dece393d6acfa21f588505e494eb1225adc8376a':
- control: allow requests to "/favicon.ico" while we are in install mode
2019-05-24 18:02:07 +03:00
Simon Zolin
00e1b6ca08
* dnsfilter: use 'https' for safe-browsing and parental control
2019-05-23 17:26:50 +03:00
Simon Zolin
dece393d6a
- control: allow requests to "/favicon.ico" while we are in install mode
2019-05-23 16:28:20 +03:00
Simon Zolin
aa2d942783
Merge: Update by command from UI
...
Close #428
* commit '70e329956776cc381fdb28805375d5b2f0e22dbf':
* openapi: update
* client: add link to the update error
* client: add update timeout
* client: add error message if update failed
+ client: handle update
* go linter
* control: /version.json: use new JSON format
+ set config.runningAsService
* app: --help: more pretty help info
+ app: add --check-config command-line argument
* app: optimize config file reading
+ /control/update handler
* control: don't use custom resolver for tests
+ doc: Update algorithm
- control: fix race in /control/version.json handler
2019-05-20 13:38:23 +03:00
Simon Zolin
e3ee7a0c3e
Merge: dnsfilter: use urlfilter package #714
...
* commit '096a95998749b673bc9be638bc9c8f6f0d13be41':
* dnsforward: use new dnsfilter interface
* dnsfilter: adapt tests to new interface
* dnsfilter: use urlfilter package
* dnsfilter: remove code for filtering rules
* dns: rename dnsfilter.Filter.Rule -> dnsfilter.Filter.Data
* dnsforward: use separate ServerConfig object
* use urlfilter
2019-05-20 11:00:45 +03:00
Simon Zolin
70e3299567
* openapi: update
2019-05-20 10:57:07 +03:00
Ildar Kamalov
967517316f
* client: add link to the update error
2019-05-17 18:33:34 +03:00
Ildar Kamalov
24f582d36d
* client: add update timeout
2019-05-17 18:33:34 +03:00
Ildar Kamalov
9cffe865ec
* client: add error message if update failed
2019-05-17 18:33:34 +03:00
Ildar Kamalov
cb3f7f2834
+ client: handle update
2019-05-17 18:33:34 +03:00
Simon Zolin
096a959987
* dnsforward: use new dnsfilter interface
2019-05-17 18:22:57 +03:00
Simon Zolin
5ec747b30b
* dnsfilter: adapt tests to new interface
2019-05-17 18:22:57 +03:00
Simon Zolin
829415da5b
* dnsfilter: use urlfilter package
...
+ new config setting 'filtering_temp_filename'
* remove AddRules(), modify New()
2019-05-17 18:22:57 +03:00
Simon Zolin
3396d68019
* dnsfilter: remove code for filtering rules
2019-05-17 18:22:57 +03:00
Simon Zolin
bd68bf2e25
* dns: rename dnsfilter.Filter.Rule -> dnsfilter.Filter.Data
2019-05-17 18:22:57 +03:00
Simon Zolin
9644f79a03
* dnsforward: use separate ServerConfig object
2019-05-17 18:22:57 +03:00
Simon Zolin
36e273dfd5
* use urlfilter
2019-05-17 18:22:57 +03:00
Simon Zolin
068072bc5a
* go linter
2019-05-17 15:39:56 +03:00
Simon Zolin
b72ca4d127
* control: /version.json: use new JSON format
2019-05-17 15:37:38 +03:00
Simon Zolin
28440fc3ac
+ set config.runningAsService
2019-05-17 15:37:38 +03:00
Simon Zolin
6d14ec18ac
* app: --help: more pretty help info
2019-05-17 15:37:38 +03:00
Simon Zolin
5fd35254a8
+ app: add --check-config command-line argument
2019-05-17 15:37:38 +03:00
Simon Zolin
3ee8051e97
* app: optimize config file reading
...
* read config file just once (even when upgrading)
* don't call os.Stat()
2019-05-17 15:37:38 +03:00
Simon Zolin
2dd6ea5161
+ /control/update handler
2019-05-17 15:37:38 +03:00
Simon Zolin
788e91a51e
* control: don't use custom resolver for tests
2019-05-17 15:34:55 +03:00
Simon Zolin
d4fcef8d04
+ doc: Update algorithm
2019-05-17 15:34:55 +03:00