Skip to content

Instantly share code, notes, and snippets.

@est31
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save est31/6eae770cc8c9aaaabe07 to your computer and use it in GitHub Desktop.
Save est31/6eae770cc8c9aaaabe07 to your computer and use it in GitHub Desktop.
pwm config example
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