Only bind IBC command server to localhost

dockerize_ib_gw
Tyler Goodlet 2022-05-27 08:08:21 -04:00
parent 3bbbc21d2b
commit fa9f8c78c3
1 changed files with 2 additions and 2 deletions

View File

@ -583,7 +583,7 @@ DismissNSEComplianceNotice=yes
# IBC. Commands can always be sent from the
# same host as IBC is running on.
ControlFrom=
ControlFrom=127.0.0.1
# Address for Receiving Commands
@ -595,7 +595,7 @@ ControlFrom=
# accepted on the specified address. The default is to
# accept connection requests on all local addresses.
BindAddress=
BindAddress=127.0.0.1
# Command Prompt