diff --git a/examples/etc/turnserver.conf b/examples/etc/turnserver.conf index 8f0cc68..84caab8 100644 --- a/examples/etc/turnserver.conf +++ b/examples/etc/turnserver.conf @@ -665,6 +665,20 @@ # #cli-password=qwerty +# Enable Web-admin support on https. By default it is Disabled. +# If it is enabled it also enables a http a simple static banner page +# with a small reminder that the admin page is available only on https. +# +#web-admin + +# Local system IP address to be used for Web-admin server endpoint. Default value is 127.0.0.1. +# +#web-admin-ip=127.0.0.1 + +# Web-admin server port. Default is 8080. +# +#web-admin-port=8080 + # Server relay. NON-STANDARD AND DANGEROUS OPTION. # Only for those applications when we want to run # server applications on the relay endpoints.