minor edits

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-11-13 22:57:13 +01:00
parent d956731f9c
commit 2bd2d23a1c
2 changed files with 6 additions and 3 deletions

View File

@ -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.**

View File

@ -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