├── .idea ├── .gitignore └── misc.xml ├── LICENSE ├── README.md ├── config.json ├── gost.service └── gost.sh /.idea/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/HEAD/.idea/.gitignore -------------------------------------------------------------------------------- /.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/HEAD/.idea/misc.xml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/HEAD/config.json -------------------------------------------------------------------------------- /gost.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/HEAD/gost.service -------------------------------------------------------------------------------- /gost.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KANIKIG/Multi-EasyGost/HEAD/gost.sh --------------------------------------------------------------------------------