Enable IPv6

This commit is contained in:
Héctor Molinero Fernández
2023-06-10 12:19:07 +02:00
parent f43cd10437
commit caf13d7bbc
2 changed files with 3 additions and 2 deletions

View File

@@ -164,7 +164,8 @@ RUN ./configure \
--enable-fdkaac \
--enable-opus \
--enable-mp3lame \
--enable-pixman
--enable-pixman \
--enable-ipv6
RUN make -j"$(nproc)"
RUN checkinstall --default --pkgname=xrdp --pkgversion=9:999 --pkgrelease=0

View File

@@ -1,7 +1,7 @@
Protocol 2
HostKey /etc/ssh/ssh_host_ed25519_key
HostKey /etc/ssh/ssh_host_rsa_key
ListenAddress 0.0.0.0
ListenAddress ::0
Port 3322
UseDNS no
UsePAM yes