mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -51,8 +51,13 @@ interface eth0
|
|||||||
static domain_name_servers=8.8.8.8 1.1.1.1
|
static domain_name_servers=8.8.8.8 1.1.1.1
|
||||||
metric=202
|
metric=202
|
||||||
|
|
||||||
|
interface bnep0
|
||||||
|
metric 203
|
||||||
|
|
||||||
interface usb0
|
interface usb0
|
||||||
static ip_address=10.0.0.2/24
|
static ip_address=10.0.0.2/24
|
||||||
static routers=10.0.0.1
|
static routers=10.0.0.1
|
||||||
static domain_name_servers=10.0.0.1 8.8.8.8 1.1.1.1
|
static domain_name_servers=10.0.0.1 8.8.8.8 1.1.1.1
|
||||||
metric=208
|
metric=204
|
||||||
|
|
||||||
|
interface lo
|
@ -1,2 +0,0 @@
|
|||||||
allow-hotplug eth0
|
|
||||||
iface eth0 inet dhcp
|
|
@ -1,2 +0,0 @@
|
|||||||
auto lo
|
|
||||||
iface lo inet loopback
|
|
@ -1,8 +0,0 @@
|
|||||||
allow-hotplug usb0
|
|
||||||
iface usb0 inet static
|
|
||||||
address 10.0.0.2
|
|
||||||
netmask 255.255.255.0
|
|
||||||
network 10.0.0.0
|
|
||||||
broadcast 10.0.0.255
|
|
||||||
gateway 10.0.0.1
|
|
||||||
metric 208
|
|
@ -1,2 +0,0 @@
|
|||||||
allow-hotplug wlan0
|
|
||||||
iface wlan0 inet static
|
|
@ -49,26 +49,6 @@
|
|||||||
"source": "../builder/data/usr/bin/hdmioff",
|
"source": "../builder/data/usr/bin/hdmioff",
|
||||||
"destination": "/usr/bin/hdmioff"
|
"destination": "/usr/bin/hdmioff"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"type": "file",
|
|
||||||
"source": "../builder/data/etc/network/interfaces.d/lo-cfg",
|
|
||||||
"destination": "/etc/network/interfaces.d/lo-cfg"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "file",
|
|
||||||
"source": "../builder/data/etc/network/interfaces.d/wlan0-cfg",
|
|
||||||
"destination": "/etc/network/interfaces.d/wlan0-cfg"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "file",
|
|
||||||
"source": "../builder/data/etc/network/interfaces.d/usb0-cfg",
|
|
||||||
"destination": "/etc/network/interfaces.d/usb0-cfg"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "file",
|
|
||||||
"source": "../builder/data/etc/network/interfaces.d/eth0-cfg",
|
|
||||||
"destination": "/etc/network/interfaces.d/eth0-cfg"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"source": "../builder/data/etc/systemd/system/pwngrid-peer.service",
|
"source": "../builder/data/etc/systemd/system/pwngrid-peer.service",
|
||||||
|
Reference in New Issue
Block a user