I use huge, high-DPI monitor. OPNsense's defaults of only showing 7 or so entries per page in various places don't work for me. I habitually change these to 20 pretty much every time I click on anything. Is there any way to alter these defaults?
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 Menu12:43:02.036721 IP6 2600:reda::cted:xxxx:xxxx:4c94.35388 > fd16:eb69:819d::2.8080: Flags [S], seq 2816276090, win 64800, options [mss 1440,sackOK,TS val 4265021634 ecr 0,nop,wscale 7], length 0
0x0000: 6001 241e 0028 0633 2600 3c17 0000 0000 `.$..(.3&.<.....
0x0010: f03c 95ff feeb 4c94 fd16 eb69 819d 0000 .<....L....i....
0x0020: 0000 0000 0000 0002 8a3c 1f90 a7dc f67a .........<.....z
0x0030: 0000 0000 a002 fd20 55e1 0000 0204 05a0 ........U.......
0x0040: 0402 080a fe37 10c2 0000 0000 0103 0307 .....7..........
table ip6 nat {
chain PREROUTING {
type nat hook prerouting priority dstnat; policy accept;
ip6 daddr 2a01:reda::cted:xxxx:xxxx:e72c tcp dport 443 dnat to fd16:eb69:819d::2
}
}