From 5d05d042e2f90b7300924f60842af9e865480990 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Fri, 23 Jun 2023 10:03:25 +0300 Subject: [PATCH] Pull request: Configuration: web-addr flag Merge in GO/adguard-home-wiki from web-addr-cmdline to master Squashed commit of the following: commit 2e3a8bdc9ab592bc0d2dfd9373adf4dec9781dad Author: Dimitry Kolyshev Date: Tue Jun 20 16:06:10 2023 +0400 Configuration: web-addr flag --- Configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Configuration.md b/Configuration.md index f430853..69b0c76 100644 --- a/Configuration.md +++ b/Configuration.md @@ -30,8 +30,9 @@ Usage: Options: -c, --config VALUE Path to the config file. -w, --work-dir VALUE Path to the working directory. - -h, --host VALUE Host address to bind HTTP server on. - -p, --port VALUE Port to serve HTTP pages on. + -h, --host VALUE Deprecated. Host address to bind HTTP server on. Use --web-addr. The short -h will work as --help in the future. + -p, --port VALUE Deprecated. Port to serve HTTP pages on. Use --web-addr. + --web-addr VALUE Address to serve the web UI on, in the host:port format. -s, --service VALUE Service control action: status, install, uninstall, start, stop, restart, reload (configuration). -l, --logfile VALUE Path to log file. If empty: write to stdout; if 'syslog': write to system log. --pidfile VALUE Path to a file where PID is stored.