Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "log": {
- "loglevel": "none"
- },
- "inbounds": [
- {
- "tag": "VLESS_TCP_REALITY",
- "port": 443,
- "listen": "0.0.0.0",
- "protocol": "vless",
- "settings": {
- "clients": [],
- "decryption": "none"
- },
- "sniffing": {
- "enabled": true,
- "destOverride": [
- "http",
- "tls",
- "quic"
- ]
- },
- "streamSettings": {
- "network": "raw",
- "security": "reality",
- "realitySettings": {
- "show": false,
- "xver": 0,
- "target": "www.microsoft.com:443",
- "shortIds": [
- ""
- ],
- "privateKey": "dsdsdsds",
- "serverNames": [
- "microsoft.com,www.microsoft.com"
- ]
- }
- }
- }
- ],
- "outbounds": [
- {
- "tag": "DIRECT",
- "protocol": "freedom",
- "settings": {
- "domainStrategy": "UseIP"
- }
- },
- {
- "tag": "BLOCK",
- "protocol": "blackhole"
- },
- {
- "tag": "IPv4",
- "protocol": "freedom",
- "settings": {
- "domainStrategy": "UseIPv4"
- }
- }
- ],
- "routing": {
- "rules": [
- {
- "ip": [
- "geoip:private"
- ],
- "type": "field",
- "outboundTag": "BLOCK"
- },
- {
- "type": "field",
- "domain": [
- "geosite:private"
- ],
- "outboundTag": "BLOCK"
- },
- {
- "type": "field",
- "protocol": [
- "bittorrent"
- ],
- "outboundTag": "BLOCK"
- },
- {
- "type": "field",
- "domain": [
- "geosite:category-gov-ru"
- ],
- "outboundTag": "blocked"
- },
- {
- "type": "field",
- "domain": [
- "geosite:google",
- "geosite:netflix",
- "geosite:reddit"
- ],
- "outboundTag": "IPv4"
- },
- {
- "ip": [
- "geoip:ru"
- ],
- "type": "field",
- "outboundTag": "direct"
- },
- {
- "type": "field",
- "domain": [
- "geosite:category-ru",
- "regexp:.*\\.ru",
- "geosite:category-gov-ru",
- "regexp:.*\\.ru$"
- ],
- "outboundTag": "direct"
- }
- ]
- }
- }
Add Comment
Please, Sign In to add comment