Some more default config files
* /etc/default/hostapd * /etc/dhcpcd.conf * /etc/dnsmasq.confpull/4/head
							parent
							
								
									a3bfa51c70
								
							
						
					
					
						commit
						a3ea51077d
					
				| @ -0,0 +1,12 @@ | ||||
| # Location of hostapd configuration file | ||||
| DAEMON_CONF="/etc/hostapd/hostapd.conf" | ||||
| 
 | ||||
| # Additional daemon options to be appended to hostapd command:- | ||||
| #   -d   show more debug messages (-dd for even more) | ||||
| #   -K   include key data in debug messages | ||||
| #   -t   include timestamps in some debug messages | ||||
| # | ||||
| # Note that -B (daemon mode) and -P (pidfile) options are automatically | ||||
| # configured by the init.d script and must not be added to DAEMON_OPTS. | ||||
| # | ||||
| #DAEMON_OPTS="" | ||||
| @ -0,0 +1,17 @@ | ||||
| # Defaults from Raspberry Pi configuration | ||||
| hostname | ||||
| clientid | ||||
| persistent | ||||
| option rapid_commit | ||||
| option domain_name_servers, domain_name, domain_search, host_name | ||||
| option classless_static_routes | ||||
| option ntp_servers | ||||
| require dhcp_server_identifier | ||||
| slaac private | ||||
| nohook lookup-hostname | ||||
| 
 | ||||
| # RaspAP-WebGui wireless configuration | ||||
| interface wlan0 | ||||
| static ip_address=10.3.141.1/24 | ||||
| static routers=10.3.141.1 | ||||
| static domain_name_server=8.8.8.8 8.8.4.4 | ||||
| @ -0,0 +1,3 @@ | ||||
| domain-needed | ||||
| interface=wlan0 | ||||
| dhcp-range=10.3.141.50,10.3.141.255,255.255.255.0,12h | ||||
					Loading…
					
					
				
		Reference in New Issue