diff --git a/README.md b/README.md
index 7c24fde3..d4309fb8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# Pwnagotchi-Torch-64
-
+# Pwnagotchi-Torch
+
**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.**
diff --git a/builder/data/etc/dhcpcd.conf b/builder/data/etc/dhcpcd.conf
index ce889cb2..a6ffa502 100644
--- a/builder/data/etc/dhcpcd.conf
+++ b/builder/data/etc/dhcpcd.conf
@@ -49,11 +49,14 @@ denyinterfaces wlan0
interface eth0
static domain_name_servers=8.8.8.8 1.1.1.1
+metric=201
interface usb0
static ip_address=10.0.0.2/24
static routers=10.0.0.1
static domain_name_servers=10.0.0.1 8.8.8.8 1.1.1.1
+metric=202
interface bnep0
-static domain_name_servers=8.8.8.8 1.1.1.1
\ No newline at end of file
+static domain_name_servers=8.8.8.8 1.1.1.1
+metric=203
\ No newline at end of file