Simon Zolin
|
adb422fedf
|
filtering: refactor; change API; add "filters_update_interval" setting
+ config: "filters_update_interval"
* add /control/filtering_info
* remove /control/filtering/enable
* remove /control/filtering/disable
* add /control/filtering_config
* remove /control/filtering/status
* add /control/filtering/set_url
* remove /control/filtering/enable_url
* remove /control/filtering/disable_url
|
2019-09-12 18:38:13 +03:00 |
Simon Zolin
|
8104c902ee
|
* querylog: move code to a separate package
+ config: "querylog_interval" setting
/control/querylog_config, /control/querylog_info
+ POST /control/querylog_clear
|
2019-09-12 18:35:13 +03:00 |
Simon Zolin
|
60eb55bdce
|
* stats: remove old code
|
2019-09-04 10:12:01 +03:00 |
Simon Zolin
|
452a668a5b
|
* control: refactor: all handlers are registered via httpRegister()
* move some code to home/control_filtering.go
|
2019-08-21 14:52:57 +03:00 |
Simon Zolin
|
8b63811fa9
|
* filters update: increase update period to 24 hours
|
2019-08-13 10:30:28 +03:00 |
Simon Zolin
|
dc2d8cf075
|
+ /control/blocked_services/* API
|
2019-08-05 14:12:22 +03:00 |
Simon Zolin
|
9857024c5d
|
+ control: add /rewrite/* handlers
|
2019-07-29 11:48:24 +03:00 |
Simon Zolin
|
af21a5f17b
|
* move "dnsServer" to "config"
|
2019-07-19 12:18:16 +03:00 |
Simon Zolin
|
d3ddfc81a6
|
* move "versionCheckJSON" to "config"
|
2019-07-19 12:18:16 +03:00 |
Simon Zolin
|
c426ee0108
|
* move "client", "transport" to "config"
|
2019-07-19 12:18:16 +03:00 |
Simon Zolin
|
2682adca39
|
* move "controlLock" mutex to "config"
|
2019-07-17 19:29:45 +03:00 |
Simon Zolin
|
375e410aa3
|
- /filtering/remove_url: windows: remove filter file only after DNS server has been stopped
Otherwise, os.Remove() will return with an error "file is being used".
|
2019-07-15 18:23:58 +03:00 |
Simon Zolin
|
425f3c87d0
|
+ /status: "dns_addresses": add "tls://" or "https://" prefix
|
2019-07-05 15:47:21 +03:00 |
Simon Zolin
|
ad7c5cb9dc
|
* /status: "dns_addresses": add port if not 53
|
2019-07-05 15:47:21 +03:00 |
Andrey Meshkov
|
f1e6a30931
|
Fix version/channel linking
|
2019-06-20 14:36:26 +03:00 |
Simon Zolin
|
dc682763ff
|
* move ./*.go files into ./home/ directory
|
2019-06-10 11:51:53 +03:00 |