mirror of
https://github.com/bvanroll/college-pentesting.git
synced 2025-08-29 12:02:46 +00:00
17 lines
357 B
Bash
Executable File
17 lines
357 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $Id: cameraname.sh, v1.00 2009-11-05 andy
|
|
#
|
|
# usage: cameraname.sh
|
|
#
|
|
|
|
echo "*** begin cameraname.sh ***"
|
|
|
|
# restart dhcp for camera name change (mydlink request -> will cause disconnection on mydlink relay mode)
|
|
# gpio dhcp
|
|
|
|
# restart mDNSResponder for camera change - Remove (use BonjourName)
|
|
# killall -q mDNSResponder
|
|
# gpio mDNSResponder
|
|
|