diff --git a/README.md b/README.md
index 7a9874d6058ebc1884a4b6520c2448c62d8632c2..b0537d72ae9dea1dc43299f82bc2f4a38fee5488 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@
 Features:  
 * Write longreads in Your default $EDITOR
 * List timelines
+* Switch instance from public list in config.json or manual input. Also recent used instance list.
 * All others futures maybe working 50/50
 
 Depends:  
diff --git a/config.json b/config.json
index 4e01aeb09f352fed9029fdf223651a62e6ecb898..c6018a789f33da83cdbeae962209414e2d8a3469 100644
--- a/config.json
+++ b/config.json
@@ -2,5 +2,15 @@ {
   "instance": "soc.phreedom.club",
   "max_statuses": 40,
   "default_content_type": "text/markdown",
-  "default_visibility": "unlisted"
+  "default_visibility": "unlisted",
+  "public_list_instances": [
+    "outerheaven.club",
+    "stereophonic.space",
+    "cawfee.club",
+    "shitposter.club",
+    "blob.cat",
+    "fedi.absturztau.be",
+    "cdrom.tokyo",
+    "udongein.xyz"
+  ]
 }
