feat: project bootstrap

This commit is contained in:
Ilshidur
2019-10-20 15:02:53 +02:00
parent a7263ea2a8
commit cbff7267ae
6 changed files with 362 additions and 1 deletions

5
entrypoint.sh Normal file
View File

@@ -0,0 +1,5 @@
touch /etc/tor/torrc
#TODO:
exec tor -f "/etc/tor/torrc" --defaults-torrc "/etc/tor/torrc.default"