Compare commits

...

3 Commits

Author SHA1 Message Date
xboard
58c5127d59 fix: issue 316
Some checks are pending
Docker Build and Publish / build (push) Waiting to run
2025-01-15 12:05:55 +08:00
xboard
97b53d7b38 feat(admin): add kor support 2025-01-15 11:50:24 +08:00
xboard
783c5fb586 feat: add v2rayN v2rayNG mport support 2025-01-15 11:45:53 +08:00
3 changed files with 171 additions and 163 deletions

View File

@ -209,6 +209,9 @@ class General implements ProtocolInterface
$params['obfs'] = 'salamander';
$params['obfs-password'] = data_get($protocol_settings, 'obfs.password');
}
if(isset($server['ports'])){
$params['mport'] = $server['ports'];
}
$params['insecure'] = data_get($protocol_settings, 'tls.allow_insecure');

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long