parent
							
								
									42e95578a1
								
							
						
					
					
						commit
						a66c4dd102
					
				| @ -0,0 +1,111 @@ | ||||
| { | ||||
|     "log": { | ||||
|         "error": "error.log", | ||||
|         "loglevel": "warning" | ||||
|     }, | ||||
|     "outbounds": [ | ||||
|         { | ||||
|             "protocol": "vmess", | ||||
|             "settings": { | ||||
|                 "vnext": [ | ||||
|                     { | ||||
|                         "address": "233blog.com", | ||||
|                         "port": 2333, | ||||
|                         "users": [ | ||||
|                             { | ||||
|                                 "id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", | ||||
|                                 "alterId": 233, | ||||
|                                 "security": "auto" | ||||
|                             } | ||||
|                         ] | ||||
|                     } | ||||
|                 ] | ||||
|             }, | ||||
|             "streamSettings": { | ||||
| 				"network": "quic", | ||||
| 				"quicSettings": { | ||||
| 					"security": "aes-128-gcm", | ||||
| 					"key": "", | ||||
| 					"header": { | ||||
| 						"type": "none" | ||||
| 					} | ||||
| 				} | ||||
|             }, | ||||
|             "mux": { | ||||
|                 "enabled": true | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "protocol": "freedom", | ||||
|             "settings": {}, | ||||
|             "tag": "direct" | ||||
|         } | ||||
|     ], | ||||
|     "inbounds": [ | ||||
|         { | ||||
|             "port": 2333, | ||||
|             "listen": "127.0.0.1", | ||||
|             "protocol": "socks", | ||||
|             "settings": { | ||||
|                 "auth": "noauth", | ||||
|                 "udp": true, | ||||
|                 "ip": "127.0.0.1" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "port": 6666, | ||||
|             "listen": "127.0.0.1", | ||||
|             "protocol": "http", | ||||
|             "settings": { | ||||
|                 "auth": "noauth", | ||||
|                 "udp": true, | ||||
|                 "ip": "127.0.0.1" | ||||
|             } | ||||
|         } | ||||
|     ], | ||||
|     "dns": { | ||||
|         "servers": [ | ||||
|             "8.8.8.8", | ||||
|             "8.8.4.4", | ||||
|             "localhost" | ||||
|         ] | ||||
|     }, | ||||
|     "routing": { | ||||
|         "domainStrategy": "IPOnDemand",	 | ||||
|         "rules": [ | ||||
|             { | ||||
|                 "type": "field", | ||||
|                 "ip": [ | ||||
|                     "0.0.0.0/8", | ||||
|                     "10.0.0.0/8", | ||||
|                     "100.64.0.0/10", | ||||
|                     "127.0.0.0/8", | ||||
|                     "169.254.0.0/16", | ||||
|                     "172.16.0.0/12", | ||||
|                     "192.0.0.0/24", | ||||
|                     "192.0.2.0/24", | ||||
|                     "192.168.0.0/16", | ||||
|                     "198.18.0.0/15", | ||||
|                     "198.51.100.0/24", | ||||
|                     "203.0.113.0/24", | ||||
|                     "::1/128", | ||||
|                     "fc00::/7", | ||||
|                     "fe80::/10", | ||||
|                     "geoip:cn" | ||||
|                 ], | ||||
|                 "domain": [ | ||||
|                     "geosite:cn" | ||||
|                 ], | ||||
|                 "outboundTag": "direct" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "chinasites", | ||||
|                 "outboundTag": "direct" | ||||
|             }, | ||||
|             { | ||||
|                 "type": "chinaip", | ||||
|                 "outboundTag": "direct" | ||||
|             } | ||||
|         ] | ||||
|     } | ||||
| } | ||||
| @ -0,0 +1,171 @@ | ||||
| { | ||||
| 	"log": { | ||||
| 		"access": "/var/log/v2ray/access.log", | ||||
| 		"error": "/var/log/v2ray/error.log", | ||||
| 		"loglevel": "warning" | ||||
| 	}, | ||||
| 	"inbounds": [ | ||||
| 		{ | ||||
| 			"port": 2333, | ||||
| 			"protocol": "vmess", | ||||
| 			"settings": { | ||||
| 				"clients": [ | ||||
| 					{ | ||||
| 						"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", | ||||
| 						"level": 1, | ||||
| 						"alterId": 233 | ||||
| 					} | ||||
| 				], | ||||
| 				"detour": { | ||||
| 					"to": "dynamic" | ||||
| 				} | ||||
| 			}, | ||||
| 			"streamSettings": { | ||||
| 				"network": "quic" | ||||
| 			}, | ||||
| 			"sniffing": { | ||||
| 				"enabled": true, | ||||
| 				"destOverride": [ | ||||
| 					"http", | ||||
| 					"tls" | ||||
| 				] | ||||
| 			} | ||||
| 		}, | ||||
|         { | ||||
|             "protocol": "vmess", | ||||
|             "port": "10000-20000", | ||||
|             "tag": "dynamic", | ||||
|             "settings": { | ||||
|                 "default": { | ||||
|                     "level": 1, | ||||
|                     "alterId": 32 | ||||
|                 } | ||||
|             }, | ||||
|             "allocate": { | ||||
|                 "strategy": "random", | ||||
|                 "concurrency": 2, | ||||
|                 "refresh": 5 | ||||
|             }, | ||||
|             "streamSettings": { | ||||
| 				"network": "quic", | ||||
| 				"quicSettings": { | ||||
| 					"security": "aes-128-gcm", | ||||
| 					"key": "", | ||||
| 					"header": { | ||||
| 						"type": "none" | ||||
| 					} | ||||
| 				} | ||||
|             } | ||||
|         } | ||||
| 		//include_ss | ||||
| 		//include_socks | ||||
| 		//include_mtproto | ||||
| 		//include_config | ||||
| 		// | ||||
| 	], | ||||
| 	"outbounds": [ | ||||
| 		{ | ||||
| 			"protocol": "freedom", | ||||
| 			"settings": {} | ||||
| 		}, | ||||
| 		{ | ||||
| 			"protocol": "blackhole", | ||||
| 			"settings": {}, | ||||
| 			"tag": "blocked" | ||||
| 		}, | ||||
| 		{ | ||||
| 			"protocol": "freedom", | ||||
| 			"settings": {}, | ||||
| 			"tag": "direct" | ||||
| 		}, | ||||
| 		{ | ||||
| 			"protocol": "mtproto", | ||||
| 			"settings": {}, | ||||
| 			"tag": "tg-out" | ||||
| 		} | ||||
| 	], | ||||
| 	"dns": { | ||||
| 		"server": [ | ||||
| 			"8.8.8.8", | ||||
| 			"8.8.4.4", | ||||
| 			"1.1.1.1", | ||||
| 			"1.0.0.1", | ||||
| 			"localhost" | ||||
| 		] | ||||
| 	}, | ||||
| 	"routing": { | ||||
| 		"domainStrategy": "IPOnDemand", | ||||
| 		"rules": [ | ||||
| 			{ | ||||
| 				"type": "field", | ||||
| 				"ip": [ | ||||
| 					"0.0.0.0/8", | ||||
| 					"10.0.0.0/8", | ||||
| 					"100.64.0.0/10", | ||||
| 					"127.0.0.0/8", | ||||
| 					"169.254.0.0/16", | ||||
| 					"172.16.0.0/12", | ||||
| 					"192.0.0.0/24", | ||||
| 					"192.0.2.0/24", | ||||
| 					"192.168.0.0/16", | ||||
| 					"198.18.0.0/15", | ||||
| 					"198.51.100.0/24", | ||||
| 					"203.0.113.0/24", | ||||
| 					"::1/128", | ||||
| 					"fc00::/7", | ||||
| 					"fe80::/10" | ||||
| 				], | ||||
| 				"outboundTag": "blocked" | ||||
| 			}, | ||||
| 			{ | ||||
| 				"type": "field", | ||||
| 				"domain": [ | ||||
| 					"domain:epochtimes.com", | ||||
| 					"domain:epochtimes.com.tw", | ||||
| 					"domain:epochtimes.fr", | ||||
| 					"domain:epochtimes.de", | ||||
| 					"domain:epochtimes.jp", | ||||
| 					"domain:epochtimes.ru", | ||||
| 					"domain:epochtimes.co.il", | ||||
| 					"domain:epochtimes.co.kr", | ||||
| 					"domain:epochtimes-romania.com", | ||||
| 					"domain:erabaru.net", | ||||
| 					"domain:lagranepoca.com", | ||||
| 					"domain:theepochtimes.com", | ||||
| 					"domain:ntdtv.com", | ||||
| 					"domain:ntd.tv", | ||||
| 					"domain:ntdtv-dc.com", | ||||
| 					"domain:ntdtv.com.tw", | ||||
| 					"domain:minghui.org", | ||||
| 					"domain:renminbao.com", | ||||
| 					"domain:dafahao.com", | ||||
| 					"domain:dongtaiwang.com", | ||||
| 					"domain:falundafa.org", | ||||
| 					"domain:wujieliulan.com", | ||||
| 					"domain:ninecommentaries.com", | ||||
| 					"domain:shenyun.com" | ||||
| 				], | ||||
| 				"outboundTag": "blocked" | ||||
| 			}, | ||||
| 			{ | ||||
| 				"type": "field", | ||||
| 				"inboundTag": ["tg-in"], | ||||
| 				"outboundTag": "tg-out" | ||||
| 			} | ||||
| 			//include_ban_bt | ||||
| 			//include_ban_ad | ||||
| 			//include_rules | ||||
| 			// | ||||
| 		] | ||||
| 	}, | ||||
| 	"transport": { | ||||
| 		"kcpSettings": { | ||||
|             "uplinkCapacity": 100, | ||||
|             "downlinkCapacity": 100, | ||||
|             "congestion": true | ||||
|         }, | ||||
| 		"sockopt": { | ||||
| 			"tcpFastOpen": true | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,149 @@ | ||||
| { | ||||
| 	"log": { | ||||
| 		"access": "/var/log/v2ray/access.log", | ||||
| 		"error": "/var/log/v2ray/error.log", | ||||
| 		"loglevel": "warning" | ||||
| 	}, | ||||
| 	"inbounds": [ | ||||
| 		{ | ||||
| 			"port": 2333, | ||||
| 			"protocol": "vmess", | ||||
| 			"settings": { | ||||
| 				"clients": [ | ||||
| 					{ | ||||
| 						"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", | ||||
| 						"level": 1, | ||||
| 						"alterId": 233 | ||||
| 					} | ||||
| 				] | ||||
| 			}, | ||||
| 			"streamSettings": { | ||||
| 				"network": "quic", | ||||
| 				"quicSettings": { | ||||
| 					"security": "aes-128-gcm", | ||||
| 					"key": "", | ||||
| 					"header": { | ||||
| 						"type": "none" | ||||
| 					} | ||||
| 				} | ||||
| 			}, | ||||
| 			"sniffing": { | ||||
| 				"enabled": true, | ||||
| 				"destOverride": [ | ||||
| 					"http", | ||||
| 					"tls" | ||||
| 				] | ||||
| 			} | ||||
| 		} | ||||
| 		//include_ss | ||||
| 		//include_socks | ||||
| 		//include_mtproto | ||||
| 		//include_config | ||||
| 		// | ||||
| 	], | ||||
| 	"outbounds": [ | ||||
| 		{ | ||||
| 			"protocol": "freedom", | ||||
| 			"settings": {} | ||||
| 		}, | ||||
| 		{ | ||||
| 			"protocol": "blackhole", | ||||
| 			"settings": {}, | ||||
| 			"tag": "blocked" | ||||
|         }, | ||||
|         { | ||||
| 			"protocol": "freedom", | ||||
| 			"settings": {}, | ||||
| 			"tag": "direct" | ||||
| 		}, | ||||
| 		{ | ||||
| 			"protocol": "mtproto", | ||||
| 			"settings": {}, | ||||
| 			"tag": "tg-out" | ||||
| 		} | ||||
| 	], | ||||
| 	"dns": { | ||||
| 		"server": [ | ||||
| 			"8.8.8.8", | ||||
| 			"8.8.4.4", | ||||
| 			"1.1.1.1", | ||||
| 			"1.0.0.1", | ||||
| 			"localhost" | ||||
| 		] | ||||
| 	}, | ||||
| 	"routing": { | ||||
| 		"domainStrategy": "IPOnDemand",		 | ||||
| 		"rules": [ | ||||
| 			{ | ||||
| 				"type": "field", | ||||
| 				"ip": [ | ||||
| 					"0.0.0.0/8", | ||||
| 					"10.0.0.0/8", | ||||
| 					"100.64.0.0/10", | ||||
| 					"127.0.0.0/8", | ||||
| 					"169.254.0.0/16", | ||||
| 					"172.16.0.0/12", | ||||
| 					"192.0.0.0/24", | ||||
| 					"192.0.2.0/24", | ||||
| 					"192.168.0.0/16", | ||||
| 					"198.18.0.0/15", | ||||
| 					"198.51.100.0/24", | ||||
| 					"203.0.113.0/24", | ||||
| 					"::1/128", | ||||
| 					"fc00::/7", | ||||
| 					"fe80::/10" | ||||
| 				], | ||||
| 				"outboundTag": "blocked" | ||||
| 			}, | ||||
| 			{ | ||||
| 				"type": "field", | ||||
| 				"domain": [ | ||||
| 					"domain:epochtimes.com", | ||||
| 					"domain:epochtimes.com.tw", | ||||
| 					"domain:epochtimes.fr", | ||||
| 					"domain:epochtimes.de", | ||||
| 					"domain:epochtimes.jp", | ||||
| 					"domain:epochtimes.ru", | ||||
| 					"domain:epochtimes.co.il", | ||||
| 					"domain:epochtimes.co.kr", | ||||
| 					"domain:epochtimes-romania.com", | ||||
| 					"domain:erabaru.net", | ||||
| 					"domain:lagranepoca.com", | ||||
| 					"domain:theepochtimes.com", | ||||
| 					"domain:ntdtv.com", | ||||
| 					"domain:ntd.tv", | ||||
| 					"domain:ntdtv-dc.com", | ||||
| 					"domain:ntdtv.com.tw", | ||||
| 					"domain:minghui.org", | ||||
| 					"domain:renminbao.com", | ||||
| 					"domain:dafahao.com", | ||||
| 					"domain:dongtaiwang.com", | ||||
| 					"domain:falundafa.org", | ||||
| 					"domain:wujieliulan.com", | ||||
| 					"domain:ninecommentaries.com", | ||||
| 					"domain:shenyun.com" | ||||
| 				], | ||||
| 				"outboundTag": "blocked" | ||||
| 			}, | ||||
| 			{ | ||||
| 				"type": "field", | ||||
| 				"inboundTag": ["tg-in"], | ||||
| 				"outboundTag": "tg-out" | ||||
| 			} | ||||
| 			//include_ban_bt | ||||
| 			//include_ban_ad | ||||
| 			//include_rules | ||||
| 			// | ||||
| 		] | ||||
| 	}, | ||||
| 	"transport": { | ||||
| 		"kcpSettings": { | ||||
|             "uplinkCapacity": 100, | ||||
|             "downlinkCapacity": 100, | ||||
|             "congestion": true | ||||
|         }, | ||||
| 		"sockopt": { | ||||
| 			"tcpFastOpen": true | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,34 @@ | ||||
| transport=( | ||||
| 	TCP | ||||
| 	TCP_HTTP | ||||
| 	WebSocket | ||||
| 	"WebSocket + TLS" | ||||
| 	HTTP/2 | ||||
| 	mKCP | ||||
| 	mKCP_utp | ||||
| 	mKCP_srtp | ||||
| 	mKCP_wechat-video | ||||
| 	mKCP_dtls | ||||
| 	mKCP_wireguard | ||||
| 	QUIC | ||||
| 	QUIC_utp | ||||
| 	QUIC_srtp | ||||
| 	QUIC_wechat-video | ||||
| 	QUIC_dtls | ||||
| 	QUIC_wireguard | ||||
| 	TCP_dynamicPort | ||||
| 	TCP_HTTP_dynamicPort | ||||
| 	WebSocket_dynamicPort | ||||
| 	mKCP_dynamicPort | ||||
| 	mKCP_utp_dynamicPort | ||||
| 	mKCP_srtp_dynamicPort | ||||
| 	mKCP_wechat-video_dynamicPort | ||||
| 	mKCP_dtls_dynamicPort | ||||
| 	mKCP_wireguard_dynamicPort | ||||
| 	QUIC_dynamicPort | ||||
| 	QUIC_utp_dynamicPort | ||||
| 	QUIC_srtp_dynamicPort | ||||
| 	QUIC_wechat-video_dynamicPort | ||||
| 	QUIC_dtls_dynamicPort | ||||
| 	QUIC_wireguard_dynamicPort | ||||
| ) | ||||
| @ -1 +0,0 @@ | ||||
| 
 | ||||
| @ -0,0 +1,30 @@ | ||||
| { | ||||
| 	"port": 2333, // v2ray port | ||||
| 	"protocol": "vmess", | ||||
| 	"settings": { | ||||
| 		"clients": [ | ||||
| 			{ | ||||
| 				"id": "e55c8d17-2cf3-b21a-bcf1-eeacb011ed79", // uuid | ||||
| 				"level": 1, | ||||
| 				"alterId": 233 // alaterid | ||||
| 			} | ||||
| 		] | ||||
| 	}, | ||||
| 	"streamSettings": { | ||||
| 		"network": "quic", | ||||
| 		"security": "aes-128-gcm", | ||||
| 		"key": "", | ||||
| 		"quicSettings": { | ||||
| 			"header": { | ||||
| 				"type": "none" // options > [none, srtp, utp, wechat-video, dtls, wireguard] | ||||
| 			} | ||||
| 		} | ||||
| 	}, | ||||
| 	"sniffing": { | ||||
| 		"enabled": true, | ||||
| 		"destOverride": [ | ||||
| 			"http", | ||||
| 			"tls" | ||||
| 		] | ||||
| 	} | ||||
| } | ||||
| @ -0,0 +1,8 @@ | ||||
| #!/bin/bash | ||||
| backup="/etc/v2ray/233blog_v2ray_backup.conf" | ||||
| . $backup | ||||
| if [[ $v2ray_transport -ge 13 ]]; then | ||||
| 	tmp_transport=$(($v2ray_transport +6)) | ||||
| 	sed -i "18s/=$v2ray_transport/=$tmp_transport/" $backup | ||||
| fi | ||||
| v2ray update.sh | ||||
					Loading…
					
					
				
		Reference in new issue