From bbf52cababcd8e62e7ecc075c256d1e16086e093 Mon Sep 17 00:00:00 2001 From: MrMcX <mrmcx@noreply.codeberg.org> Date: Mon, 27 Dec 2021 14:29:50 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eutil=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util.md b/util.md index 1d2bb1e..75f1d61 100644 --- a/util.md +++ b/util.md @@ -1,4 +1,8 @@ # package util // import "proxy/util" +## CONSTANTS + +#### const (Out, In) +Prefixes for traffic from (out) or to (in) VM ## Functions #### func DnsQueryDecode(data []byte, start int) (string, int)