From 3a9d9e4e2ec7ad528d50d920161aea272c01d35d Mon Sep 17 00:00:00 2001 From: fatbob313 Date: Tue, 8 Feb 2011 22:06:05 +0000 Subject: [PATCH] Add new parameters with some comments --- openwrt/files/umurmur.conf | 7 +++++++ umurmur.conf.example | 11 +++++++++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/openwrt/files/umurmur.conf b/openwrt/files/umurmur.conf index 47c0dea..826746b 100644 --- a/openwrt/files/umurmur.conf +++ b/openwrt/files/umurmur.conf @@ -5,6 +5,13 @@ private_key = "/etc/umurmur/key.key"; password = ""; max_users = 10; +# Username and groupname for privilege dropping +# username = ""; +# groupname = ""; + +# bindaddr = "192.168.1.1"; +# bindport = 64738; + # Root channel must always be defined first. # If a channel has a parent, the parent must be defined before the child channel(s). channels = ( { diff --git a/umurmur.conf.example b/umurmur.conf.example index 09b49c5..fad2b80 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -4,8 +4,15 @@ certificate = "/etc/umurmur/cert.crt"; private_key = "/etc/umurmur/key.key"; password = ""; max_users = 10; -username = ""; -groupname = ""; + +# username and groupname for privilege dropping. +# Will attempt to switch user if set. +# username = ""; +# If groupname not set the user's default login group will be used +# groupname = ""; + +# bindport = 64738; +# bindaddr = "192.168.1.1"; # Root channel must always be defined first. # If a channel has a parent, the parent must be defined before the child channel(s). -- 2.30.2