diff --git a/Cargo.lock b/Cargo.lock index a0b367f..2155b9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "client" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" dependencies = [ "colored", "dialoguer", @@ -1110,7 +1110,7 @@ dependencies = [ [[package]] name = "server" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" dependencies = [ "anyhow", "colored", @@ -1156,7 +1156,7 @@ dependencies = [ [[package]] name = "shared" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" dependencies = [ "colored", "dialoguer", @@ -1584,7 +1584,7 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" [[package]] name = "wgctrl" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" dependencies = [ "base64", "hex", @@ -1597,7 +1597,7 @@ dependencies = [ [[package]] name = "wgctrl-sys" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" dependencies = [ "bindgen", "cc", diff --git a/client/Cargo.toml b/client/Cargo.toml index 68223b6..d9c16f8 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "client" publish = false repository = "https://github.com/tonarino/innernet" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" [[bin]] name = "innernet" diff --git a/doc/innernet-server.8 b/doc/innernet-server.8 new file mode 100644 index 0000000..c9c7f7d --- /dev/null +++ b/doc/innernet-server.8 @@ -0,0 +1,36 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. +.TH INNERNET-SERVER "8" "April 2021" "innernet-server 1.1.0-rc.1" "System Administration Utilities" +.SH NAME +innernet-server \- manual page for innernet-server 1.1.0-rc.1 +.SH DESCRIPTION +innernet\-server 1.1.0\-rc.1 +A server to coordinate innernet networks. +.SS "USAGE:" +.IP +innernet\-server +.SS "FLAGS:" +.TP +\fB\-h\fR, \fB\-\-help\fR +Prints help information +.TP +\fB\-V\fR, \fB\-\-version\fR +Prints version information +.SS "SUBCOMMANDS:" +.TP +add\-cidr +Add a new CIDR to an existing network +.TP +add\-peer +Add a peer to an existing network +.TP +help +Prints this message or the help of the given subcommand(s) +.TP +new +Create a new network +.TP +serve +Serve the coordinating server for an existing network +.TP +uninstall +Permanently uninstall a created network, rendering it unusable. Use with care diff --git a/doc/innernet-server.8.gz b/doc/innernet-server.8.gz index eddf1db..aac126a 100644 Binary files a/doc/innernet-server.8.gz and b/doc/innernet-server.8.gz differ diff --git a/doc/innernet.8 b/doc/innernet.8 new file mode 100644 index 0000000..2392d5b --- /dev/null +++ b/doc/innernet.8 @@ -0,0 +1,66 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.3. +.TH INNERNET "8" "April 2021" "innernet 1.1.0-rc.1" "System Administration Utilities" +.SH NAME +innernet \- manual page for innernet 1.1.0-rc.1 +.SH DESCRIPTION +innernet 1.1.0\-rc.1 +A client to manage innernet network interfaces. +.SS "USAGE:" +.IP +innernet [SUBCOMMAND] +.SS "FLAGS:" +.TP +\fB\-h\fR, \fB\-\-help\fR +Prints help information +.TP +\fB\-V\fR, \fB\-\-version\fR +Prints version information +.SS "SUBCOMMANDS:" +.TP +add\-association +Add an association between CIDRs +.TP +add\-cidr +Add a new CIDR +.TP +add\-peer +Add a new peer +.TP +delete\-association +Delete an association between CIDRs +.TP +disable\-peer +Disable an enabled peer +.TP +down +Bring down the interface (equivalent to "wg\-quick down [interface]") +.TP +enable\-peer +Enable a disabled peer +.TP +fetch +Fetch and update your local interface with the latest peer list +.TP +help +Prints this message or the help of the given subcommand(s) +.TP +install +Install a new innernet config +.TP +list\-associations +List existing assocations between CIDRs +.TP +override\-endpoint +Override your external endpoint that the server sends to other peers +.TP +set\-listen\-port +Set the local listen port +.TP +show +Enumerate all innernet connections +.TP +uninstall +Uninstall an innernet network +.TP +up +Bring up your local interface, and update it with latest peer list diff --git a/doc/innernet.8.gz b/doc/innernet.8.gz index 96ca403..9be8b42 100644 Binary files a/doc/innernet.8.gz and b/doc/innernet.8.gz differ diff --git a/server/Cargo.toml b/server/Cargo.toml index 843424f..e104c19 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" name = "server" publish = false readme = "README.md" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" [[bin]] name = "innernet-server" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 66c1b1f..d73eb29 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -4,7 +4,7 @@ edition = "2018" license = "MIT" name = "shared" publish = false -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" [dependencies] colored = "2.0" diff --git a/wgctrl-rs/Cargo.toml b/wgctrl-rs/Cargo.toml index 81d1988..8c886e6 100644 --- a/wgctrl-rs/Cargo.toml +++ b/wgctrl-rs/Cargo.toml @@ -7,7 +7,7 @@ license = "LGPL-2.1-or-later" name = "wgctrl" publish = false readme = "../README.md" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" [dependencies] base64 = "0.13" diff --git a/wgctrl-sys/Cargo.toml b/wgctrl-sys/Cargo.toml index f4fa77e..8321e29 100644 --- a/wgctrl-sys/Cargo.toml +++ b/wgctrl-sys/Cargo.toml @@ -7,7 +7,7 @@ name = "wgctrl-sys" publish = false readme = "../README.md" repository = "https://gitlab.com/K900/wgctrl-rs" -version = "1.0.2-rc.2" +version = "1.1.0-rc.1" [dependencies] libc = "0.2"