forked from LindezaGrey/hak5c2
-
Notifications
You must be signed in to change notification settings - Fork 1
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
11f9b11
commit 4a9e9c7
Showing
1 changed file
with
4 additions
and
2 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 |
---|---|---|
@@ -1,10 +1,12 @@ | ||
DB=/db/c2.db | ||
HOSTNAME=c2.example.com | ||
HTTPS=True | ||
KEYFILE=/cert/cert.key | ||
CERTFILE=/cert/cert.crt | ||
# change what's needed after this line | ||
HOSTNAME=c2.example.com | ||
LISTENIP=0.0.0.0 | ||
LISTENPORT=8080 | ||
SSHPORT=2022 | ||
# If set, Cloud C2 will work behind a reverse proxy like nginx proxy-companion | ||
REVERSEPROXY= | ||
REVERSEPROXYPORT= | ||
SSHPORT=2022 |