This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir -p /home/saeb/App/tun2proxy >/dev/null 2>&1 | |
cd /home/saeb/App/tun2proxy || true | |
aria2c -x 16 -k1m -s 16 -c "https://github.com/tun2proxy/tun2proxy/releases/latest/download/tun2proxy-x86_64-unknown-linux-gnu.zip" | |
7z x -aoa tun2proxy-x86_64-unknown-linux-gnu.zip | |
sudo ip tuntap add name tun0 mode tun | |
sudo ip link set tun0 up | |
# Define array of domains | |
domains=( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xontrib load abbrevs | |
execx($(atuin init xonsh)) | |
execx($(starship init xonsh)) | |
abbrevs['xxh']='pipx run --spec xxh-xxh xxh +s xonsh +if' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm --name phpmyadmin --label traefik.http.routers.phpmyadmin.rule=Host\(\`phpmyadmin.local\`\) \ | |
--net traefik phpmyadmin:latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
saeb@saeb-pc ~/M/a/s/I/f/lib> tree | |
. | |
├── constants | |
├── logic | |
│ ├── cubit | |
│ └── utility | |
├── main.dart | |
└── presentation | |
├── router | |
│ └── router.dart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true; | |
clear; | |
curl -s 'https://apigateway.okala.com/api/Search/v1/Product/SearchByStoreGrouping?CategorySlugs=mutton&StoreIds=7470&StoreIds=6500&StoreIds=7096&StoreIds=7143&StoreIds=7294&StoreIds=5350&StoreIds=6792&StoreIds=7242&StoreIds=7329&StoreIds=7469&StoreIds=2223&StoreIds=6801&StoreIds=7679&StoreIds=4957&StoreIds=7636&StoreIds=2099&StoreIds=7295&StoreIds=4773&null&&&&hasQuantity=true&excludeShoppingCard=true' |jq '.entities[].products[].name'|uniq; | |
sleep 5; | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"log": { | |
"level": "trace" | |
}, | |
"inbounds": [ | |
{ | |
"type": "hysteria2", | |
"tag": "hy2-in", | |
"listen": "::", | |
"listen_port": 443, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"route": { | |
"geoip": { | |
"download_url": "https://github.com/SagerNet/sing-geoip/releases/latest/download/geoip.db" | |
}, | |
"geosite": { | |
"download_url": "https://github.com/SagerNet/sing-geosite/releases/latest/download/geosite.db" | |
} | |
}, | |
"rules": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function dd() { | |
try { | |
document.querySelector('button[title="انتخاب همه موارد در نما"]').click(); | |
document.querySelector('button[title="حذف کردن (Del)"]').click() | |
} catch (error) { | |
console.table(error) | |
} | |
setTimeout(dd,400) | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"inbounds": [ | |
{ | |
"type": "vless", | |
"tag": "vless-in", | |
"listen": "::", | |
"listen_port": 1443, | |
"sniff": true, | |
"sniff_override_destination": true, | |
"domain_strategy": "ipv4_only", |
NewerOlder