Skip to content

Instantly share code, notes, and snippets.

View hirakujira's full-sized avatar
🐧

Hiraku hirakujira

🐧
View GitHub Profile
@hirakujira
hirakujira / NOOTA_Asssitant.mobileconfig
Created February 7, 2020 06:25
OTA Block Assistant
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ConsentText</key>
<dict>
<key>default</key>
<string>Disable OTA Update</string>
</dict>
<key>PayloadContent</key>
@hirakujira
hirakujira / config.json
Last active September 4, 2024 02:20
v2ray + MTProto
{
"log": {
"access": "/var/log/v2ray/access.log",
"error": "/var/log/v2ray/error.log",
"loglevel": "warning"
},
"inbound": {
"port": 9487,
"protocol": "vmess",
"settings": {
@hirakujira
hirakujira / .env
Last active July 8, 2025 18:21
Surge Snell v4/v5 Docker configs
# Snell Server Configuration
# Latest versions: v4: 4.1.1, v5: 5.0.0b3
SNELL_VERSION=5.0.0b3
# Options: amd64, i386, aarch64, armv7l
ARCH=aarch64
SNELL_PORT=8388