-
Notifications
You must be signed in to change notification settings - Fork 205
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
d5c098c
commit 8311341
Showing
4 changed files
with
5 additions
and
6 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ import ( | |
// ./openp2p install -node hhd1207-222 -token YOUR-TOKEN -sharebandwidth 0 -peernode hhdhome-n1 -dstip 127.0.0.1 -dstport 50022 -protocol tcp -srcport 22 | ||
func install() { | ||
gLog.Println(LvINFO, "openp2p start. version: ", OpenP2PVersion) | ||
gLog.Println(LvINFO, "Contact: QQ: 16947733, Email: [email protected]") | ||
gLog.Println(LvINFO, "Contact: QQ group 16947733, Email [email protected]") | ||
gLog.Println(LvINFO, "install start") | ||
defer gLog.Println(LvINFO, "install end") | ||
// auto uninstall | ||
|
@@ -74,6 +74,7 @@ func install() { | |
} else { | ||
gLog.Println(LvINFO, "start openp2p service ok.") | ||
} | ||
gLog.Println(LvINFO, "Visit WebUI on https://console.openp2p.cn") | ||
} | ||
|
||
func installByFilename() { | ||
|
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