You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because most nodes are headless servers, some people are having difficulty editing/adding their nodes. Although we support curl and wget POSTS, sometimes it is not enough. I'm just going to paste some lines from IRC that we discussed.
<lukevers> say you want to "authorize this node from this ip"
<lukevers> it'd send an email to the node
<lukevers> telling what is going on and saying that only click this verify link if you accept
<lukevers> and only give a short period of time for the verify link to be active
<lukevers> in the database it could be stored under authorizedips or something
<lukevers> also, we should still assume the ip trying to do this matches the netmask if available
<lukevers> DuoNoxSol: thoughts?
<DuoNoxSol> that's actually a good idea
<lukevers> while we still also allow curl/wget
<lukevers> and recommend highly to use that instead
<lukevers> but if you must, you can do this
<DuoNoxSol> you'd still end up having to use it once in order to do the verify
<lukevers> oh yeah
The text was updated successfully, but these errors were encountered:
Because most nodes are headless servers, some people are having difficulty editing/adding their nodes. Although we support
curl
andwget
POSTS, sometimes it is not enough. I'm just going to paste some lines from IRC that we discussed.The text was updated successfully, but these errors were encountered: