|
|
|
@ -1,7 +1,9 @@ |
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
// KazooFirewallAgent (c) 2024-, RuhNet
|
|
|
|
// KazooFirewallAgent (c) 2024, RuhNet, All Rights Reserved
|
|
|
|
// Author: Ruel Tmeizeh, RuhNet www.ruhnet.co
|
|
|
|
// License: GPL v3 https://www.gnu.org/licenses/gpl-3.0.txt
|
|
|
|
// Public License: GPL v3 https://www.gnu.org/licenses/gpl-3.0.txt
|
|
|
|
// Dual-Licensed to PBX.com LLC under a non-exclusive unlimited
|
|
|
|
// most-rights-granted use/deployment/transfer/modification license.
|
|
|
|
////////////////////////////////////////////////////////////////////////
|
|
|
|
package main |
|
|
|
|
|
|
|
@ -19,7 +21,7 @@ import ( |
|
|
|
|
|
|
|
const appnameFull string = "RuhNet Kazoo Firewall Agent" |
|
|
|
const appname string = "kazoo_firewall_agent" |
|
|
|
const version string = "0.9" |
|
|
|
const version string = "1.0" |
|
|
|
const serverVersion string = "RuhNet " + appname + " v" + version |
|
|
|
const website string = "https://ruhnet.co" |
|
|
|
|
|
|
|
|