Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
opiran-club authored Aug 17, 2024
1 parent dfe0944 commit 340a6e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ <h2>WireGuard 2 v2ray Generator</h2>
<label for="allowedIPs">Allowed IPs:</label>
<input type="text" id="allowedIPs" name="allowedIPs" required>
<button type="button" onclick="convertToURL()">Generate URL</button>
<button type="button" onclick="copyToClipboard()">Copy to clipboard</button>
</form>
<div class="output">
<h3>Generated WireGuard URL:</h3>
<h3>Generated Config:</h3>
<p id="wg-uri"></p>
</div>
</div>
Expand Down

0 comments on commit 340a6e6

Please sign in to comment.