Closed UnknownDef closed 1 month ago
It can add multiple IP addresses, one per line.
It can add multiple IP addresses, one per line.
When i add 2 ip in 2 lines
162.159.138.232
168.159.133.233
is says this and dont work...
Applying localips ipset rule...
: resolving to IPv4 address failedparse 162.159.138.232
: resolving to IPv4 address failedparse 168.159.133.233
Try to add IP in CIDR notation:
162.159.138.232/32
168.159.133.233/32
when i add more then 1 ip address, ss writes
Don't use Windows Notepad because it incorrectly interprets the newline character. I had the same problem with a list of domains - only the first domain worked. Then I edited the list using vi, and it worked.
when i add more then 1 ip address, ss writes
it works only with 1 ip address?