mirror of https://github.com/toreanderson/clatd
Compare commits
2 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
d9f274bbe7 | |
|
|
ae8da007c6 |
2
clatd
2
clatd
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue