Add Zmodem/BINKP/EMSI
This commit is contained in:
@@ -19,6 +19,8 @@ class DomainController extends Controller
|
||||
public function add_edit(Request $request,Domain $o)
|
||||
{
|
||||
if ($request->post()) {
|
||||
// @todo Add validation that we can only have 1 "default" domain for a zone.
|
||||
// The default domain is used when a node connects and doesnt use a full 5D address, eg: 10:999/1 vs 10:999/1@private
|
||||
foreach (['name','dnsdomain','active','notes'] as $key)
|
||||
$o->{$key} = $request->post($key);
|
||||
|
||||
|
Reference in New Issue
Block a user