Thanks for your advice
Works great :)
Works great :)
Code Select
notify 100 {
match "ugen" "ugen0.3";
action "/etc/rc.d/lte.sh";
};
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuerror(s) loading the rules: /tmp/rules.debug:92: syntax error - The line in question reads [92]: pass in quick on em0 route-to { } round-robin inet from {(em0:network)} to {any} keep state label USER_RULE ]
error(s) loading the rules: /tmp/rules.debug:92: syntax error - The line in question reads [92]: pass in quick on em0 route-to { } round-robin inet from {(em0:network)} to {any} keep state label USER_RULE ]
<select name="subnet" class="selectpicker" data-style="btn-default" data-width="auto" data-size="10" dataid="subnet">
<?php for ($i = 32; $i > 0; $i--):?>
<option value="<?=$i;?>" <?=$i == $pconfig['subnet'] ? "selected=\"selected\"" : "";?>><?=$i;?></option>
<?php endfor;?>
</select>