Merge pull request #51 from UnderEu/patch-1

Update service status to better reflect 'no PLAT' state
This commit is contained in:
Tore Anderson 2025-03-23 11:30:06 +01:00 committed by GitHub
commit d9f274bbe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
clatd
View File

@ -392,7 +392,7 @@ sub get_plat_prefix_from_dns64 {
p("No PLAT prefix could be discovered, using fallback"); p("No PLAT prefix could be discovered, using fallback");
return $CFG{"plat-fallback-prefix"}; return $CFG{"plat-fallback-prefix"};
} else { } else {
p("No PLAT prefix could be discovered. Your ISP probably doesn't provide", p("No PLAT prefix could be discovered. Your connection probably doesn't provide",
" NAT64/DNS64 PLAT service. Exiting."); " NAT64/DNS64 PLAT service. Exiting.");
cleanup_and_exit(0); cleanup_and_exit(0);
} }