-
Notifications
You must be signed in to change notification settings - Fork 733
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
111504e
commit b32723e
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule trojan
updated
20 files
+17 −1 | CMakeLists.txt | |
+7 −0 | CONTRIBUTORS.md | |
+1 −1 | README.md | |
+0 −3 | azure-pipelines.yml | |
+7 −1 | docs/build.md | |
+12 −0 | docs/config.md | |
+1 −1 | docs/trojan.1 | |
+2 −0 | examples/client.json-example | |
+2 −0 | examples/forward.json-example | |
+2 −0 | examples/nat.json-example | |
+2 −0 | examples/server.json-example | |
+6 −2 | src/core/config.cpp | |
+2 −0 | src/core/config.h | |
+74 −0 | src/core/service.cpp | |
+1 −1 | src/core/version.cpp | |
+10 −0 | src/main.cpp | |
+2 −0 | tests/LinuxSmokeTest/client.json | |
+2 −0 | tests/LinuxSmokeTest/fake-client.json | |
+2 −0 | tests/LinuxSmokeTest/forward.json | |
+2 −0 | tests/LinuxSmokeTest/server.json |