Port should be 6523 (default for gobby 0.5)
This commit is contained in:
parent
2b1970d784
commit
82677cb359
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ custom_rules: [
|
|||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||
]
|
||||
|
||||
tcp_ports: [443, 6522, 9418]
|
||||
tcp_ports: [443, 6523, 9418]
|
||||
|
||||
fas_client_groups: sysadmin-noc,fi-apprentice
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
certificate-file=/etc/pki/tls/certs/wildcard-2014.fedoraproject.org.cert
|
||||
key-file=/etc/pki/tls/private/wildcard-2014.fedoraproject.org.key
|
||||
certificate-chain=/etc/pki/tls/certs/wildcard-2014.fedoraproject.org.intermediate.cert
|
||||
port=6522
|
||||
port=6523
|
||||
security-policy=require-tls
|
||||
root-directory=/srv/infinote
|
||||
plugins=note-text;autosave;directory-sync;logging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue