pull/95/head
233boy 6 years ago
parent 989bf6366b
commit eff6b1c06e
  1. 4
      config/server/dynamic/http.json
  2. 4
      config/server/dynamic/kcp.json
  3. 4
      config/server/dynamic/tcp.json
  4. 4
      config/server/dynamic/ws.json
  5. 4
      config/server/h2.json
  6. 4
      config/server/http.json
  7. 4
      config/server/kcp.json
  8. 4
      config/server/tcp.json
  9. 4
      config/server/ws.json
  10. 2
      v2ray.sh

@ -95,6 +95,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -62,6 +62,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -54,6 +54,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -57,6 +57,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -50,6 +50,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -68,6 +68,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -40,6 +40,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -35,6 +35,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -35,6 +35,10 @@
//
],
"outbounds": [
{
"protocol": "freedom",
"settings": {}
},
{
"protocol": "blackhole",
"settings": {},

@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v3.0"
_version="v3.01"
cmd="apt-get"

Loading…
Cancel
Save