mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Update dnsmasq with bind-dynamic. Addresses #429
This commit is contained in:
		| @@ -241,7 +241,7 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status) | ||||
|             $dhcp_range = ($dhcpConfig['dhcp-range'] =='10.3.141.50,10.3.141.255,255.255.255.0,12h' || | ||||
|                 $dhcpConfig['dhcp-range'] =='') ? '192.168.50.50,192.168.50.150,12h' : $dhcpConfig['dhcp-range']; | ||||
|             $config = 'interface=lo,uap0               # Enable uap0 interface for wireless client AP mode'.PHP_EOL; | ||||
|             $config.= 'bind-interfaces                 # Bind to the interfaces'.PHP_EOL; | ||||
|             $config.= 'bind-dynamic                    # Hybrid between --bind-interfaces and default'.PHP_EOL; | ||||
|             $config.= 'server=8.8.8.8                  # Forward DNS requests to Google DNS'.PHP_EOL; | ||||
|             $config.= 'domain-needed                   # Don\'t forward short names'.PHP_EOL; | ||||
|             $config.= 'bogus-priv                      # Never forward addresses in the non-routed address spaces'.PHP_EOL; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user