Two machines, one private network
The two servers sit in different data centres, 100 miles apart, each with its own connection to the internet. WireGuard gives them a second, private network layered on top: each server gets a tunnel address on a network that exists nowhere else in the world. Addresses on this page are illustrative — call them 10.0.0.1 (Coventry) and 10.0.0.2 (Maidenhead).
interface: wg0
address: 10.0.0.1 # coventry
peer: 10.0.0.2 # maidenhead