Hello,
while INPUT chain is setup just to default DROP rule for new connections, i portscanned my public IP and found 80 and 443 open.
View button shows that:
Chain INPUT (policy ACCEPT 268 packets, 16746 bytes)
pkts bytes target prot opt in out source destination
5152 692K SYS_GUI all — * * 0.0.0.0/0 0.0.0.0/0
5152 692K SYS_INPUT all — * * 0.0.0.0/0 0.0.0.0/0
13 1130 SYS_HTTPS tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
1484 174K SYS_HTTPS tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
3 132 SYS_SSH tcp — * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
1399 61570 DROP all — ppp0 * 0.0.0.0/0 0.0.0.0/0 state NEW
How can i modify that custom SYS_HTTPS chain?
(and btw why did you preset this *hidden* config…)
Thanks in advance!