diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-12-09 02:22:01 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-12-09 02:22:01 +0200 |
| commit | cb951d9d2aeb455ad838be92b8b7a9cd09b035f1 (patch) | |
| tree | b2e26c8060115e79ffb4a2eb3dbc9677e1bd1741 | |
| parent | 49d8fede173dc8504830f44c6a0c8fc87a2b17b5 (diff) | |
Default CIDR 32
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ class IPAddress extends React.Component { super(props) this.state = { octets: [10, 88, 135, 24], - cidr: 36, + cidr: 32, } } |
