Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedric05/privnet
https://github.com/cedric05/privnet
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cedric05/privnet
- Owner: cedric05
- Created: 2024-02-14T17:27:25.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-04T21:33:59.000Z (10 months ago)
- Last Synced: 2024-12-06T14:54:47.556Z (20 days ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Expose Private Net http(behind NAT gateway) to Public
Current focuses in HTTP
# TODO
- [x] Fix PING PONG
- [x] if client disconnected, server should close those port
- [x] Update error messages
- [x] simple error should not fail
- [ ] Look if, we want to expose localnet under tls?
- [ ] ROAD to TLS
- [ ] client to server (tls)
- [ ] server to client (tls)
- [ ] Allow client via tls certificate auth
- [ ] use certificates from client
- [ ] Currently http as a protocol is not exposed
- [ ] exposing only http protocol allows
- [ ] maintaining history
- [ ] easy way to debug issues from server
- [x] Single port server (where client requests port, when supplied from client)