mirror of
https://github.com/znc/znc.git
synced 2026-05-09 23:04:47 +02:00
Add support to connect to server via unix socket
The syntax for AddServer command and config is chosen to be unix:/path or unix:ssl:/path For security reasons, only admins can add such servers, to prevent users from poking around the file system.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
<script>
|
||||
var NetworkEdit = <? VAR NetworkEdit ?>;
|
||||
var EditUnixSockets = <? VAR EditUnixSockets ?>;
|
||||
</script>
|
||||
|
||||
<div class="section">
|
||||
|
||||
Reference in New Issue
Block a user