Compare commits

..

No commits in common. "9bf24ee5d1f2831300b08cba71c7fa7d2e977632" and "c864d35d446b82d4c4fbfdeab580d93099dd8fe6" have entirely different histories.

View file

@ -42,7 +42,7 @@ create() {
vscreen_name \
resolution=1920x1080 \
position=0x0 \
listen_address=127.0.0.1
listen_address=0.0.0.0
set -e
@ -124,3 +124,4 @@ case "$verb" in
exit 3
;;
esac