aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xorg-server/X0.hosts2
-rw-r--r--xorg-server/installer/vcxsrv-64.nsi1
-rw-r--r--xorg-server/installer/vcxsrv.nsi1
3 files changed, 4 insertions, 0 deletions
diff --git a/xorg-server/X0.hosts b/xorg-server/X0.hosts
new file mode 100644
index 000000000..94c078162
--- /dev/null
+++ b/xorg-server/X0.hosts
@@ -0,0 +1,2 @@
+localhost
+inet6:localhost
diff --git a/xorg-server/installer/vcxsrv-64.nsi b/xorg-server/installer/vcxsrv-64.nsi
index a992b9db0..1a32aa9fd 100644
--- a/xorg-server/installer/vcxsrv-64.nsi
+++ b/xorg-server/installer/vcxsrv-64.nsi
@@ -78,6 +78,7 @@ Section "VcXsrv (required)"
File "..\obj64\servrelease\vcxsrv.exe"
File "..\dix\protocol.txt"
File "..\system.XWinrc"
+ File "..\X0.hosts"
File "..\..\xkbcomp\obj64\release\xkbcomp.exe"
File "..\..\apps\xhost\obj64\release\xhost.exe"
File "..\..\apps\xrdb\obj64\release\xrdb.exe"
diff --git a/xorg-server/installer/vcxsrv.nsi b/xorg-server/installer/vcxsrv.nsi
index cd937b2dc..be8deafaf 100644
--- a/xorg-server/installer/vcxsrv.nsi
+++ b/xorg-server/installer/vcxsrv.nsi
@@ -78,6 +78,7 @@ Section "VcXsrv (required)"
File "..\obj\servrelease\vcxsrv.exe"
File "..\dix\protocol.txt"
File "..\system.XWinrc"
+ File "..\X0.hosts"
File "..\..\xkbcomp\obj\release\xkbcomp.exe"
File "..\..\apps\xhost\obj\release\xhost.exe"
File "..\..\apps\xrdb\obj\release\xrdb.exe"