optional ipv6 firewall, disabled by default

This commit is contained in:
Arseniy Kuznetsov
2022-11-14 20:35:00 +01:00
parent cc3fd26ae2
commit 2953cf418a
5 changed files with 77 additions and 5 deletions

39
mktxp/mktxp.conf Normal file
View File

@@ -0,0 +1,39 @@
## Copyright (c) 2020 Arseniy Kuznetsov
##
## This program is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License
## as published by the Free Software Foundation; either version 2
## of the License, or (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
[Sample-Router]
interface = True
wireless = True
connections = True
netwatch = True
wireless_clients = True
poe = True
public_ip = True
dhcp_lease = True
capsman_clients = True
use_comments_over_names = True
capsman = True
monitor = True
dhcp = True
firewall = True
pool = True
enabled = False
ssl_certificate_verify = False
no_ssl_certificate = False
use_ssl = False
route = True
ipv6_neighbor = False
hostname = localhost
username = username
password = password
port = 8728