| # | {{ __('Chain') }} | {{ __('Action') }} | {{ __('Protocol') }} | {{ __('Src') }} | {{ __('Dst') }} | {{ __('Comment') }} | {{ __('Act') }} |
|---|---|---|---|---|---|---|---|
| {{ $i }} | {{ $isR ? ($rule['chain'] ?? '-') : '-' }} | {{ $isR ? ($rule['action'] ?? '-') : '-' }} | {{ $isR ? ($rule['protocol'] ?? 'any') : 'any' }} | {{ $isR ? ($rule['src-address'] ?? 'any') : 'any' }} |
{{ $isR ? ($rule['dst-address'] ?? 'any') : 'any' }} |
{{ $isR ? ($rule['comment'] ?? '') : '' }} |
|
| {{ __('No filter rules found.') }} | |||||||
| # | {{ __('Chain') }} | {{ __('Action') }} | {{ __('Out Iface') }} | {{ __('Src Addr') }} | {{ __('Comment') }} | {{ __('Act') }} |
|---|---|---|---|---|---|---|
| {{ $i }} | {{ $isN ? ($rule['chain'] ?? '-') : '-' }} | {{ $isN ? ($rule['action'] ?? '-') : '-' }} | {{ $isN ? ($rule['out-interface'] ?? 'any') : 'any' }} | {{ $isN ? ($rule['src-address'] ?? 'any') : 'any' }} |
{{ $isN ? ($rule['comment'] ?? '') : '' }} |
|
| {{ __('No NAT rules found.') }} | ||||||
| # | {{ __('Chain') }} | {{ __('Action') }} | {{ __('Passthrough') }} | {{ __('Comment') }} | {{ __('Act') }} |
|---|---|---|---|---|---|
| {{ $i }} | {{ $isM ? ($rule['chain'] ?? '-') : '-' }} | {{ $isM ? ($rule['action'] ?? '-') : '-' }} | {{ $isM ? ($rule['passthrough'] ?? '-') : '-' }} | {{ $isM ? ($rule['comment'] ?? '') : '' }} | @if(($isM ? ($rule['disabled'] ?? 'false') : 'false') !== 'false') @else @endif |
| {{ __('No mangle rules found.') }} | |||||
| {{ __('List') }} | {{ __('Address') }} | {{ __('Timeout') }} | {{ __('Comment') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $isA ? ($entry['list'] ?? '-') : '-' }} | {{ ($isA ? $entry['address'] : $entry) ?? '-' }} |
{{ $isA ? ($entry['timeout'] ?? '—') : '—' }} | {{ $isA ? ($entry['comment'] ?? '') : '' }} | |
| {{ __('No address list entries found.') }} | ||||