How do I configure my hidden service to use the latest Dos defense in tor 0.4.2.5.
In my tor/torrc file underneath my hiddenservice info I added
HiddenServiceEnableIntroDoSDefense 1 HiddenServiceEnableIntroDoSRatePerSec 25 HiddenServiceEnableIntroDoSBurstPerSec 200
and tried to reload tor which failed, I then tried remvoving the numbers from the end and still failed.
What am I doing wrong?
Hello danwin,
the configuration should look this (see https://manpages.debian.org/experimental/tor/torrc.5.en.html).
HiddenServiceDir /var/lib/tor/forum/ HiddenServiceEnableIntroDoSDefense 1 HiddenServiceEnableIntroDoSRatePerSec 25 HiddenServiceEnableIntroDoSBurstPerSec 200 HiddenServicePort 80 10.152.152.11:80 HiddenServiceVersion 3
But it can only be applied to OnionServices of Version 3.
Do you have any additional log output?
cheers, shadow
On 11.12.19 01:13, drlove@danwin1210.me wrote:
How do I configure my hidden service to use the latest Dos defense in tor 0.4.2.5.
In my tor/torrc file underneath my hiddenservice info I added
HiddenServiceEnableIntroDoSDefense 1 HiddenServiceEnableIntroDoSRatePerSec 25 HiddenServiceEnableIntroDoSBurstPerSec 200
and tried to reload tor which failed, I then tried remvoving the numbers from the end and still failed.
What am I doing wrong?
tor-onions mailing list tor-onions@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-onions
tor-onions@lists.torproject.org