Skip to content

Commit

Permalink
rename the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed Feb 29, 2024
1 parent 8831ffa commit 4ce5135
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
interface: "enp3s0"
rules:
- name: "Enable SSH"
timeout: 5
command: "/usr/sbin/iptables -A INPUT -s %IP% -p tcp --dport 22 -j ACCEPT"
sequence:
- 15523
- 17767
- 32768
- 28977
- 51234
- name: "Disable SSH"
timeout: 5
command: "/usr/sbin/iptables -D INPUT -s %IP% -p tcp --dport 22 -j ACCEPT"
sequence:
- 51234
- 28977
- 32768
- 17767
- 15523

0 comments on commit 4ce5135

Please sign in to comment.