-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto-update with remote registry URL (#13)
* go mod tidy + .vscode in gitignore * registry pkg * remove registryutil.go * lint, update startAction and cleaning * remove log * channel great type + gather "close" in torProxy.Close method * remove TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 * Revert "remove TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256" This reverts commit 81b9308. * remove "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA" * auto-update-period flag
- Loading branch information
1 parent
ee647a7
commit 9b4566c
Showing
10 changed files
with
343 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
/dist | ||
localhost.key | ||
localhost.crt | ||
|
||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.