Adding example variables
diff --git a/README.rst b/README.rst
index cdc2a35..ce76675 100644
--- a/README.rst
+++ b/README.rst
@@ -11,6 +11,13 @@
 
     tinyproxy:
       enabled: true
+      listen: 172.16.21.101
+      allow_nets:
+      - 127.0.0.1
+      - 172.16.21.0/24
+      connect_ports:
+      - 443
+      upstream: 10.11.236.1:8080
 
 
 More Information