Package Details: sing-box 1.13.14-1

Git Clone URL: https://aur.archlinux.org/sing-box.git (read-only, click to copy)
Package Base: sing-box
Description: The universal proxy platform.
Upstream URL: https://sing-box.sagernet.org/
Licenses: LicenseRef-sing-box
Conflicts: sing-box-beta, sing-box-git
Submitter: everyx
Maintainer: everyx (lilac)
Last Packager: lilac
Votes: 25
Popularity: 0.41
First Submitted: 2022-09-15 09:44 (UTC)
Last Updated: 2026-06-25 12:39 (UTC)

Dependencies (6)

Sources (1)

Pinned Comments

everyx commented on 2026-03-06 01:13 (UTC)

This package will be automatically updated via CI. Please mark it as expired only if it has not been updated within 24 hours after a new version is released.

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

everyx commented on 2022-12-17 03:12 (UTC)

@AvianaCruz ConfigurationDirectory is the base directory for all apps, something like $HOME/.config or /etc, if sing-box follow the XDG Base Directory Specification, it should create or lookup it's specific config directory (not the global ConfigurationDirectory), something like ${XDG_CONFIG_HOME}/sing-box, and use config.json or other user specific config files.

WorkingDirectory and ConfigurationDirectory are not the same.

everyx commented on 2022-12-16 03:19 (UTC)

@AvianaCruz ConfigurationDirectory is the base directory relative to which user-specific configuration files should be stored, use this to create directory automatically is not the correct usage, although it does create the directory.

everyx commented on 2022-12-16 03:11 (UTC)

@AvianaCruz sing-box only lookup config.json in current work directory as config file, it's not follow the XDG Base Directory Specification, so setting this should be useless, although we can hack through a startup scripts, but IMHO it is better to submit a feature request to the upstream, thank you.

everyx commented on 2022-12-06 04:14 (UTC)

@AvianaCruz I need some features like with_clash_api, if this doesn't meet your needs, you can modify it locally.