Changeset 131 in code for trunk/config
- Timestamp:
- Jul 24, 2020, 2:56:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/config.go
r127 r131 11 11 IPV6 bool 12 12 RequestTimeout uint 13 FollowRedirect bool 13 14 } 14 15 … … 27 28 IPV6: true, 28 29 RequestTimeout: 5, 30 FollowRedirect: false, 29 31 } 30 32 }
Note:
See TracChangeset
for help on using the changeset viewer.