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
Copy file name to clipboardExpand all lines: config.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,6 +112,7 @@ var (
112
112
// daemon's short name.
113
113
typeConfigstruct {
114
114
HTTPSListenstring`long:"httpslisten" description:"The host:port to listen for incoming HTTP/2 connections on for the web UI only."`
115
+
HTTPListenstring`long:"insecure-httplisten" description:"The host:port to listen on with TLS disabled. This is dangerous to enable as credentials will be submitted without encryption. Should only be used in combination with Tor hidden services or other external encryption."`
115
116
UIPasswordstring`long:"uipassword" description:"The password that must be entered when using the loop UI. use a strong password to protect your node from unauthorized access through the web UI."`
116
117
UIPasswordFilestring`long:"uipassword_file" description:"Same as uipassword but instead of passing in the value directly, read the password from the specified file."`
117
118
UIPasswordEnvstring`long:"uipassword_env" description:"Same as uipassword but instead of passing in the value directly, read the password from the specified environment variable."`
0 commit comments