我的操作系统是 ubuntu 18.04.5。Xrdp 是 0.9.5
it@it51:~$ sudo netstat -ptan | grep xrdp
tcp6 0 0 ::1:3350 :::* LISTEN 4576/xrdp-sesman
tcp6 0 0 :::3389 :::* LISTEN 4587/xrdp
it@it51:~$ xrdp -v
xrdp: A Remote Desktop Protocol server.
Copyright (C) Jay Sorg 2004-2014
See http://www.xrdp.org for more information.
Version 0.9.5
xrdp 0.9.5只绑定ipv6,能绑定ipv4吗?如果是这样,我应该如何配置它?