From e4feb29b87175246b9f59491e545bb10a1ce031d Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Mon, 30 Jun 2014 23:45:36 -0700 Subject: [PATCH] README: Correct dynamic subnet * Correct dynamic client subnet that recently changed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d66721..e091b7c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ is rooted. The topology used is `net30`, because it works on the widest range of OS. `p2p`, for instance, does not work on Windows. -The UDP server uses`192.168.255.128/25`. +The UDP server uses`192.168.255.0/24` for dynamic clients by default. The client profile specifies `redirect-gateway def1`, meaning that after establishing the VPN connection, all traffic will go through the VPN.