diff options
author | Kristian Lyngstol <kristian@bohemians.org> | 2015-06-23 14:23:13 +0200 |
---|---|---|
committer | Kristian Lyngstol <kristian@bohemians.org> | 2015-06-23 14:23:13 +0200 |
commit | c8a1ab2f825348969ffe72a20f562b329e271db1 (patch) | |
tree | 422e300247b38075ebd3c891fed498b6c4b3b603 /include | |
parent | 2c9231ff1b71e608b369df8666b3b1ec2f32bb74 (diff) |
NMS: Basic groundwork for public NMS
Hashing the interface names allows us to expose them to end-users without
too much effort. This still isn't quite finalized, but the backend work is
a good start.
Diffstat (limited to 'include')
-rwxr-xr-x | include/config.pm.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.pm.dist b/include/config.pm.dist index 8c29bf6..cce82df 100755 --- a/include/config.pm.dist +++ b/include/config.pm.dist @@ -10,6 +10,9 @@ our $db_host = "gerald.tg15.gathering.org"; our $db_username = "nms"; our $db_password = "<removed>"; +# NMS hash used for public NMS obfuscation of interface names +our $nms_hash = "<removed>"; + # DHCP-servers our $dhcp_server1 = "185.12.59.66"; # primary our $dhcp_server2 = "185.12.59.2"; # secondary |