From 9f85efffd5fc2b3d8c9cd7057c8dfab4a691d3c5 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 2 Aug 2021 22:06:15 +0100 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f90c831..16448534 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,10 @@ Headscale's configuration file is named `config.json` or `config.yaml`. Headscal ``` "server_url": "http://192.168.1.12:8080", "listen_addr": "0.0.0.0:8080", + "ip_prefix": "100.64.0.0/10" ``` -`server_url` is the external URL via which Headscale is reachable. `listen_addr` is the IP address and port the Headscale program should listen on. +`server_url` is the external URL via which Headscale is reachable. `listen_addr` is the IP address and port the Headscale program should listen on. `ip_prefix` is the IP prefix (range) in which IP addresses for nodes will be allocated. ``` "private_key_path": "private.key",