mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-23 01:20:52 +00:00
Add SOCKS4 support to CI
This commit is contained in:
parent
15703a4823
commit
6d9767db42
4 changed files with 32 additions and 22 deletions
|
@ -89,7 +89,7 @@ fn main() -> ExitCode {
|
|||
Ok(())
|
||||
})() {
|
||||
log::error!("{e}");
|
||||
std::process::exit(1);
|
||||
return ExitCode::FAILURE;
|
||||
};
|
||||
|
||||
ExitCode::SUCCESS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue