Simon Zolin
|
37fe3c148f
|
* whois: use whois.arin.net
+ robust redirect mechanism
* decrease timeout 30sec -> 5sec
* faster response parsing
* don't use likexian/whois-go package
|
2019-10-09 18:03:22 +03:00 |
|
Simon Zolin
|
6304a7b91b
|
+ Login page and web sessions
+ /control/login
+ /control/logout
|
2019-09-19 12:47:55 +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
|
2780ace63e
|
* move "httpsServer" 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 |
|
Andrey Meshkov
|
082354204b
|
Fix #831
This commit fixes panic when customDialContext fails to resolve the host's address.
|
2019-06-18 16:18:13 +03:00 |
|
Simon Zolin
|
dc682763ff
|
* move ./*.go files into ./home/ directory
|
2019-06-10 11:51:53 +03:00 |
|