Commit a97ca98
- .github/workflows/docker-publish.yml+22-8
- .github/workflows/release-publish.yml+2-2
- .github/workflows/rust-build.yml+3-3
- Cargo.lock+19-8
- Cargo.toml+1-1
- README.md+1-1
- tuic-client/Cargo.toml+1-1
- tuic-client/src/socks5/mod.rs-1
- tuic-server/Cargo.toml+2-1
- tuic-server/README.md+3-1
- tuic-server/src/acl.rs+222-222
- tuic-server/src/config.rs+24-2
- tuic-server/src/connection/handle_task.rs+22-5
- tuic-server/src/server.rs+10-3
- tuic-server/src/tls.rs+37-9
- tuic-server/tests/config/valid_toml_config.toml+1
- tuic-server/tests/config/yaml_config_format.yaml+2
- tuic-tests/Cargo.toml+1-1
- tuic-tests/tests/integration_tests.rs+2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
0 commit comments