allow lxc-net for tor (#2774)

* allow lxc-net for tor

* /24
This commit is contained in:
Aiden McClelland
2024-11-05 10:50:24 -07:00
committed by GitHub
parent 5ab2efa0c0
commit 176b1c9d20

1
debian/postinst vendored
View File

@@ -88,6 +88,7 @@ cat << EOF > /etc/tor/torrc
SocksPort 0.0.0.0:9050
SocksPolicy accept 127.0.0.1
SocksPolicy accept 172.18.0.0/16
SocksPolicy accept 10.0.3.0/24
SocksPolicy reject *
ControlPort 9051
CookieAuthentication 1