-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
DietPi-Software | Tor Hotspot: Start fails due to deprecated settings #3261
Comments
@blizarazu |
I think I found the solution in this tutorial: As the user Apocalypse1508 says in the comments, the config entries "TransListenAddress" and "DNSListenAddress" seem to be deprecated, so I added the IP to "DNSPort" and "TransPort" and removed the "TransListenAddress" and "DNSListenAddress" entries. |
I also have to reload tor after restoring the iptables rules on each boot. |
@blizarazu Fixed with: 79a1f9d Do you agree to skip file logging and instead keep logs in journal, available via
Hmm, iptables rules should be restored on boot automatically by
|
Creating a bug report/issue
Required Information
cat /DietPi/dietpi/.version
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=26
G_DIETPI_VERSION_RC=3
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
echo $G_DISTRO_NAME
orcat /etc/debian_version
buster . 10.2
uname -a
Linux DietPi 4.19.75-v7+ DietPi-System | Quirks noticed by v158 image update #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux
echo $G_HW_MODEL_DESCRIPTION
or (EG: RPi3)RPi 3 Model B+ (armv7l)
5V 2.1A
Samsung EVO Plus 32GB
Additional Information (if applicable)
Tor Hotspot
Installed freshly
Yes
Steps to reproduce
Expected behaviour
Actual behaviour
Extra details
The text was updated successfully, but these errors were encountered: