Skip to content

Commit 2cdab04

Browse files
committed
fix: clear default route addresses in profile upgrader
1 parent 4497d61 commit 2cdab04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/utils/profilesUpgrader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const transformProfileV189To190 = (config: Recordable) => {
138138
mtu: config.tunConfig.mtu,
139139
auto_route: config.tunConfig['auto-route'],
140140
strict_route: config.tunConfig['strict-route'],
141-
route_address: ['0.0.0.0/1', '128.0.0.0/1', '::/1', '8000::/1'],
141+
route_address: [],
142142
endpoint_independent_nat: config.tunConfig['endpoint-independent-nat'],
143143
stack: 'mixed',
144144
},

0 commit comments

Comments
 (0)