diff options
| author | Haishan <[email protected]> | 2020-08-11 20:23:13 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-11 20:23:13 +0800 |
| commit | 3e83d2a7057db78295dc8233b9e5a9b852833eef (patch) | |
| tree | 905b5c4724d62d4801d3844b189b18ab3a1fc12a /src/components | |
| parent | 734db2d26698517f311b80ca453131a85ef0bd2a (diff) | |
| parent | 05d01485ab1f15bab05a702175cc9a1510faf417 (diff) | |
Merge pull request #516 from sep2/master
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Config.js b/src/components/Config.js index f3c56d2..d5850d1 100644 --- a/src/components/Config.js +++ b/src/components/Config.js @@ -137,6 +137,7 @@ function ConfigImpl({ break; case 'redir-port': case 'socks-port': + case 'mixed-port': case 'port': if (target.value !== '') { const num = parseInt(target.value, 10); |
