Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
fix clash wireguard ip with mask /32
Browse files Browse the repository at this point in the history
  • Loading branch information
kingour authored and yuchanns committed May 14, 2024
1 parent b9f6da3 commit c71e2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const generateClash = (
) => {
const config = Object.assign({}, {
type: "wireguard",
ip: "172.16.0.2/32",
ip: "172.16.0.2",
udp: true,
mtu: 1280,
"public-key": CF_PUBLIC_KEY,
Expand Down

0 comments on commit c71e2ea

Please sign in to comment.