Enable IPv6
This commit is contained in:
@@ -164,7 +164,8 @@ RUN ./configure \
|
|||||||
--enable-fdkaac \
|
--enable-fdkaac \
|
||||||
--enable-opus \
|
--enable-opus \
|
||||||
--enable-mp3lame \
|
--enable-mp3lame \
|
||||||
--enable-pixman
|
--enable-pixman \
|
||||||
|
--enable-ipv6
|
||||||
RUN make -j"$(nproc)"
|
RUN make -j"$(nproc)"
|
||||||
RUN checkinstall --default --pkgname=xrdp --pkgversion=9:999 --pkgrelease=0
|
RUN checkinstall --default --pkgname=xrdp --pkgversion=9:999 --pkgrelease=0
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
Protocol 2
|
Protocol 2
|
||||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||||
HostKey /etc/ssh/ssh_host_rsa_key
|
HostKey /etc/ssh/ssh_host_rsa_key
|
||||||
ListenAddress 0.0.0.0
|
ListenAddress ::0
|
||||||
Port 3322
|
Port 3322
|
||||||
UseDNS no
|
UseDNS no
|
||||||
UsePAM yes
|
UsePAM yes
|
||||||
|
|||||||
Reference in New Issue
Block a user