diff --git a/database/migrations/2024_01_15_084609_add_custom_dns_server.php b/database/migrations/2024_01_15_084609_add_custom_dns_server.php
index 24d288d02..bbc66b59c 100644
--- a/database/migrations/2024_01_15_084609_add_custom_dns_server.php
+++ b/database/migrations/2024_01_15_084609_add_custom_dns_server.php
@@ -13,7 +13,7 @@ public function up(): void
{
Schema::table('instance_settings', function (Blueprint $table) {
$table->boolean('is_dns_validation_enabled')->default(true);
- $table->string('custom_dns_servers')->nullable()->default('1.1.1.1');
+ $table->string('custom_dns_servers')->nullable()->default('149.112.121.10,149.112.122.10');
});
}
diff --git a/resources/views/livewire/settings/advanced.blade.php b/resources/views/livewire/settings/advanced.blade.php
index 544ed7d4c..e355b59d3 100644
--- a/resources/views/livewire/settings/advanced.blade.php
+++ b/resources/views/livewire/settings/advanced.blade.php
@@ -1,6 +1,6 @@
- Advanced Settings | Coolify
+ Advanced Settings | MapleDeploy
Save
- Advanced settings for your Coolify instance.
+ Advanced settings for your MapleDeploy instance.
@if ($is_registration_enabled)
@@ -54,12 +54,12 @@ class="flex flex-col h-full gap-8 sm:flex-row">
+ helper="Custom DNS servers for domain validation. Comma-separated list (e.g., 149.112.121.10,149.112.122.10). Leave empty to use system defaults."
+ placeholder="149.112.121.10,149.112.122.10" />
API Settings
+ helper="If enabled, authenticated requests to the REST API will be allowed. Configure API tokens in Security > API Tokens." />
+ {{-- MapleDeploy branding: sponsorship popup checkbox removed (popup itself already removed) --}}
Confirmation Settings
-
-
-
@if ($disable_two_step_confirmation)
diff --git a/templates/compose/pterodactyl-with-wings.yaml b/templates/compose/pterodactyl-with-wings.yaml
index 20465a139..4104b514e 100644
--- a/templates/compose/pterodactyl-with-wings.yaml
+++ b/templates/compose/pterodactyl-with-wings.yaml
@@ -183,8 +183,8 @@ services:
network:
interface: 172.28.0.1
dns:
- - 1.1.1.1
- - 1.0.0.1
+ - 149.112.121.10
+ - 149.112.122.10
name: pterodactyl_nw
ispn: false
driver: bridge