Update config.rs

This commit is contained in:
botanicvelious 2023-01-11 18:59:21 -07:00 committed by GitHub
parent 8dd138c7e2
commit 94057d0df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,7 +123,7 @@ macro_rules! serde_field_string {
}
#[derive(Clone, Copy, PartialEq, Eq, Debug)]
If RS_PUB_KEY is set as an env variable use the env variablepub enum NetworkType {
pub enum NetworkType {
Direct,
ProxySocks,
}