chore: update test page defaults to api.ipify.org

This commit is contained in:
MythEclipse
2026-06-24 18:33:24 +07:00
parent 6b9dd3770e
commit e58a3ddaf8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -124,9 +124,9 @@
</div>
<div class="card-body">
<label>Relay Target URL</label>
<input type="text" id="relayTarget" value="https://httpbin.org" />
<input type="text" id="relayTarget" value="https://api.ipify.org/?format=json" />
<div class="row">
<div><label>Relay Path</label><input type="text" id="relayPath" value="/get" /></div>
<div><label>Relay Path</label><input type="text" id="relayPath" value="/" /></div>
<div><label>Method</label><select id="relayMethod"><option>GET</option><option>POST</option></select></div>
</div>
<label>Body (JSON, optional)</label>