diff options
author | ficus <ficus@robocracy.org> | 2012-12-28 19:32:29 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-12-28 19:32:29 +0100 |
commit | f817e98201222253b1e3633b6bfea908eff6f1b9 (patch) | |
tree | fe6f801a0bfe512f5dae6c412eb9d6bf2dde9139 | |
parent | 97987d61abed87a649fb5506e5093a4384534c3c (diff) | |
download | torouter-f817e98201222253b1e3633b6bfea908eff6f1b9.tar.gz torouter-f817e98201222253b1e3633b6bfea908eff6f1b9.zip |
-rw-r--r-- | NOTES | 4 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | packages/torouter-prep/configs/etc/default/dnsmasq | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -38,3 +38,7 @@ differences between takeover and .img build process: - don't need kernel re-pack with takeover - don't need fstab re-write with takeover +--------- +See also: +"Personal Onion Router To Assure Liberty", using OpenWRT on cheap hardware: +https://github.com/grugq/portal @@ -1,5 +1,4 @@ - fix signing key for torrouter.torproject.org (should have a keyring .deb) -- re-enable source builds in install.sh - fix/clarify current broken DNS situation - .onion addresses don't "just work" yet - clarify u-boot and bootloader configuration in docs @@ -11,3 +10,4 @@ might not fix: - kernel flashing code in install.sh is kernel-version specific +- re-enable source builds in install.sh diff --git a/packages/torouter-prep/configs/etc/default/dnsmasq b/packages/torouter-prep/configs/etc/default/dnsmasq index ddaa02b..c226fa8 100644 --- a/packages/torouter-prep/configs/etc/default/dnsmasq +++ b/packages/torouter-prep/configs/etc/default/dnsmasq @@ -1,2 +1,3 @@ +# NB: the "normal" dnsmasq daemon is also disabled via update-rc.d ENABLED=0 |