Lan Tian
a0246ccee2
general: add unit tests for >80% coverage
...
Includes a few minor fixes:
- frontend: support setting port for WHOIS server
- proxy: fix handling of very long lines
- proxy: refactor IP allowlist logic, parse allow IP list at startup
2023-05-06 00:23:28 -07:00
Nicolas Lorin
348295b9aa
frontend: add the abilities to customized timeout time ( #51 )
...
* main.go: add timeout setting
* lgproxy.go: use timeout setting when querying server
* README.md: add new timeout setting
2022-02-08 02:29:05 -06:00
Yuhui Xu
6481e7cc8d
frontend: fix uninitialized buffer ( #41 )
2021-09-26 13:26:07 -05:00
Yuhui Xu
a64d839e2c
frontend: limit fetched response size to 64KB ( #39 )
2021-09-02 20:21:28 -05:00
Yuhui Xu
b0c0e5442d
frontend: set lgproxy request timeout to 120s ( #31 )
...
lgproxy traceroutecan be really slow if dns resolve doesnt work well.
2021-08-04 00:30:38 +08:00
Yuhui Xu
4e4ce89418
frontend: set timeout longer for lgproxy requests ( #30 )
2021-08-03 11:46:05 +08:00
Yuhui Xu
234aadadd9
frontend: specify timeout for requests ( #29 )
2021-08-02 18:46:43 +08:00
Henri
874089117b
Increase consistency of path escaping and support IPv6 addresses instead of hostnames
2021-04-06 21:43:58 +02:00
Aluísio Augusto Silva Gonçalves
f81a5308ae
frontend: make domain optional
...
Making the domain optional allows usage of bare hostnames for
the servers (e.g. when they're statically configured) and even
IP addresses if someone is so inclined (although presentation
might suffer in this case).
2021-03-31 16:44:44 -03:00
Lan Tian
47d7168718
frontend: fix empty response handling
2020-06-29 13:50:56 +08:00
Lan Tian
ad17c52bb9
Improve parameter handling
2020-03-27 12:21:30 +08:00
Lan Tian
19fd44c28e
Multiple UI and functionality fixes
2020-03-26 01:05:13 +08:00
Lan Tian
0ba325beed
Frontend: add traceroute support
2019-01-08 13:57:53 +08:00
Lan Tian
a9a07d4de4
Initial commit
2019-01-08 01:32:30 +08:00