Skip to main content

Advanced Settings

This section covers additional configuration options for templates to give you more precise control over redirects and links.

URL Generation Settings​

URL Length​

You can define the minimum and maximum length of generated URLs:

Example with 5–7 characters:
domain.com/aB2cD
domain.com/12AbCdE
domain.com/qWe3tY
Recommendation

Optimal length: 5–7 characters. This provides uniqueness while keeping URLs compact.

Characters in URLs​

Choose which character types to include in the URLs:

  • Lowercase letters (a–z) Example: domain.com/abcdef Recommended for natural appearance

  • Uppercase letters (A–Z) Example: domain.com/ABCDEF Increases variation

  • Digits (0–9) Example: domain.com/123456 Makes links appear more neutral

Character Mix Example

With all types enabled: domain.com/aB2cD4 domain.com/12AbCd domain.com/zX9yW5

Additional URL Options​

Subdomains​

Important

Subdomains only work if your domain is configured with a * A record. (See the Domains section.)

✅ Enabled:
sub1.domain.com/abcde
sub2.domain.com/fghij

❌ Disabled:
domain.com/abcde
domain.com/fghij

Random Phrase Suffix​

✅ Enabled:
domain.com/abcde/about
domain.com/fghij/news

❌ Disabled:
domain.com/abcde
domain.com/fghij

Parameters & Paths​

GET Parameters​

Preserve parameters from the source URL to the destination:

Source link:
domain.com/abc?utm_source=facebook&ref=123

Redirect (with option enabled):
target.com/page?utm_source=facebook&ref=123

URI Paths​

Pass the full path from the source link to the destination:

Source link:
domain.com/abc/category/product

Redirect (with option enabled):
target.com/abc/category/product

Auto-Deletion​

Configure links to delete automatically after a certain time:

  • Set duration in hours (1–720)
  • Leave blank for permanent links
  • The system removes inactive links automatically
Important

Deleted links cannot be restored. Ensure the time limit fits your use case.

Blocklist Checking​

Domain Scanning​

The system can auto-check domains for bans on various platforms:

  • VK
  • Upcoming: Google, Yandex, VirusTotal
Suggestion

Enable these checks if your links are used in social media or ads.

Configuration Examples​

URL Length: 4–5 characters
Lowercase + digits: ✅
Subdomains: ❌
Random phrase: ❌
URL Length: 5–7 characters
All character types: ✅
GET Parameters: ✅

Recommendations​

Security​

  • Use variable URL lengths
  • Include all character types
  • Regularly check for domain bans
  • Enable random suffixes

Usability​

  • Avoid overly long URLs
  • Preserve GET parameters for analytics
  • Use subdomains for organization
  • Set reasonable auto-deletion periods
Optimal Defaults

Recommended for most cases:

  • Length: 5–7 characters
  • All character types enabled
  • GET parameter forwarding ON