xray and nginx improvements
This commit is contained in:
parent
694a4e7605
commit
032a5f4b04
6 changed files with 7 additions and 7 deletions
|
|
@ -10,6 +10,7 @@ let
|
|||
privateKey = mkOption { type = types.str; default = ""; };
|
||||
shortId = mkOption { type = types.str; default = ""; };
|
||||
spiderX = mkOption { type = types.str; default = "/"; };
|
||||
sni = mkOption { type = types.str; default = "/"; };
|
||||
};
|
||||
affine-config = with lib; {
|
||||
env = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue