Skip to content

Instantly share code, notes, and snippets.

@ifsc01
Created June 7, 2018 14:22
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 ifsc01/33500afbc7088971efa709ab1d82021d to your computer and use it in GitHub Desktop.
Save ifsc01/33500afbc7088971efa709ab1d82021d to your computer and use it in GitHub Desktop.
def ss(conn, _params) do
user_info = Base.encode64("aes-128-cfb:pass")
str = Enum.join(List.duplicate("ss://#{user_info}@192.168.100.1:8888#Example1", 10), "\n")
text conn, Base.encode64(str)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment