Changes

503 bytes added ,  15:36, 22 January 2018
Line 508: Line 508:  
  # uci set hostblock.config.enabled=1
 
  # uci set hostblock.config.enabled=1
   −
Last steps:
+
Final steps:
 
  # uci commit hostblock
 
  # uci commit hostblock
 
  # luci-reload
 
  # luci-reload
    +
The first-third steps add hostnames of the websites to be blocked, which are saved under the option ''host''. Each of the first three elements also need to be enabled, therefore, the option ''enabled'' is set to ''1'' next to each host. The fourth step is for enabling the Site Blocking service (by setting the option ''enabled'' in section ''config'' to ''1'').
 
===DHCP Server===
 
===DHCP Server===
 
----
 
----
Line 523: Line 524:     
Setting lease time
 
Setting lease time
 +
# uci set dhcp.lan.letter=m
 +
# uci set dhcp.lan.time=30
 +
# uci set dhcp.lan.leasetime=30m
 +
 +
Final steps:
 +
# uci commit dhcp
 +
# luci-reload

Navigation menu