Skip to content

Commit

Permalink
ATOR-173 - Add missed external control ip support
Browse files Browse the repository at this point in the history
  • Loading branch information
yumirkov committed Mar 3, 2024
1 parent 299ff4a commit eb30c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sbws/config.default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ control_socket = ${tor:run_dpath}/control
pid = ${tor:run_dpath}/tor.pid
# note this is a directory
log = ${tor:datadir}/log
external_control_ip =
external_control_port =
extra_lines =

Expand Down
1 change: 1 addition & 0 deletions sbws/util/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ def _validate_tor(conf):
"control_socket",
"pid",
"log",
"external_control_ip",
"external_control_port",
"extra_lines",
]
Expand Down

0 comments on commit eb30c5c

Please sign in to comment.