mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
minor edits
Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# Pwnagotchi-Torch-64
|
# Pwnagotchi-Torch
|
||||||
<a href="https://github.com/jayofelony/pwnagotchi/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/jayofelony/pwnagotchi.svg?style=flat-square"></a><br/>
|
<a href="https://github.com/jayofelony/pwnagotchi/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/jayofelony/pwnagotchi.svg"></a><br/>
|
||||||
**This fork of [Pwnagotchi](https://www.pwnagotchi.ai) has been overhauled to work solely on 64-bit Raspberry Pi's, it uses PyTorch as its AI.**
|
**This fork of [Pwnagotchi](https://www.pwnagotchi.ai) has been overhauled to work solely on 64-bit Raspberry Pi's, it uses PyTorch as its AI.**
|
||||||
|
|
||||||
**Use RPi imager to flash, if you want you can set a custom user/pass to ssh in.**
|
**Use RPi imager to flash, if you want you can set a custom user/pass to ssh in.**
|
||||||
|
@ -49,11 +49,14 @@ denyinterfaces wlan0
|
|||||||
|
|
||||||
interface eth0
|
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=201
|
||||||
|
|
||||||
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=202
|
||||||
|
|
||||||
interface bnep0
|
interface bnep0
|
||||||
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=203
|
Reference in New Issue
Block a user