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