summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
2022-05-23wip: use kcp in the serverfeat/kcpatanarjuat
2022-05-21handle errors while closing the connections in CopyLoop functionAnjan Nath
2022-05-21ignore gosec warning G304 for reading the config file path from variableAnjan Nath
the path is needed to be read from the user and obfsproxy will be started with root privileges anyway, we can ignore this warning, more details about the warn at https://securego.io/docs/rules/g304.html
2022-05-21simplify testing of client and serveratanarjuat