Skip to content

Commit

Permalink
Fix typo in comment [no_ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kseen715 committed Aug 18, 2024
1 parent 66f05b9 commit 6f545a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make_route_bat.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
route ADD 157.240.251.5 MASK 255.255.255.255 0.0.0.0
route ADD 157.240.238.37 MASK 255.255.255.255 0.0.0.0
if ipv4 contains / then it is a masked ip range, create correct mask fot that
if ipv4 contains / then it is a masked ip range, create correct mask for that
if ipv4 not contain / then it is a single ip address, just add it to route
"""

Expand Down

0 comments on commit 6f545a9

Please sign in to comment.