From 623506cb628ad802fc9d54c58834bb80813abbb8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 3 Dec 2023 11:28:07 +0900 Subject: [PATCH] tset --- nixos/hosts/osaka-vultr-01/xinetd.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/nixos/hosts/osaka-vultr-01/xinetd.nix b/nixos/hosts/osaka-vultr-01/xinetd.nix index bd8c1ee5..45f6b520 100644 --- a/nixos/hosts/osaka-vultr-01/xinetd.nix +++ b/nixos/hosts/osaka-vultr-01/xinetd.nix @@ -36,18 +36,6 @@ server = "/usr/bin/env"; # Placeholder. extraConfig = "redirect = 10.100.0.2 443"; } - { - name = "jitsi-jvb 10000 udp"; - port = 10000; - protocol = "udp"; - unlisted = true; - server = "/usr/bin/env"; # Placeholder. - extraConfig = " - redirect = 10.100.0.2 10000 - socket_type = stream - wait = no - "; - } { name = "jitsi-jvb 4443 tcp"; port = 4443;