https://github.com/rustdesk-org/default_net
https://github.com/rustdesk-org/default_net
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rustdesk-org/default_net
- Owner: rustdesk-org
- Created: 2025-01-16T03:16:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-22T10:57:43.000Z (4 months ago)
- Last Synced: 2025-01-29T11:02:30.730Z (4 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| os | eth | wlan | result |
| -------- | ---- | ---- | ----------------------------------------------- |
| win | on | on | eth |
| win | on | off | eth |
| win | off | on | wlan |
| win | off | off | eth |
| linux | on | on | eth |
| linux | on | off | eth |
| linux | off | on | wlan |
| linux | off | off | error |
| macos | on | on | eth |
| macos | on | off | eth |
| macos | off | on | wlan |
| macos | off | off | error |
| win vm | | | nat: connected, eth; other: disconnected, error |
| linux vm | | | nat: connected, eth; other: disconnected, error |