aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorficus <ficus@robocracy.org>2012-11-24 03:45:58 +0100
committerficus <ficus@robocracy.org>2012-11-24 03:45:58 +0100
commit2f32429ee03e7b8ed2cfefa6efe07b56fcb28924 (patch)
tree520c286e8892842face4d29824a380b1a6c609b6
parent5878df6542c7fd38b3224cd06aaf87510ba74336 (diff)
downloadtorouter-live-2f32429ee03e7b8ed2cfefa6efe07b56fcb28924.tar.gz
torouter-live-2f32429ee03e7b8ed2cfefa6efe07b56fcb28924.zip
change default SSID to openwireless.org
-rw-r--r--config/includes.chroot/etc/network/interfaces2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/includes.chroot/etc/network/interfaces b/config/includes.chroot/etc/network/interfaces
index 9e418ca..7429992 100644
--- a/config/includes.chroot/etc/network/interfaces
+++ b/config/includes.chroot/etc/network/interfaces
@@ -40,7 +40,7 @@ iface uap0 inet static
post-up /etc/init.d/tor reload
post-up /etc/init.d/dnsmasq_wifi start
post-up /etc/init.d/ttdnsd restart
- post-up /usr/bin/uaputl sys_cfg_ssid "torproject" || true
+ post-up /usr/bin/uaputl sys_cfg_ssid "openwireless.org" || true
post-up /usr/bin/uaputl bss_start || true
post-up /usr/sbin/tor-wireless-firewall.sh || true
post-up /sbin/iptables -t nat -A OUTPUT -p tcp -d 10.192.0.0/10 -j REDIRECT --to-ports 9040