aboutsummaryrefslogtreecommitdiff
path: root/ntcp/logc.go
diff options
context:
space:
mode:
Diffstat (limited to 'ntcp/logc.go')
-rw-r--r--ntcp/logc.go32
1 files changed, 32 insertions, 0 deletions
diff --git a/ntcp/logc.go b/ntcp/logc.go
new file mode 100644
index 0000000..002339f
--- /dev/null
+++ b/ntcp/logc.go
@@ -0,0 +1,32 @@
+// Copyright 2021 SNIX LLC sina@snix.ir
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License
+// version 2 as published by the Free Software Foundation.
+// 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.
+
+package ntcp
+
+const (
+ domainNotOk = "client trying to connect to blocked domain, killing conn"
+ errorChanNk = "cannot terminate domain cleaner task, leaving it in map"
+ errorNoHost = "client hostname is unknown cannot do anything here, closing"
+)
+
+const (
+ startProxyd = "starting tls and http proxy, listening on:"
+ disabledMAP = "domain cache time to live is zero, disabling memory cache"
+)
+
+const (
+ addPortAddr = ":80"
+ noneAddress = "none"
+ tcpNetConnc = "tcp"
+)
+
+const (
+ clientConn = "connected to upstream server, address:"
+)

Snix LLC Git Repository Holder Copyright(C) 2022 All Rights Reserved Email To Snix.IR