http://ciisqbg45nggykdl6rjdrq3wc64csga4vkphu66qsi65mypeitqedoad.onion/blog/multihopping-wireguard
In this example, I'll use the Atlanta node for the first hop and the Dallas node for the second: root@x : /etc/wireguard# cp cs-atlanta.conf hop1.conf root@x : /etc/wireguard# cp cs-dallas.conf hop2.conf You will need the IPs of the nodes you're going to connect to, so use `grep` to get the endpoint hostnames from hop1.conf and hop2.conf, then use `host` to lookup the IPs.