Live data from Hacker News

Viewing profile — brianlund

brianlund

HN member
Joined
Mon, Jan 08, 2018, 12:42 PM UTC
HN karma
2
Public activity
2 items

About brianlund

No profile information was provided.

Recent public activity

  1. comment
    Comment #16920339

    A great alternative that we use in production for thousands of domains is https://github.com/GUI/lua-resty-auto-ssl

  2. comment
    Comment #16096331

    I wasted a lot of time on this one: If you declare a local variable and set it in the same step e.g: local MYVAR = $(/bin/false) The return code you get is from the local declarati…