From 846ee52dc6b9239173565a81d4fb756e6f26285f Mon Sep 17 00:00:00 2001 From: ficus Date: Tue, 25 Sep 2012 19:11:01 +0200 Subject: various tweeks - remove torouter-tui dependancy from torouter-prep - split out dnsmasq config to per-interface files - clean up configs directory, moving misc temp files to /tmp --- packages/torouter-prep/configs/etc/udhcpd.conf | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 packages/torouter-prep/configs/etc/udhcpd.conf (limited to 'packages/torouter-prep/configs/etc/udhcpd.conf') diff --git a/packages/torouter-prep/configs/etc/udhcpd.conf b/packages/torouter-prep/configs/etc/udhcpd.conf deleted file mode 100644 index 04160aa..0000000 --- a/packages/torouter-prep/configs/etc/udhcpd.conf +++ /dev/null @@ -1,26 +0,0 @@ -# Sample udhcpd configuration file (/etc/udhcpd.conf) - -# The start and end of the IP lease block -start 172.16.23.10 -end 172.16.23.254 - -# The interface that udhcpd will use -interface uap0 - -# The maximim number of leases (includes addressesd reserved -# by OFFER's, DECLINE's, and ARP conficts -max_leases 244 - -# If remaining is true (default), udhcpd will store the time -# remaining for each lease in the udhcpd leases file. This is -# for embedded systems that cannot keep time between reboots. -# If you set remaining to no, the absolute time that the lease -# expires at will be stored in the dhcpd.leases file. -remaining no - -# Use Tor's DNSPort and route via Tor -opt dns 172.16.23.1 -option subnet 255.255.255.0 -opt router 172.16.23.1 -option domain local -option lease 864000 # 10 days of seconds -- cgit v1.2.3