<Location />
# tgn Use auth and disable remote printing
Order allow,deny
Allow from 127.0.0.1
AuthType Default
Require user @SYSTEM
Satisfy any
</Location>
<Location /admin>
# tgn Allow remote administration with Auth
AuthType Default
Require user @SYSTEM
Order allow,deny
Allow all
</Location>
Meraki Open Source Licenses
Until today I assumed that Meraki was built in-house with only closed source software. But having a look at the...
0 Comments