diff --git a/Companies.md b/Companies.md deleted file mode 100644 index e69de29..0000000 diff --git a/Config.md b/Config.md new file mode 100644 index 0000000..e62aa04 --- /dev/null +++ b/Config.md @@ -0,0 +1,64 @@ +``` +{ + "log": { + "loglevel": "warning" + }, + "routing": { + "rules": [ + { + "ip": [ + "geoip:cloudflare" + ], + "outboundTag": "DIRECT", + "type": "field" + } + ] + }, + "inbounds": [ + { + "tag": "VLESS_REALITY", + "listen": "0.0.0.0", + "port": 2073, + "protocol": "vless", + "settings": { + "clients": [], + "decryption": "none" + }, + "streamSettings": { + "network": "tcp", + "security": "reality", + "realitySettings": { + "show": false, + "dest": "www.apple.com:443", + "xver": 0, + "serverNames": [ + "www.apple.com" + ], + "privateKey": "sIiJLOrd5kisiC4Fx3OXBKqEinrtYa5vt4CalThTvkI", + "shortIds": [ + "fb8382e98f461945", + "a1b2c3d4" + ] + } + }, + "sniffing": { + "enabled": true, + "destOverride": [ + "http", + "tls" + ] + } + } + ], + "outbounds": [ + { + "protocol": "freedom", + "tag": "DIRECT" + }, + { + "protocol": "blackhole", + "tag": "BLOCK" + } + ] +} +``` \ No newline at end of file diff --git a/Планирование.md b/Планирование.md deleted file mode 100644 index e612a00..0000000 --- a/Планирование.md +++ /dev/null @@ -1,42 +0,0 @@ - -Основной объект - -Дата старта -Дата завершения -Период - Q1, Q2, ..., Year -Родитель - Year - -Деталь - -Команда -План (в млн) -Основной объект - --------- -Q1 2026 -01.01.2026 -31.03.2026 -Q1 2026 -2026 - -Деталь - -DFS | 20 | Q1 2026 | 50 -DTI | 30 | Q1 2026 -KPI | 20 | Q1 2026 - ------ - -Q2 2026 -01.01.2026 -31.03.2026 -Q1 2026 -2026 - -Деталь - -DFS | 20 | Q2 2026 -DTI | 30 | Q2 2026 - -2026 -DFS | 20+ 30 + 40 + 50 | \ No newline at end of file