github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/docs/installation/clients/specification.md (about) 1 # Specification 2 3 ## Profile 4 5 Profile defines a sing-box configuration with metadata in a GUI client. 6 7 ## Profile Types 8 9 ### Local 10 11 Create a empty configuration or import from a local file. 12 13 ### iCloud (on Apple platforms) 14 15 Create a new configuration or use an existing configuration on iCloud. 16 17 ### Remote 18 19 Use a remote URL as the configuration source, with HTTP basic authentication and automatic update support. 20 21 #### URL specification 22 23 ``` 24 sing-box://import-remote-profile?url=urlEncodedURL#urlEncodedName 25 ```