mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
fix xray server
This commit is contained in:
@@ -495,7 +495,7 @@ inputs:
|
||||
protocol = "vless";
|
||||
settings =
|
||||
{
|
||||
clients = [{ id = "be01f0a0-9976-42f5-b9ab-866eba6ed393"; flow = "xtls-rprx-vision"; }];
|
||||
clients = [{ id = "be01f0a0-9976-42f5-b9ab-866eba6ed393"; }];
|
||||
decryption = "none";
|
||||
};
|
||||
streamSettings.network = "tcp";
|
||||
@@ -512,12 +512,7 @@ inputs:
|
||||
[{
|
||||
address = "127.0.0.1";
|
||||
port = 4638;
|
||||
users =
|
||||
[{
|
||||
id = "be01f0a0-9976-42f5-b9ab-866eba6ed393";
|
||||
encryption = "none";
|
||||
flow = "xtls-rprx-vision-udp443";
|
||||
}];
|
||||
users = [{ id = "be01f0a0-9976-42f5-b9ab-866eba6ed393"; encryption = "none"; }];
|
||||
}];
|
||||
streamSettings.network = "tcp";
|
||||
tag = "loopback-localdns";
|
||||
|
||||
Reference in New Issue
Block a user