Add show-addresses option, to optionally hide user's IP addresses
[umurmur.git] / src / conf.h
index 8113d85d0c2a1cb7b49563895efd0739aad9decb..5f028d0e4debc0b635858fb6dc937f34bdfa23c4 100644 (file)
@@ -40,9 +40,9 @@ typedef enum param {
        PASSPHRASE,
        CAPATH,
        BINDPORT,
-  BINDPORT6,
+       BINDPORT6,
        BINDADDR,
-  BINDADDR6,
+       BINDADDR6,
        WELCOMETEXT,
        MAX_BANDWIDTH,
        MAX_CLIENTS,
@@ -57,6 +57,7 @@ typedef enum param {
        BANFILE,
        SYNC_BANFILE,
        OPUS_THRESHOLD,
+       SHOW_ADDRESSES,
 } param_t;
 
 typedef struct {