Skip to content

Commit 5d639aa

Browse files
fix build error (#105)
1 parent 8bef151 commit 5d639aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ func settingWGPrivateKeyInConfig(endpoints []option.Endpoint, privateKey wgtypes
253253
switch opts := endpoint.Options.(type) {
254254
case *option.WireGuardEndpointOptions:
255255
opts.PrivateKey = privateKey.String()
256-
case *exO.AmneziaWGEndpointOptions:
256+
case *exO.AmneziaEndpointOptions:
257257
opts.PrivateKey = privateKey.String()
258258
default:
259259
}

0 commit comments

Comments
 (0)