12 lines
385 B
Markdown
12 lines
385 B
Markdown
- Parameter for server URL
|
|
- Parameter for static file serve path
|
|
- Parameter for server name
|
|
- Set up tokens or privkeys or tripcodes or something so
|
|
clients can't trivially impersonate servers
|
|
|
|
- Prevent directory traversal attacks
|
|
- Fix possible timing gap when refreshing http_listen (Just have client wait a few seconds?)
|
|
- Error handling
|
|
|
|
- Reverse proxy to other local servers
|