├── .goormide ├── bin │ └── v2ray │ │ ├── config.json │ │ ├── doc │ │ └── readme.md │ │ ├── geoip.dat │ │ ├── geosite.dat │ │ ├── systemd │ │ └── v2ray.service │ │ ├── systemv │ │ └── v2ray │ │ ├── v2ctl │ │ ├── v2ctl.sig │ │ ├── v2ray │ │ ├── v2ray.sig │ │ ├── vpoint_socks_vmess.json │ │ └── vpoint_vmess_freedom.json ├── etc │ └── v2ray │ │ └── v2ray-server.json └── service.sh ├── README.md ├── install.sh ├── port.png ├── profile └── proxy.png /.goormide/bin/v2ray/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/config.json -------------------------------------------------------------------------------- /.goormide/bin/v2ray/doc/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/doc/readme.md -------------------------------------------------------------------------------- /.goormide/bin/v2ray/geoip.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/geoip.dat -------------------------------------------------------------------------------- /.goormide/bin/v2ray/geosite.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/geosite.dat -------------------------------------------------------------------------------- /.goormide/bin/v2ray/systemd/v2ray.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/systemd/v2ray.service -------------------------------------------------------------------------------- /.goormide/bin/v2ray/systemv/v2ray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/systemv/v2ray -------------------------------------------------------------------------------- /.goormide/bin/v2ray/v2ctl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/v2ctl -------------------------------------------------------------------------------- /.goormide/bin/v2ray/v2ctl.sig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.goormide/bin/v2ray/v2ray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/v2ray -------------------------------------------------------------------------------- /.goormide/bin/v2ray/v2ray.sig: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.goormide/bin/v2ray/vpoint_socks_vmess.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/vpoint_socks_vmess.json -------------------------------------------------------------------------------- /.goormide/bin/v2ray/vpoint_vmess_freedom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/bin/v2ray/vpoint_vmess_freedom.json -------------------------------------------------------------------------------- /.goormide/etc/v2ray/v2ray-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/etc/v2ray/v2ray-server.json -------------------------------------------------------------------------------- /.goormide/service.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/.goormide/service.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/install.sh -------------------------------------------------------------------------------- /port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/port.png -------------------------------------------------------------------------------- /profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/profile -------------------------------------------------------------------------------- /proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/guleonseon/goorm-auto/HEAD/proxy.png --------------------------------------------------------------------------------