Skip to content

Instantly share code, notes, and snippets.

@sae13
Last active November 22, 2023 09:41
update yebekhe config
curl -s -L -o /tmp/ybkh.json https://69b.ir/ybkh;
sed -i 's|//.*||g' /tmp/ybkh.json;
sed -i 's|"listen_port": 2080,|"listen_port": 13741,|g' /tmp/ybkh.json;
sed -i 's|"level": "fatal",|"level": "debug","output": "box.log" ,|p' /tmp/ybkh.json ;
jq 'del(.inbounds[] | select(.tag=="tun-in"))' /tmp/ybkh.json > /tmp/ybkh.json.json;
kill -HUP "$(pgrep sing-box)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment