Skip to content

Commit

Permalink
fix: unnecessary tips
Browse files Browse the repository at this point in the history
  • Loading branch information
7Sageer committed Aug 20, 2024
1 parent 6e01c4e commit cad6f77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/htmlBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ const customRuleFunctions = `
</span>
</span>
<input type="text" class="form-control" name="customRuleSite[]" placeholder="e.g., google, anthropic">
<small class="form-text text-muted">Enter a domain or use wildcards like *.example.com</small>
</div>
<div class="mb-2">
<label class="form-label">Geo-IP Rule Sets</label>
Expand All @@ -664,7 +663,6 @@ const customRuleFunctions = `
</span>
</span>
<input type="text" class="form-control" name="customRuleIP[]" placeholder="e.g., private, cn">
<small class="form-text text-muted">Enter IP rules separated by commas</small>
</div>
<div class="mb-2">
<label class="form-label">Outbound Name</label>
Expand Down

0 comments on commit cad6f77

Please sign in to comment.