]> git.sesse.net Git - cubemap/blobdiff - state.proto
Add a listen statement to listen on only specific IP addresses, in addition to the...
[cubemap] / state.proto
index 9479c2ad5b87bc6e34836040534fe69e5afbfdb2..cd172535ad315a484f3459d9a932a25f396be2a1 100644 (file)
@@ -53,6 +53,7 @@ message InputProto {
 message AcceptorProto {
        optional int32 server_sock = 1;
        optional int32 port = 2;
+       optional string addr = 3;  // As a string. Empty is equivalent to "::".
 };
 
 message CubemapStateProto {