Skip to content

Commit 1675eac

Browse files
committed
update ipv6-net-size to 56
1 parent 38a0561 commit 1675eac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
RISK_CATEGORIES = ['bot', 'attack', 'crawler', 'rate', 'hosting', 'vpn', 'proxy', 'probe']
3131
RISK_REPORT_DIR = BASE_DIR / 'reports'
3232
TOKENS = []
33-
NET_SIZE = {4: '24', 6: '64'}
33+
NET_SIZE = {4: '24', 6: '56'}
3434
report_lock = Lock()
3535

3636

src/builder/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
'info': 3
4242
},
4343
}
44-
NET_SIZE = {'4': '24', '6': '64'}
44+
NET_SIZE = {'4': '24', '6': '56'}

0 commit comments

Comments
 (0)