Files
harbor-net/.tmp-tests/harbor-state-contract-mDfxUH/bin/sing-box
T
dokril a84cca0668
Build and Deploy Gateway / build-and-push (push) Failing after 1s
Build and Deploy Gateway / deploy (push) Has been skipped
Improve failover controls and preserve manual switching state
2026-08-28 19:40:53 +03:00

9 lines
248 B
JavaScript
Executable File

#!/usr/bin/env node
if (process.argv[2] === 'check') process.exit(0);
if (process.argv[2] === 'version') {
console.log('sing-box version 1.12.13');
process.exit(0);
}
process.on('SIGTERM', () => process.exit(0));
setInterval(() => {}, 60_000);