You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rootCmd.Flags().Int("advertised-port", 0, "Port to expose the IPTV file and xtream (by default, it's taking value from port) useful to put behind a reverse proxy")
119
125
rootCmd.Flags().String("hostname", "", "Hostname or IP to expose the IPTVs endpoints")
120
126
rootCmd.Flags().BoolP("https", "", false, "Activate https for urls proxy")
121
-
rootCmd.Flags().String("user", "usertest", "user UNSAFE(temp auth to access proxy)")
122
-
rootCmd.Flags().String("password", "passwordtest", "password UNSAFE(auth to access m3u proxy and xtream proxy)")
127
+
rootCmd.Flags().String("user", "usertest", "User auth to access proxy (m3u/xtream)")
128
+
rootCmd.Flags().String("password", "passwordtest", "Password auth to access proxy (m3u/xtream)")
123
129
rootCmd.Flags().String("xtream-user", "", "Xtream-code user login")
0 commit comments