We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add5f72 commit 03db228Copy full SHA for 03db228
build.sh
@@ -13,3 +13,4 @@ sudo docker build -t roo .
13
#in ~/.docker/config.json
14
#test with
15
#docker run --rm -it roo
16
+#docker system prune -af
roo/roo.go
@@ -76,7 +76,7 @@ import (
76
// //////////////////////////////////////
77
func main() {
78
fmt.Println("\n\n//////////////////////////////////////////////////////////////")
79
- fmt.Println("Roo. Version 100")
+ fmt.Println("Roo. Version 101")
80
fmt.Println("Transparent proxy suitable for clusters and swarm")
81
fmt.Println("https://github.com/sfproductlabs/roo")
82
fmt.Println("(c) Copyright 2018-2023 SF Product Labs LLC.")
0 commit comments