|
@ -65,6 +65,7 @@ export const ClientUpdateSchema = schemaForType<UpdateClientType>()( |
|
|
serverAllowedIps: serverAllowedIps, |
|
|
serverAllowedIps: serverAllowedIps, |
|
|
mtu: MtuSchema, |
|
|
mtu: MtuSchema, |
|
|
persistentKeepalive: PersistentKeepaliveSchema, |
|
|
persistentKeepalive: PersistentKeepaliveSchema, |
|
|
|
|
|
serverEndpoint: AddressSchema.nullable(), |
|
|
dns: DnsSchema.nullable(), |
|
|
dns: DnsSchema.nullable(), |
|
|
}) |
|
|
}) |
|
|
); |
|
|
); |
|
|