Skip to content

Commit

Permalink
subscription: add hostPort
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed Jan 22, 2024
1 parent 6d9cacf commit 4d6c2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/subscription.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const Subscription = () => {
PublicKey = ${responseData.payload.serverPublicKey}
PresharedKey = ${responseData.payload.client.PresharedKey}
AllowedIPs = 0.0.0.0/0, ::/0
Endpoint = ${responseData.payload.endpoint}
Endpoint = ${responseData.payload.endpoint}:51820
PersistentKeepalive = 16`;
setConfigFile(configFile);
setverify(true);
Expand Down

0 comments on commit 4d6c2a6

Please sign in to comment.