mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 15:44:18 +08:00
Port should be 6523 (default for gobby 0.5)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user