From 2b5de13bc8fefa1642664d10760485cc9d7b8325 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 3 Dec 2023 10:52:04 +0900 Subject: [PATCH] Test --- nixos/hosts/osaka-vultr-01/xinetd.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/nixos/hosts/osaka-vultr-01/xinetd.nix b/nixos/hosts/osaka-vultr-01/xinetd.nix index d0c0a4a0..9f951d6e 100644 --- a/nixos/hosts/osaka-vultr-01/xinetd.nix +++ b/nixos/hosts/osaka-vultr-01/xinetd.nix @@ -40,7 +40,11 @@ protocol = "udp"; unlisted = true; server = "/usr/bin/env"; # Placeholder. - extraConfig = "redirect = 10.100.0.2 10000"; + extraConfig = " + redirect = 10.100.0.2 10000 + socket_type = stream + wait = no + "; } { name = "jitsi-jvb 4443 tcp"; @@ -158,12 +162,6 @@ server = "/usr/bin/env"; # Placeholder. extraConfig = "redirect = 10.100.0.2 1443"; } - - - - - - { name = "piaware"; port = 8080;