Simon Zolin
4ae8c799ee
Merge: + DNS: Add Rewrites section
...
Close #818
* commit 'e95aae5744ffd1de0809c95a8df50ea3f5f1af28':
+ client: handle DNS rewrites
+ openapi: add /rewrite/* methods
+ dnsforward: use Rewrites table
+ control: add /rewrite/* handlers
+ doc: add Rewrites section
* dnsfilter: refactor: a simple approach to convert Reason to string
2019-07-31 18:55:01 +03:00
Ildar Kamalov
e95aae5744
+ client: handle DNS rewrites
2019-07-31 14:29:37 +03:00
Ildar Kamalov
3cca61d599
Merge: + translations: add twosky integration
...
* commit '3b0f2e5563bfa3411b258b1b9c0b9d74f5598514':
+ translations: add twosky integration
2019-07-31 14:02:01 +03:00
Ildar Kamalov
3b0f2e5563
+ translations: add twosky integration
2019-07-31 13:51:58 +03:00
Simon Zolin
70b8cf6ec8
+ openapi: add /rewrite/* methods
2019-07-29 14:49:14 +03:00
Simon Zolin
1bb6638db7
+ dnsforward: use Rewrites table
2019-07-29 11:48:24 +03:00
Simon Zolin
9857024c5d
+ control: add /rewrite/* handlers
2019-07-29 11:48:24 +03:00
Simon Zolin
0c2459b51b
+ doc: add Rewrites section
2019-07-29 11:37:47 +03:00
Simon Zolin
b66e370ffc
* dnsfilter: refactor: a simple approach to convert Reason to string
2019-07-29 11:37:10 +03:00
Simon Zolin
a9fbb93f0f
Merge: + Add "parental_block_host" and "safebrowsing_block_host" settings
...
#454
* commit 'fdf7ee2c08d4177d78fcdc20571bc7d2b61320ae':
* refactor: don't set new configuration while running DNS server
* refactor
* dnsforward: parental control server can be an IP address, not just host name
+ dnsforward, config: add "parental_block_host" and "safebrowsing_block_host" settings
2019-07-24 19:35:46 +03:00
Andrey Meshkov
a742181956
Merge: +: git-cz config file
...
* commit '873108bf081c98eeb22fe00befd81f198aca7879':
+: git-cz config file
2019-07-24 17:25:53 +03:00
Andrey Meshkov
873108bf08
+: git-cz config file
...
Added a git-cz config file because otherwise I cannot write proper
commit messages as I forget our rules all the time.
2019-07-24 17:26:21 +03:00
Andrey Meshkov
e9647e2962
Merge: refactor: 💡 optimizing GC
...
* commit '479675b6ccffbd9505a1edced40472438ea6a737':
refactor: 💡 optimizing GC
2019-07-24 17:06:04 +03:00
Andrey Meshkov
e09ec5d38e
Merge: * dnsfilter: use fastcache instead of gcache
...
* commit 'd9265aa9a8c21d97206b0e43a03b448f2c33a510':
fix tests
* dnsfilter: use fastcache instead of gcache
+ config: add cache size settings
2019-07-24 17:04:24 +03:00
Andrey Meshkov
479675b6cc
refactor: 💡 optimizing GC
...
Setting debug.SetGCPercent makes golang free memory faster. This greatly
improves overall RSS usage. Otherwise, golang prefers not to free memory
at all:)
2019-07-24 17:00:05 +03:00
Simon Zolin
d9265aa9a8
fix tests
2019-07-23 20:01:50 +03:00
Simon Zolin
6f51df7d2e
* dnsfilter: use fastcache instead of gcache
2019-07-23 17:14:13 +03:00
Simon Zolin
81303b5db7
+ config: add cache size settings
2019-07-23 15:57:44 +03:00
Simon Zolin
fdf7ee2c08
* refactor: don't set new configuration while running DNS server
2019-07-22 12:52:27 +03:00
Simon Zolin
5a3de2a276
* refactor
2019-07-22 12:33:58 +03:00
Simon Zolin
4a05ab0057
* dnsforward: parental control server can be an IP address, not just host name
2019-07-22 12:33:45 +03:00
Simon Zolin
4134a8c30e
+ dnsforward, config: add "parental_block_host" and "safebrowsing_block_host" settings
2019-07-22 12:16:30 +03:00
Simon Zolin
c2dacd32d1
Merge: * use urlfilter v0.4.1
...
Close #840
* commit 'bb00a632382823d8c0a0d9f307788711ea50cb5f':
* use urlfilter v0.4.1
2019-07-19 15:26:52 +03:00
Simon Zolin
bb00a63238
* use urlfilter v0.4.1
2019-07-19 15:20:42 +03:00
Simon Zolin
bd5162ada3
Merge: Refactoring: move global variables; move initialization of periodic tasks
...
Close #583
* commit 'b8444ff46aff5e45194c6cb61fdf4d3e7aa798fa':
* minor
* dnsforward: move initialization of periodic tasks to NewServer()
* move "dnsctx" to "config"
* move "dnsServer" to "config"
* move "dhcpServer" to "config"
* move "httpServer" to "config"
* move "httpsServer" to "config"
* move "pidFileName" to "config"
* move "versionCheckJSON" to "config"
* move "client", "transport" to "config"
* move "controlLock" mutex to "config"
* clients: move container object to "config"
2019-07-19 15:18:51 +03:00
Simon Zolin
b8444ff46a
* minor
2019-07-19 12:18:16 +03:00
Simon Zolin
2bbd262968
* dnsforward: move initialization of periodic tasks to NewServer()
2019-07-19 12:18:16 +03:00
Simon Zolin
6701e9ce06
* move "dnsctx" to "config"
2019-07-19 12:18:16 +03:00
Simon Zolin
af21a5f17b
* move "dnsServer" to "config"
2019-07-19 12:18:16 +03:00
Simon Zolin
001b4b981f
* move "dhcpServer" to "config"
2019-07-19 12:18:16 +03:00
Simon Zolin
5e309a7b3a
* move "httpServer" to "config"
2019-07-19 12:18:16 +03:00
Simon Zolin
2780ace63e
* move "httpsServer" to "config"
2019-07-19 12:18:16 +03:00
Simon Zolin
f79008d9d0
* move "pidFileName" 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
d51f43e27a
* clients: move container object to "config"
...
Now the functions use parameter, not a global object.
2019-07-17 19:29:45 +03:00
Simon Zolin
1973901802
Merge: * dhcpd: check if subnet mask is correct
...
Close #887
* commit '79a5c920a40180b7291d94535e50017d98eb3a63':
* dhcpd: check if subnet mask is correct
2019-07-17 12:45:45 +03:00
Simon Zolin
79a5c920a4
* dhcpd: check if subnet mask is correct
2019-07-17 11:55:21 +03:00
Simon Zolin
0fb42e5c71
Merge: - filters: fix crash after update
...
#878
* commit '1c5b6130480b7c8796c9861c94e9635b550582bc':
- filters: fix crash after update
2019-07-16 15:35:54 +03:00
Simon Zolin
1c5b613048
- filters: fix crash after update
2019-07-16 15:29:36 +03:00
Simon Zolin
55a4536997
Merge: - filters: start DNS server after filters are updated
...
Close #886
* commit '1b45dc45fc4e610689afc4e618e45ed946f02646':
- filters: start DNS server after filters are updated
2019-07-16 14:41:23 +03:00
Simon Zolin
1b45dc45fc
- filters: start DNS server after filters are updated
2019-07-16 14:32:58 +03:00
Simon Zolin
87ccd192c3
Merge: - filters: windows: fix update procedure
...
Close #878
* commit '2c91de73af78a032c076dbad6dcdb85e22e82536':
* minor
- filters: start DNS server after filter has been removed
- filters: windows: fix update procedure
2019-07-16 13:58:54 +03:00
Simon Zolin
2c91de73af
* minor
2019-07-16 12:55:55 +03:00
Simon Zolin
94f3bf44d7
- filters: start DNS server after filter has been removed
2019-07-16 12:55:47 +03:00
Simon Zolin
27006f58c5
- filters: windows: fix update procedure
...
We couldn't write filter files on Windows due to
"file is being used" error.
2019-07-16 12:55:18 +03:00
Simon Zolin
4326a2c945
Merge: - /filtering/remove_url: windows: remove filter file only after DNS server has been stopped
...
Close #878
* commit '375e410aa310c24ec0e95ee48ebd40675d5df1e7':
- /filtering/remove_url: windows: remove filter file only after DNS server has been stopped
2019-07-15 18:36:08 +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
cc8633ed7d
Merge: - dnsfilter: fix crash when global setting 'SafeSearch' is off
...
Close #880
* commit 'a79643f23e4bb45a912a71b4a973a027431a8720':
+ dnsfilter-test: override global safe-browsing setting with a per-client setting
- dnsfilter: fix crash when global setting 'SafeSearch' is off
2019-07-15 18:22:58 +03:00