Skip to content

Commit ae27e2b

Browse files
committed
Fix: NAT6 in the Setup Wizard
1 parent 7d94d3d commit ae27e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wizard/wizard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func (m RootModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
9090

9191
if msg.result.id == "nat46" {
9292
m.blueprint.Nat4 = true
93-
m.blueprint.Nat4 = true
93+
m.blueprint.Nat6 = true
9494
} else if msg.result.id == "nat4" {
9595
m.blueprint.Nat4 = true
9696
m.blueprint.Nat6 = false

0 commit comments

Comments
 (0)