Timeline for How to include a url list file in iptables?
Current License: CC BY-SA 4.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Dec 2, 2024 at 7:48 | history | protected | CommunityBot | ||
| Oct 3, 2020 at 19:08 | answer | added | laktak | timeline score: 0 | |
| Oct 3, 2020 at 18:49 | answer | added | Bruce Malaudzi | timeline score: 0 | |
| Sep 28, 2020 at 9:29 | comment | added | Alway | looping for 80000 will make each request to be to long, i want this to act as an adblock | |
| Sep 28, 2020 at 9:28 | comment | added | Alway | ibrahim, they have, this line is working perfectly with url, "-A urllist -p tcp -m webstr --url "ada.com aaa.com ffff.com" -j REJECT --reject-with tcp-reset", wha i need is to use a file as urllist | |
| Sep 28, 2020 at 7:33 | comment | added | Panki |
Loop through each line in the file and run the iptables command with the line as parameter - YMMV
|
|
| Sep 28, 2020 at 7:33 | history | edited | AdminBee | CC BY-SA 4.0 |
Use code formatting for verbatimg text examples
|
| Sep 28, 2020 at 7:26 | comment | added | ibrahim | iptables don't have such method. You need to use another tool that capable of url filtering. | |
| Sep 28, 2020 at 6:52 | review | First posts | |||
| Sep 28, 2020 at 7:33 | |||||
| Sep 28, 2020 at 6:49 | history | asked | Alway | CC BY-SA 4.0 |