From 654504d5eef80018c43ee77b121e232b28269654 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Wed, 3 Apr 2024 09:38:36 -0400 Subject: [PATCH] Remove `basic.conf` (#10120) This PR removes the `basic.conf` file. In #10099 we suppressed some typo warnings that had cropped up in this file, but it turns out we don't need the file at all. Release Notes: - N/A --- crates/collab/basic.conf | 12 ------------ typos.toml | 2 -- 2 files changed, 14 deletions(-) delete mode 100644 crates/collab/basic.conf diff --git a/crates/collab/basic.conf b/crates/collab/basic.conf deleted file mode 100644 index c6db392dba..0000000000 --- a/crates/collab/basic.conf +++ /dev/null @@ -1,12 +0,0 @@ - -[Interface] -PrivateKey = B5Fp/yVfP0QYlb+YJv9ea+EMI1mWODPD3akh91cVjvc= -Address = fdaa:0:2ce3:a7b:bea:0:a:2/120 -DNS = fdaa:0:2ce3::3 - -[Peer] -PublicKey = RKAYPljEJiuaELNDdQIEJmQienT9+LRISfIHwH45HAw= -AllowedIPs = fdaa:0:2ce3::/48 -Endpoint = ord1.gateway.6pn.dev:51820 -PersistentKeepalive = 15 - diff --git a/typos.toml b/typos.toml index 9885793498..b84b75d024 100644 --- a/typos.toml +++ b/typos.toml @@ -19,8 +19,6 @@ extend-exclude = [ "extensions/clojure/languages/clojure/config.toml", # Windows likes its abbreviations "crates/gpui/src/platform/windows/", - # False positive in one of the configuration values. - "crates/collab/basic.conf" ] [default]