mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Reorder todo
This commit is contained in:
parent
444ab10260
commit
0f3482f836
@ -86,7 +86,7 @@ func (c *BoringProxyClient) RunPuppetClient() {
|
||||
|
||||
func (c *BoringProxyClient) PollTunnels() error {
|
||||
|
||||
log.Println("PollTunnels")
|
||||
//log.Println("PollTunnels")
|
||||
|
||||
url := fmt.Sprintf("https://%s/api/tunnels?client-name=%s", c.server, c.clientName)
|
||||
|
||||
|
8
todo.md
8
todo.md
@ -1,13 +1,13 @@
|
||||
# 31 Oct 2020 Launch List
|
||||
|
||||
- [ ] Invalid database is wiping out tunnels
|
||||
- [ ] Improve SSH key download UI.
|
||||
- [ ] Improve token list UI.
|
||||
- [ ] Finish website
|
||||
- [ ] Demo instance
|
||||
- [ ] Demo video
|
||||
- [ ] Demo auto email signup
|
||||
- [ ] Demo video
|
||||
- [ ] Post on /r/selfhosted
|
||||
- [ ] Improve SSH key download UI.
|
||||
- [ ] Improve token list UI.
|
||||
- [ ] Invalid database is wiping out tunnels
|
||||
- [x] Head can be rendered before h.headHtml is ever set, ie if login page is visited before any other page
|
||||
- [x] Responses to unauthorized requests are leaking information about the current tunnels through the generated CSS.
|
||||
- [x] I think it's possible to create tokens for arbitrary user, even if you're not that user.
|
||||
|
Loading…
Reference in New Issue
Block a user