Skip to content

Commit

Permalink
fix appendix underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
superstes committed Dec 19, 2024
1 parent 4494d22 commit c4a6645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
BASE_DIR = '/etc/nftables.d'
ADDON_DIR = '/etc/nftables.d/addons'
CONFIG_EXT = 'nft'
APPENDIX_4 = '_v4'
APPENDIX_6 = '_v6'
APPENDIX_4 = 'v4'
APPENDIX_6 = 'v6'

if not CONFIG_EXT.startswith('.'):
CONFIG_EXT = f'.{CONFIG_EXT}'
Expand Down

0 comments on commit c4a6645

Please sign in to comment.