setting up structure
authorpaulr <me@pjr.cc>
Sat, 23 Oct 2010 18:23:33 +0000 (05:23 +1100)
committerpaulr <me@pjr.cc>
Sat, 23 Oct 2010 18:23:33 +0000 (05:23 +1100)
doc/readme.txt
lib/lib.php [new file with mode: 0644]
www/index.php [new file with mode: 0644]

index e5b0b63..22f74eb 100644 (file)
@@ -2,4 +2,13 @@ IPControl
 =========
 
 
-This is the first part of a project for stuff!
\ No newline at end of file
+the purpose of ip control is to be a all-consuming ip management solution.
+
+This include firewalling, address management, dns site-to-site vpn (openvpn) and dhcp..
+
+this project will be the first attempt at using xmpp as a source for linux configuration management
+
+this project will essentially turn every linux box connected to the system into a firewall as all rules will be pushed to all boxes... i think...
+
+each box will have control over its ability to route and its interface ip addresses, but thats about it.
+
diff --git a/lib/lib.php b/lib/lib.php
new file mode 100644 (file)
index 0000000..b3d9bbc
--- /dev/null
@@ -0,0 +1 @@
+<?php
diff --git a/www/index.php b/www/index.php
new file mode 100644 (file)
index 0000000..b3d9bbc
--- /dev/null
@@ -0,0 +1 @@
+<?php