Happ
En
En
  • Happ - Proxy Utility
  • Privacy Policy
  • Terms of Services
  • FAQ
    • How to buy or get a server
    • Adding Configuration/Subscription
    • Share Configuration
    • Local Network Connections
  • Developer Documentation
    • Crypto link
    • Meta Info
    • Routing
    • Displaying flags and smileys
    • Examples of links and parameters
    • Ping
  • Contacts
Powered by GitBook
On this page
  1. Developer Documentation

Examples of links and parameters

Parameters

allowInsecure

Allows connections without TLS certificate verification. Set in the configuration URL:

  • For VMess: "allowInsecure": "1"

  • For other protocols: allowInsecure=1

fragmentation

This enables traffic fragmentation. It can be configured globally (via app settings) or per server:

  • Global setting — applies to all connections.

  • Per-server setting:

    • VMess: "fragment": "1-10,5-20,tlshello"

    • Others: fragment=3,1,tlshello

title

Server name (up to 30 characters). If it exceeds the screen width, it will be truncated with ellipsis (...). Defined at the end of the config after #.

Example: vmess://...#My_Server

serverDescription

Available only for the local server list. For subscriptions, the ProviderID parameter is required. Allows you to set an additional label that is displayed below the server name instead of the default text (e.g., "VMess", "VLESS", "Trojan").

  • Max length: 30 characters

  • Truncated with ... if too long

  • Specified after the title with ?

Example: vmess://...#MyServer?serverDescription=<base64>

PreviousDisplaying flags and smileysNextPing

Last updated 3 days ago