diff options
| -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 | 
