Added upstream proto option to mobile library

Changed android listener IP to 0.0.0.0
This commit is contained in:
Ginder Singh
2024-01-06 00:42:41 -05:00
committed by Cuong Manh Le
parent 51b235b61a
commit cfaf32f71a
3 changed files with 29 additions and 15 deletions
+5 -4
View File
@@ -11,8 +11,9 @@ type AppCallback struct {
// AppConfig allows overwriting ctrld cli flags from mobile platforms.
type AppConfig struct {
CdUID string
HomeDir string
Verbose int
LogPath string
CdUID string
HomeDir string
UpstreamProto string
Verbose int
LogPath string
}