-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to disable log completely? #335
Comments
What log is still issued?
Jun 19, 2022 10:29:53 Malik Al ***@***.***>:
… current config, sslh-select
foreground: true;
inetd: false;
numeric: false;
transparent: false;
timeout: 2;
udp_max_connections: 512000;
user: "nobody";
pidfile: "/var/run/sslh.pid";
chroot: "/var/empty";
syslog_facility: "auth";
verbose-config: 0; # print configuration at startup
verbose-config-error: 0; # print configuration errors
verbose-connections: 0; # trace established incoming address to forward address
verbose-connections-error: 0; # connection errors
verbose-connections-try: 0; # connection attempts towards targets
verbose-fd: 0; # file descriptor activity, open/close/whatnot
verbose-packets: 0; # hexdump packets on which probing is done
verbose-probe-info: 0; # what's happening during the probe process
verbose-probe-error: 0; # failures and problems during probing
verbose-system-error: 0; # system call problem, i.e. malloc, fork, failing
verbose-int-error: 0; # internal errors, the kind that should never happen
listen:
(
{ host: "0.0.0.0"; port: "443"; log_level: 0; is_udp: true; keepalive: true; }
);
protocols:
(
{ name: "tls"; host: "localhost"; port: "444"; log_level: 0; tfo_ok: true;},
{ name: "anyprot"; host: "localhost"; port: "445"; log_level: 0; tfo_ok: true; }
);
on-timeout: "tls";
—
Reply to this email directly, view it on GitHub[#335], or unsubscribe[https://github.com/notifications/unsubscribe-auth/ABGAU7ZVTSH2HODV3AHNUVLVP3K75ANCNFSM5ZGARTNQ].
You are receiving this because you are subscribed to this thread.[Tracking image][https://github.com/notifications/beacon/ABGAU75DZLDRR46P3PB567LVP3K75A5CNFSM5ZGARTN2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4TAOCN4Q.gif]
|
syslog |
1.20 is 4 years old, and does not support any of the |
It's difficult for me to compile sslh. If you're add GA/workflow compiled latest commit would be great. |
CI is an entirely different topic (which I'm not sure I want to get into...), so closing this. CI is in #343 already, so to speak. |
current config, sslh-select
i can not apply
syslog_facility: "none";
error
sslh-select[23058]: Unknown facility none
The text was updated successfully, but these errors were encountered: