├── ExecFunctions.go ├── H3CcommandStruct.go ├── LICENSE ├── MuxShell.go ├── README.md ├── SwitchConfigApi.go ├── log └── demo.log ├── server.sh └── setanddel.json /ExecFunctions.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongfeioo/SwitchConfigApi/HEAD/ExecFunctions.go -------------------------------------------------------------------------------- /H3CcommandStruct.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongfeioo/SwitchConfigApi/HEAD/H3CcommandStruct.go -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongfeioo/SwitchConfigApi/HEAD/LICENSE -------------------------------------------------------------------------------- /MuxShell.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongfeioo/SwitchConfigApi/HEAD/MuxShell.go -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongfeioo/SwitchConfigApi/HEAD/README.md -------------------------------------------------------------------------------- /SwitchConfigApi.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongfeioo/SwitchConfigApi/HEAD/SwitchConfigApi.go -------------------------------------------------------------------------------- /log/demo.log: -------------------------------------------------------------------------------- 1 | 这个目录存放日志 2 | -------------------------------------------------------------------------------- /server.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongfeioo/SwitchConfigApi/HEAD/server.sh -------------------------------------------------------------------------------- /setanddel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongfeioo/SwitchConfigApi/HEAD/setanddel.json --------------------------------------------------------------------------------