# URnetwork on Raspberry Pi

URnetwork can integrate with Raspberry Pi devices to provide and route traffic on the network.

There are several popular adblocking and VPN projects for Raspberry Pi. URnetwork works with these projects to add additional networking options.

[PiHole](#pi-hole)

[PiVPN](#pivpn)

## Provide

Follow the steps in [the provider doc](https://docs.ur.io/provider) to build a binary provider for Linux arm64.

TODO integrate to start automatically

## Route traffic on the network

Follow the steps in [the tether doc](https://docs.ur.io/tether) to build a binary tether for Linux arm64.

TODO integrate to start automatically and route traffic

TODO steps to set up a local Wifi AP that routes traffic to URnetwork

## Pi-hole

[Pi-hole](https://pi-hole.net/) is a great choice for a network-wide adblocker. The following steps set up URnetwork to run inside a Pi-hole deployment to route traffic post-blocking.

## PiVPN

[PiVPN](https://www.pivpn.io/) is a good project to run a self-managed Wireguard server. It is possible to send all egress traffic for connected clients to URnetwork following the steps below.

If you want to route only some clients to URnetwork, URnetwork has a Wireguard server mode that can be deployed side-by-side to create custom configurations that route to URnetwork. Follow the steps below.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ur.io/rpi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
