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
I would like to run a single golink service that listens on the tailnet, but also on the local network so that devices not part of the tailnet can use the service.
Having a brief look at the code this may be as simple as allowing the dev listen and service to run in a goroutine and then continuing on with the other options, but a new flag would probably be required in order to achieve that.
The text was updated successfully, but these errors were encountered:
I would like to run a single golink service that listens on the tailnet, but also on the local network so that devices not part of the tailnet can use the service.
Having a brief look at the code this may be as simple as allowing the dev listen and service to run in a goroutine and then continuing on with the other options, but a new flag would probably be required in order to achieve that.
The text was updated successfully, but these errors were encountered: