From 3b935a1eeacf8acf44e8272cfa1b20506e7a7822 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 4 May 2024 15:20:51 -0400 Subject: [PATCH] No need to mess with this for now --- app/Filament/Resources/EggResource/Pages/CreateEgg.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Filament/Resources/EggResource/Pages/CreateEgg.php b/app/Filament/Resources/EggResource/Pages/CreateEgg.php index e6b57ef57..03c1f4a0f 100644 --- a/app/Filament/Resources/EggResource/Pages/CreateEgg.php +++ b/app/Filament/Resources/EggResource/Pages/CreateEgg.php @@ -52,7 +52,8 @@ class CreateEgg extends CreateRecord ->helperText('') ->splitKeys(['Tab', ' ', ',']) ->columnSpan(['default' => 1, 'sm' => 1, 'md' => 2, 'lg' => 2]), - Forms\Components\Toggle::make('force_outgoing_ip') + Forms\Components\Hidden::make('force_outgoing_ip') + ->default(false) ->helperText("Forces all outgoing network traffic to have its Source IP NATed to the IP of the server's primary allocation IP. Required for certain games to work properly when the Node has multiple public IP addresses. Enabling this option will disable internal networking for any servers using this egg, causing them to be unable to internally access other servers on the same node."),