$ find / -type f -exec grep -En '192.168.1.1' {} \; -print
103: lan) ipad=${ipaddr:-"192.168.1.1"} ;;
/rom/bin/config_generate
356:# option http_proxy "192.168.1.100 8080"
/rom/etc/config/openvpn
72: option server_bridge '192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254'
/rom/etc/config/openvpn_recipes
6:# 02:00:11:22:33:44 192.168.1.1
/rom/etc/ethers
8:pi_ip="192.168.1.1"
/rom/lib/preinit/00_preinit.conf
4829: -p 192.168.1.1
/rom/usr/bin/etherwake
475:"192.168.1.100 8080",
/rom/usr/lib/lua/luci/model/cbi/openvpn-advanced.lua
29:"192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254",
/rom/usr/lib/lua/luci/model/cbi/openvpn-basic.lua
7:return;ui.showModal(_('Erasing...'),[E('p',{'class':'spinning'},_('The system is erasing the configuration partition now and will reboot itself when finished.'))]);fs.exec('/sbin/firstboot',['-r','-y']);ui.awaitReconnect('192.168.1.1',
'openwrt.lan');},handleRestore:function(ev){return ui.uploadFile('/tmp/backup.tar.gz',ev.target).then(L.bind(function(btn,res){btn.firstChild.data=_('Checking archive…');return fs.exec('/bin/tar',['-tzf','/tmp/backup.tar.gz']);},this,ev.
target)).then(L.bind(function(btn,res){if(res.code!=0){ui.addNotification(null,E('p',_('The uploaded backup archive is not readable')));return fs.remove('/tmp/backup.tar.gz');}
10:ui.showModal(_('Rebooting…'),[E('p',{'class':'spinning'},_('The system is rebooting now. If the restored configuration changed the current LAN IP address, you might need to reconnect manually.'))]);ui.awaitReconnect(window.location.ho
st,'192.168.1.1','openwrt.lan');},this)).catch(function(e){ui.addNotification(null,E('p',e.message))}).finally(function(){btn.firstChild.data=_('Upload archive...')});},handleBlock:function(hostname,ev){var mtdblock=dom.parent(ev.target,
'.cbi-section').querySelector('[data-name="mtdselect"] select').value;var form=E('form',{'method':'post','action':L.env.cgi_base+'/cgi-download','enctype':'application/x-www-form-urlencoded'},[E('input',{'type':'hidden','name':'sessionid
','value':rpc.getSessionID()}),E('input',{'type':'hidden','name':'path','value':'/dev/mtdblock%d'.format(mtdblock)}),E('input',{'type':'hidden','name':'filename','value':'%s.mtd%d.bin'.format(hostname,mtdblock)})]);ev.currentTarget.paren
tNode.appendChild(form);form.submit();form.parentNode.removeChild(form);},handleSysupgrade:function(storage_size,ev){return ui.uploadFile('/tmp/firmware.bin',ev.target.firstChild).then(L.bind(function(btn,reply){btn.firstChild.data=_('Ch
ecking image…');ui.showModal(_('Checking image…'),[E('span',{'class':'spinning'},_('Verifying the uploaded image file.'))]);return callSystemValidateFirmwareImage('/tmp/firmware.bin').then(function(res){return[reply,res];});},this,ev.tar
get)).then(L.bind(function(btn,reply){return fs.exec('/sbin/sysupgrade',['--test','/tmp/firmware.bin']).then(function(res){reply.push(res);return reply;});},this,ev.target)).then(L.bind(function(btn,res){var keep=E('input',{type:'checkbo
x'}),force=E('input',{type:'checkbox'}),is_valid=res[1].valid,is_forceable=res[1].forceable,allow_backup=res[1].allow_backup,is_too_big=(storage_size>0&&res[0].size>storage_size),body=[];body.push(E('p',_('The flash image was uploaded. B
elow is the checksum and file size listed, compare them with the original file to ensure data integrity. <br /> Click "Proceed" below to start the flash procedure.')));body.push(E('ul',{},[res[0].size?E('li',{},'%s: %1024.2mB'.format(_('
Size'),res[0].size)):'',res[0].checksum?E('li',{},'%s: %s'.format(_('MD5'),res[0].checksum)):'',res[0].sha256sum?E('li',{},'%s: %s'.format(_('SHA256'),res[0].sha256sum)):'']));body.push(E('p',{},E('label',{'class':'btn'},[keep,' ',_('Kee
p settings and retain the current configuration')])));if(!is_valid||is_too_big)
21:ui.awaitReconnect('192.168.1.1','openwrt.lan');},handleBackupList:function(ev){return fs.exec('/sbin/sysupgrade',['--list-backup']).then(function(res){if(res.code!=0){ui.addNotification(null,[E('p',_('The sysupgrade command failed wit
h code %d').format(res.code)),res.stderr?E('pre',{},[res.stderr]):'']);L.raise('Error','Sysupgrade failed');}
/rom/www/luci-static/resources/view/system/flash.js
518: "192.168.1.100 8080",
/usr/lib/lua/luci/model/cbi/openvpn-advanced.lua
36: "192.168.1.1 255.255.255.0 192.168.1.128 192.168.1.254",
/usr/lib/lua/luci/model/cbi/openvpn-basic.lua
4829: -p 192.168.1.1
/usr/bin/etherwake