aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-23 20:14:13 +0100
committerficus <ficus@robocracy.org>2012-11-23 20:14:13 +0100
commitf6df416e105556ca98f996dd573dea08b4c622b0 (patch)
tree13d593be880b6ae02b4c165748540e5a98165ed1
parent0f4dd182b023dd8a34eab07702591d180feb86cc (diff)
downloadtorouter-live-f6df416e105556ca98f996dd573dea08b4c622b0.tar.gz
torouter-live-f6df416e105556ca98f996dd573dea08b4c622b0.zip
enable proxy (NAT configurations)
-rwxr-xr-xconfig/hooks/services.sh.chroot (renamed from config/hooks/disable-services.sh.chroot)2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hooks/disable-services.sh.chroot b/config/hooks/services.sh.chroot
index 63d0fa7..4b96505 100755
--- a/config/hooks/disable-services.sh.chroot
+++ b/config/hooks/services.sh.chroot
@@ -5,3 +5,5 @@ update-rc.d tor disable || true
update-rc.d dnsmasq disable || true
update-rc.d ttdnsd disable || true
+echo "Enable proxy"
+update-rc.d proxy enable defaults