<Switchlabel="Keep rules on firegex shutdown"checked={settings.keep_rules}onChange={v=>setSettings({...settings,keep_rules:v.target.checked})}/>
<Spaceh="md"/>
<Switchlabel="Allow loopback to communicate with itself"checked={settings.allow_loopback}onChange={v=>setSettings({...settings,allow_loopback:v.target.checked})}/>
<Spaceh="md"/>
<Switchlabel="Allow established connection (essential to allow opening connection) (Dangerous to disable)"checked={settings.allow_established}onChange={v=>setSettings({...settings,allow_established:v.target.checked})}/>