From f6c24f0eaadfd0749972d4e11c1ff60e5510a885 Mon Sep 17 00:00:00 2001 From: Ruakij Date: Thu, 3 Nov 2022 08:43:40 +0100 Subject: [PATCH] Change package-name --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 603659b..2b879ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -RoutingTableToWGTranslator +RoutingTableToWG -- Translate Routing-Table Entries to Wireguard AllowedIPs with Filters diff --git a/go.mod b/go.mod index 23e82c7..284ac4a 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module RoutingTableToWgTranslator +module routingtabletowg go 1.19