mirror of
https://github.com/fosrl/olm.git
synced 2026-03-01 08:16:56 +00:00
Fix not sending id in punch causing issue
This commit is contained in:
2
main.go
2
main.go
@@ -395,6 +395,8 @@ func runOlmMainWithArgs(ctx context.Context, args []string) {
|
||||
if err != nil {
|
||||
logger.Fatal("Failed to create olm: %v", err)
|
||||
}
|
||||
endpoint = olm.GetConfig().Endpoint // Update endpoint from config
|
||||
id = olm.GetConfig().ID // Update ID from config
|
||||
|
||||
// Create TUN device and network stack
|
||||
var dev *device.Device
|
||||
|
||||
Reference in New Issue
Block a user