mirror of
https://github.com/house-of-vanity/v2-uri-parser.git
synced 2026-02-05 09:57:56 +00:00
Improve config model names
This commit is contained in:
@@ -4,7 +4,7 @@ use crate::{config_models::*, utils::parse_raw_json};
|
||||
|
||||
pub fn create_outbound_settings(data: &RawData) -> OutboundSettings {
|
||||
return OutboundSettings::Vmess(VmessOutboundSettings {
|
||||
vnext: vec![VlessServerObject {
|
||||
vnext: vec![VnextServerObject {
|
||||
port: data.port,
|
||||
address: data.address.clone(),
|
||||
users: Some(vec![VnextUser {
|
||||
|
||||
Reference in New Issue
Block a user