mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Minor: comment block
Minor: comment block
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
namespace RaspAP\Networking\Hotspot;
|
||||
|
||||
/**
|
||||
* Manages dnsmasq configuration for DHCP/DNS services
|
||||
* A dnsmasq configuration manager for RaspAP
|
||||
*
|
||||
* @description Class methods to get, build and save dnsmasq configs
|
||||
* @author Bill Zimmerman <billzimmerman@gmail.com>
|
||||
* @license https://github.com/raspap/raspap-webgui/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
class DnsmasqManager
|
||||
{
|
||||
private const CONF_SUFFIX = '.conf';
|
||||
|
||||
@@ -4,7 +4,7 @@ namespace RaspAP\Networking\Hotspot;
|
||||
|
||||
/**
|
||||
* Wireless utility class
|
||||
* @description A collection of wireless utlity methods for RaspAP
|
||||
* @description A collection of wireless utility methods for RaspAP
|
||||
* @author Bill Zimmerman <billzimmerman@gmail.com>
|
||||
* @license https://github.com/raspap/raspap-webgui/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user