-
Notifications
You must be signed in to change notification settings - Fork 9
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
number571
committed
Nov 25, 2024
1 parent
f42711f
commit 500ff9a
Showing
22 changed files
with
485 additions
and
383 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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: Hidden Lake Adapter = Common (HLA=common) | ||
desc: adapts HL traffic to a custom HTTP server | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files | ||
[ -n, --network ] - set network key for connections |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: Hidden Lake Composite (HLC) | ||
desc: runs many HL services as one application | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files | ||
[ -n, --network ] - set network key for connections | ||
[ -t, --threads ] - set num of parallel functions to calculate PoW |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: Hidden Lake Encryptor (HLE) | ||
desc: encrypts and decrypts messages | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files | ||
[ -n, --network ] - set network key for connections | ||
[ -t, --threads ] - set num of parallel functions to calculate PoW |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: Hidden Lake Filesharer (HLF) | ||
desc: file sharing with a web interface | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: Hidden Lake Loader (HLL) | ||
desc: distributes the stored traffic between nodes | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files | ||
[ -n, --network ] - set network key for connections |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: Hidden Lake Messenger (HLM) | ||
desc: messenger with a web interface | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
name: Hidden Lake Remoter (HLR) | ||
desc: executes remote access commands | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: Hidden Lake Service (HLS) | ||
desc: anonymizes traffic using the QB-problem | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files | ||
[ -n, --network ] - set network key for connections | ||
[ -t, --threads ] - set num of parallel functions to calculate PoW |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: Hidden Lake Traffic (HLT) | ||
desc: retransmits and saves encrypted traffic | ||
args: | | ||
[ -h, --help ] - print information about service | ||
[ -v, --version ] - print version of service | ||
[ -p, --path ] - set path to config, database files | ||
[ -n, --network ] - set network key for connections |
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.