Fixing firewall rules for ssh and http git clone
This commit is contained in:
@ -20,6 +20,9 @@
|
||||
<service_access service='gogs_without_nginx'>
|
||||
<port service_accesslist="gogs_without_nginx" port_type="SymLinkOption">git_http_port</port>
|
||||
</service_access>
|
||||
<service_access service='gogs_ssh'>
|
||||
<tcpwrapper>sshd</tcpwrapper>
|
||||
</service_access>
|
||||
</container>
|
||||
</containers>
|
||||
<variables>
|
||||
@ -57,6 +60,7 @@
|
||||
<target type='filelist'>gogs-nginx</target>
|
||||
<target type='servicelist'>gogs</target>
|
||||
<target type='family'>forge</target>
|
||||
<target type='service_accesslist'>gogs_ssh</target>
|
||||
</condition>
|
||||
<condition name='disabled_if_in' source='activer_revprox'>
|
||||
<param>non</param>
|
||||
|
Reference in New Issue
Block a user