Last active
August 29, 2015 14:14
-
-
Save est31/6eae770cc8c9aaaabe07 to your computer and use it in GitHub Desktop.
pwm config example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return {["password_list"] = { | |
{user="est31", address="digitalaudioconcepts.com", port=30001, password="secretpassword", comment="The first Server I logged on"}, | |
{user="est31", password="anothersecretpassword", name="Xanadu", comment="Some other nice server"}, | |
{user="est31", address="0.0.0.0", port=30000, password="", comment="Empty password for local sessions"}, | |
{user="est", address="0.0.0.0", port=30000, password="", comment="Empty password for local sessions"} | |
}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment