Skip to content

Commit 933237d

Browse files
committed
fix: update sophos xg protocol
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 54833bc commit 933237d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/app/app-module/guides/guide-syslog/guide-syslog.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import {Component, Input, OnInit} from '@angular/core';
22
import {UtmModulesEnum} from '../../shared/enum/utm-module.enum';
3+
import {PLATFORMS} from "../shared/constant";
34
import {Step} from '../shared/step';
45
import {SYSLOGSTEPS} from './syslog.steps';
5-
import {PLATFORMS} from "../shared/constant";
66

77
@Component({
88
selector: 'app-guide-syslog',
@@ -45,7 +45,6 @@ export class GuideSyslogComponent implements OnInit {
4545
{module: UtmModulesEnum.DECEPTIVE_BYTES, port: '7010 TCP'},
4646
{module: UtmModulesEnum.DECEPTIVE_BYTES, port: '7010 UDP'},
4747

48-
{module: UtmModulesEnum.SOPHOS_XG, port: '7008 TCP'},
4948
{module: UtmModulesEnum.SOPHOS_XG, port: '7008 UDP'},
5049

5150
{module: UtmModulesEnum.SYSLOG, port: '7014 TCP'},

0 commit comments

Comments
 (0)