mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
Alias.php: typo? (#4786)
This commit is contained in:
parent
3277c0beb6
commit
cbfb91e413
@ -60,7 +60,7 @@ class Alias extends BaseModel
|
||||
$sources[] = array(array('nat', 'onetoone'), array('destination', 'address'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('source', 'network'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('sourceport'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('destination', 'address'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('destination', 'network'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('dstport'));
|
||||
$sources[] = array(array('nat', 'outbound', 'rule'), array('target'));
|
||||
$sources[] = array(array('load_balancer', 'lbpool'), array('port'));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user