| resure@betelgeuse:~$ sudo egrep -rn REJECT /etc/* | |
| Binary file /etc/alternatives/node matches | |
| /etc/bash_completion.d/iptables:32: COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \ | |
| /etc/bash_completion.d/iptables:37: COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \ | |
| /etc/bash_completion.d/iptables:42: COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \ | |
| egrep: /etc/blkid.tab: No such file or directory | |
| /etc/default/ufw:9:# Set the default input policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT. | |
| /etc/default/ufw:15:# Set the default output policy to ACCEPT, ACCEPT_NO_TRACK, DROP, or REJECT. | |
| /etc/default/ufw:21:# Set the default forward policy to ACCEPT, DROP or REJECT. Please note that | |
| /etc/default/ufw:25:# Set the default application policy to ACCEPT, DROP, REJECT or SKIP. Please | |
| /etc/iptables.firewall.rules:5:-A INPUT ! -i lo -d 127.0.0.0/8 -j REJECT | |
| /etc/iptables.firewall.rules:30:-A INPUT -j REJECT | |
| /etc/iptables.firewall.rules:31:-A FORWARD -j REJECT |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment