Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use __ReloadTorrcOnSIGHUP as cli argument when starting tor #425

Closed
05nelsonm opened this issue Jun 2, 2024 · 1 comment · Fixed by #426
Closed

Use __ReloadTorrcOnSIGHUP as cli argument when starting tor #425

05nelsonm opened this issue Jun 2, 2024 · 1 comment · Fixed by #426
Labels
enhancement New feature or request
Milestone

Comments

@05nelsonm
Copy link
Owner

To disable usage of TorCmd.Signal.RELOAD, need to add as a default parameter TorConfig.__ReloadTorrcOnSIGHUP with a setting of false (0). Also need to create an interceptor for TorCtrl in order to inhibit any modifications of the setting via TorCmd.Config.Set or TorCmd.Config.Reset.

@05nelsonm 05nelsonm added the enhancement New feature or request label Jun 2, 2024
@05nelsonm 05nelsonm added this to the 2.0.0-alpha01 milestone Jun 2, 2024
@05nelsonm
Copy link
Owner Author

Should also make TorCmd.Signal.Reload extend TorCmd.Privileged instead of TorCmd.Unprivileged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant