mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.services.xray.xmuClient: fix
This commit is contained in:
@@ -35,7 +35,7 @@ inputs:
|
||||
protocol = "vless";
|
||||
settings.vnext =
|
||||
[{
|
||||
address = xmuClient.hostname;
|
||||
address = "webvpn.xmu.edu.cn";
|
||||
port = 443;
|
||||
users = [{ id = inputs.config.sops.placeholder."xray-xmu-client/uuid"; encryption = "none"; }];
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user