fix(nft): remove variable trailing semi-colon
This commit is contained in:
parent
9905ced78b
commit
2a09daf849
@ -2,7 +2,7 @@
|
||||
|
||||
# Inferencium - ZA-00-00
|
||||
# nftables - Configuration
|
||||
# Version: 1.0.0-beta.1
|
||||
# Version: 1.0.0-beta.2
|
||||
|
||||
# Copyright 2025 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
# Variable
|
||||
## nftables path
|
||||
nft="/usr/sbin/nft";
|
||||
nft="/usr/sbin/nft"
|
||||
## Interface
|
||||
lan=enp16s0
|
||||
wan=enp41s0
|
||||
|
Loading…
x
Reference in New Issue
Block a user